+25
-11
packages/core/src/patch.ts
+25
-11
packages/core/src/patch.ts
···············
+1
-1
packages/lunast/README.md
+1
-1
packages/lunast/README.md
···Not really. LunAST runs in roughly ~10ms on [my](https://github.com/NotNite) machine, with filtering for what modules to parse. Parsing every module takes only a second. There are future plans to cache and parallelize the process, so that load times are only slow once.
+49
-20
packages/lunast/src/index.ts
+49
-20
packages/lunast/src/index.ts
···············
+52
-5
packages/lunast/src/modules/test.ts
+52
-5
packages/lunast/src/modules/test.ts
············
+3
-2
packages/lunast/src/remap.ts
+3
-2
packages/lunast/src/remap.ts
······
+66
-27
packages/lunast/src/utils.ts
+66
-27
packages/lunast/src/utils.ts
·····················