_Kerman
_Kerman

Repro: Goto https://sli.dev/demo/starter/15 and right click inside the editor Possibly because our patch (https://github.com/slidevjs/slidev/blob/main/packages/client/setup/monaco.ts#L41-L52) doesn't work after one upgrade of Monaco Editor.
_Originally posted by @Boshen in https://github.com/slidevjs/slidev/issues/1826#issuecomment-2331170514_ My chrome kept crashing after 5 minutes for the past two days while trying to record for my Vite conf talk 🥲 I'm on...
Use https://github.com/unjs/unbuild to bundle the VSCode extension, also as a preparation for #4994. #### Notes: - To dev the extension: run `pnpm dev:vue`, the command will exit after the stub...
```js function f() { return 1 } console.log(f().toString()) ```
`#__PURE__` and `#__NO_SIDE_EFFECT__` have been widely supported. Their spec can be found at https://github.com/javascript-compiler-hints/compiler-notations-spec/. For this tree-shaker, we may introduce some other annotations for a better tree-shake result. The following...