katungi / fray

a simple bundler, parser and minifier
2 stars 0 forks source link

Fix Tsconfig to bundle the bundler correctly #4

Open katungi opened 4 weeks ago

katungi commented 4 weeks ago

The bundler code does not currently get accessed properly from the generated dist folder. It seems to be a bundled js issue.

katungi commented 3 weeks ago

Update: The error seems to be coming from Jest-haste-map not playing well with TS. It's what's causing the confict in tsconfig configs.

Suggested solution. Move away from jest-haste-map. We could possibly achieve this by moving to using a single thread for now, and moving to AST using babylon so that we save on speed.