pull/9723/head
Simon Holthausen 3 years ago
parent 33821c9003
commit c84dd59e90

@ -1,3 +0,0 @@
import { test } from '../../test';
export default test({ skip: true });

@ -1,3 +0,0 @@
import { test } from '../../test';
export default test({ skip: true });

@ -1,3 +0,0 @@
import { test } from '../../test';
export default test({ skip: true });

@ -1,7 +1,7 @@
[
{
"code": "invalid-binding",
"message": "Cannot bind to a variable declared with {@const ...}",
"code": "invalid-const-assignment",
"message": "Invalid binding to const variable ($derived values, let: directives, :then/:catch variables and @const declarations count as const)",
"start": { "line": 7, "column": 9 },
"end": { "line": 7, "column": 23 }
}

Loading…
Cancel
Save