Stanley Shauto

Results 2 issues of Stanley Shauto

Hello, TypeScript throws error on `plugins: [vuePlugin()]`. In my opinion, It is caused by mismatching files in the plugin `esbuild-plugin-vue3/node_modules/esbuild/lib/main.d.ts` ([email protected]) and in **esbuild** `esbuild/lib/main.d.ts` ([email protected]) When I replace the...

Dear all, Problem: There is a list of classes, e.g. **class1**, **class2**, **class3**. We have them rolled up into format my_class like this ``` import { ClassAttributor, Scope} from 'parchment';...