_Kerman
_Kerman
### Environment 1. `vscode-jest version`: 4.3.1 2. `node -v`: v14.16.0 3. `npm -v`: 8.6.0 4. `npm ls jest` : ``` +-- [email protected] `-- [email protected] `-- [email protected] deduped ``` 6. your...
This PR fixes problems when importing dependence. (WIP)
### Overview This PR introduces the "runnable" Monaco editor (#219): **Grammar**: ```ts {monaco-runnable} const pkg = await _import('pkg-name') console.log('Hello world!") ``` **Example**: ### Options - `autorun`: `boolean | 'once'` Default:...
Cannot set config as ``` extensions: { ... ts: 'ts-node/esm' }, ``` If I set it like this, it shows: 
### Description Here are two use cases: 1. Suspend warmup requests if there are already some other requests from the browser Assume there are some time-consuming modules. Firstly we load...
### Description This PR implements the `server.warmup.clientIds` and `server.warmup.ssrIds` options, which are the IDs of modules to be warmed up. For example, `['virtual:custom']`. Slidev's starting time is a little bit...
This PR rewrites the original VSCode extension using `@vue/runtime-core` for state management. ### Todos - [x] Preview panel - [ ] Multiple entry support - [ ] Whatever I have...
### Features - Auto animation (#1527, https://revealjs.com/auto-animate/) - Is it possible to abstract `shiki-magic-move` into a more universal `magic-move` and a `shiki` "tokenizer"? - Vertical slides (#1187, https://revealjs.com/vertical-slides/) - Timed...
close #1509 This PR: - Allow user to customize print template via the `--template` or `-t` option. In dev mode, the option is called `--print-template`. - User can add or...
_Originally posted by @lucaslrodri in https://github.com/slidevjs/slidev/issues/1515#issuecomment-2052058005_ It would be nice if the universal `magic-move` were inspired by [Reveal.js Auto-Animate](https://revealjs.com/auto-animate/#auto-animate-id). In summary, Auto-Animate considers [matching elements](https://github.com/hakimel/reveal.js/blob/6b8c64ffa8fddd9ed4bcd92bcfd37b67ba410244/js/controllers/autoanimate.js#L459-L524) if they have: - The...