Benjamin Staneck
Benjamin Staneck
@alexanderbast there have been a few additions to https://code.visualstudio.com/docs/getstarted/theme-color-reference recently, any chance you now have what it needs to fix this?
Your indenting looks wrong
All the forks are pretty outdated at this point so having it in the main app would be nice
Highly suggest reading https://raphlinus.github.io/xi/2020/06/27/xi-retrospective.html on this topic. Maybe there is a way to collaborate with https://marijnhaverbeke.nl/blog/lezer.html Lezer.
> vite-require That gives me ``` [plugin:vite-plugin-require] p is not iterable /home/stan/projects/personal/WeakAurasCompanion/packages/renderer/src/App.vue at /home/stan/projects/personal/WeakAurasCompanion/node_modules/@babel/parser/lib/index.js:11545:43 at Array.some () at hasPlugin (/home/stan/projects/personal/WeakAurasCompanion/node_modules/@babel/parser/lib/index.js:11541:18) at validatePlugins (/home/stan/projects/personal/WeakAurasCompanion/node_modules/@babel/parser/lib/index.js:11580:7) at getParser (/home/stan/projects/personal/WeakAurasCompanion/node_modules/@babel/parser/lib/index.js:16594:5) at Object.parse (/home/stan/projects/personal/WeakAurasCompanion/node_modules/@babel/parser/lib/index.js:16565:12) at...
> `vite-require` is not `vite-plugin-require` ooh my bad, sorry. ``` [plugin:vite-require] Unexpected token (1:0) /home/stan/projects/personal/WeakAurasCompanion/packages/renderer/src/components/LandingPage.vue:1:0 1 | | ^ 2 | 3 |
When using `require("sharp");` this now yields ``` Uncaught ReferenceError: Cannot access 'resolve' before initialization at path.js:4:26 (anonymous) @ path.js:4 ``` in .vite-plugin-electron-renderer/path.js When using `import sharp from "sharp";` I get...
> ```js > import * as sharp from 'sharp' > ``` `Uncaught ReferenceError: Cannot access 'resolve' before initialization at path.js:4:26 (anonymous) @ path.js:4`
Oh, you're awesome, thank you so much, will check it out!