mirror of
https://github.com/enso-org/enso.git
synced 2024-11-10 12:48:25 +03:00
a01aeab3a4
Fixes #9357 The main issue was the spread operator using at the wrong place in functions overriding spacing of nodes. The bug, to be visible, required copying AST node before, because during copying `whitespace` field was explicitly set to undefined (in opposite to being unset), what in turns make spread overriding the value set by those functions. # Important Notes * To enable VSCode debugging, added a workspace for vitest and fix any relative path to be working-dir independent.
2 lines
95 B
TypeScript
2 lines
95 B
TypeScript
export default ['app/gui2/vitest.config.ts', 'app/ide-desktop/lib/dashboard/vitest.config.ts']
|