We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fa0a8 commit a30821fCopy full SHA for a30821f
packages/svelte/tests/compiler-errors/samples/class-state-field-static/_config.js
@@ -4,6 +4,6 @@ export default test({
4
error: {
5
code: 'invalid-state-location',
6
message: '$state() can only be used as a variable declaration initializer or a class field',
7
- position: [33, 41]
+ position: process.platform === 'win32' ? [35, 43] : [33, 41]
8
}
9
});
0 commit comments