This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
Use acorn
instead of recast
#548
Labels
acorn
instead of recast
#548
Topic
core
Description
We should consider switching to
acorn
andacorn-typescript
to use the same tooling as thesvelte
This probably also involves switching from
ast-types
toestree
for types. Functionality wise I do not see any major benefit. As we are currently using@babel/parser
withrecast
we should be able to drop a few MB of bundle size thoo.recast
acorn
recast
1 MBacorn
0.5 MB@babel/parser
4 MBacorn-typescript
0.5 MBDescribe the solution you'd like
No response
The text was updated successfully, but these errors were encountered: