webfansplz / vite-plugin-vue-inspector

jump to editor source code while click the element of browser automatically.
MIT License
697 stars 74 forks source link

Support `decorators-legacy` and `importAttributes` in TypeScript #76

Closed sxzz closed 1 year ago

sxzz commented 1 year ago

These syntaxes is supported by default in TS.

See https://github.com/sxzz/ast-kit/blob/132fb161edbc486dc49f3791890a00531b0dbfea/src/parse.ts#L30-L43