This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
mysticsymbolic.github.io
kopia lustrzana
https://github.com/mysticsymbolic/mysticsymbolic.github.io
Obserwuj
1
Polub
0
Forkuj
You've already forked mysticsymbolic.github.io
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
dc08d45009
mysticsymbolic.github.io
/
.gitignore
7 wiersze
99 B
Plaintext
Czysty
Zwykły widok
Historia
Unescape
Escape
Origination.
2021-02-03 00:26:40 +00:00
node_modules
Add more stuff.
2021-02-03 01:09:49 +00:00
dist
Clear dist dir before building for deploy.
2021-02-04 01:35:19 +00:00
dist-watch
Add more stuff.
2021-02-03 01:09:49 +00:00
.cache
Move SVG vocabulary from JSON to TS. (#59) Ugh, we need to write out a TypeScript file instead of importing the JSON directly because otherwise the TS compiler will spend an inordinate amount of time doing type inference, which massively slows down type-checking (especially in IDEs and such). The TS file actually uses `JSON.parse` on a stringified version of the JSON instead of just inlining the JSON itself because [apparently it's much faster][1]. [1]: https://www.bram.us/2019/11/25/faster-javascript-apps-with-json-parse/
2021-03-27 20:00:20 +00:00
lib/_svg-vocabulary-pretty-printed.json
lib/_svg-vocabulary.ts