Guillaume Chau
Guillaume Chau
For example: ```ts describe('foo', () => { describe('bar', () => { test('meow', () => {}) }) }) ```
When switching file in the UI, the subscriptions throw because the file isn't loaded yet. This has no impact on the proper functioning of the UI. 
GraphQL comments syntax has changed and is now using a triple double-quotes characters format. This breaks syntax highlighting on GitHub. Example on GitHub: https://gist.github.com/Akryum/74471ad4789e4fcde6e072ea0605c62b
Closes #1154 Closes #1383 Closes #1499
TODO: Investigate technical solution and performance impact.
Currently, Jest throws this error: ``` TypeError: Jest: a transform must export something. at /home/akryum/Projects/livestorm-app/node_modules/@jest/transform/build/ScriptTransformer.js:389:19 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Promise.all (index 1) at ScriptTransformer.loadTransformers (/home/akryum/Projects/livestorm-app/node_modules/@jest/transform/build/ScriptTransformer.js:378:5) at createScriptTransformer (/home/akryum/Projects/livestorm-app/node_modules/@jest/transform/build/ScriptTransformer.js:1109:3) at...
### Environment - Operating System: Linux - Node Version: v20.8.1 - Nuxt Version: 3.10.1 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...
I'm not able to use the latest version (0.7.31) in an ESM environment, such as a Vite app (browser-side) or a native-ESM node app (with TypeScript). The document doesn't also...