Wykres commitów

6 Commity (67a3e5c83eee314b7008476404eb59840766f989)

Autor SHA1 Wiadomość Data
Atul Varma d73116509c
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 16:00:20 -04:00
Atul Varma 972cecb056 Factor out svg-vocabulary.ts, increase symbol padding. 2021-02-15 08:33:33 -05:00
Atul Varma 67d8c8f3e2 Clear dist dir before building for deploy. 2021-02-03 20:35:19 -05:00
Atul Varma 65ad4aa96b Don't version built vocabulary. 2021-02-03 19:59:39 -05:00
Atul Varma a4a1013a8c Add more stuff. 2021-02-02 20:09:49 -05:00
Atul Varma 1a4c8adc41 Origination. 2021-02-02 19:26:40 -05:00