Results 49 issues of _Kerman

![image](https://github.com/user-attachments/assets/214705e3-b7af-4c83-b571-6761b5d88187)

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.

bug

_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...

has workaround
needs investigation

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()) ```

bug

`#__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...