Manuel
Manuel
### Topic core ### Description We should consider switching to `acorn` and `acorn-typescript` to use the [same tooling as the `svelte`](https://github.com/sveltejs/svelte/blob/9ba370f30549e8435bc7a08a17d10c11948b5ccb/packages/svelte/package.json#L136-L137) This probably also involves switching from `ast-types` to `estree`...
### Topic drizzle ### Version 2.3.3 ### Expected behavior Many improvements have already been implemented by #470 Running the `drizzle` adder twice on the same project, does not remove unnecessary...
Closes #507 We need to enable `xmlMode` of [`dom-serializer`](https://www.npmjs.com/package/dom-serializer) to make this work. According to https://github.com/cheeriojs/dom-serializer/issues/727 otherwise only void html tags like `br` will be self closing. As you can...
When using normal [`acorn`](https://www.npmjs.com/package/acorn) we have the possibility to use [`@types/estree`](https://www.npmjs.com/package/@types/estree) while processing the ast to get some kind of type safety. Of course this only works if the processing...