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 3feb974 commit ffbe666Copy full SHA for ffbe666
package.json
@@ -117,7 +117,7 @@
117
"assert": "^2.0.0",
118
"cross-spawn": "^7.0.3",
119
"env-cmd": "^10.1.0",
120
- "esbuild": "^0.17.0",
+ "esbuild": "^0.18.0",
121
"esbuild-register": "^3.2.0",
122
"escape-html": "^1.0.3",
123
"eslint": "^8.40.0",
src/shared/svelte-compile-warns/index.ts
@@ -1,4 +1,5 @@
1
import type { AST } from "svelte-eslint-parser"
2
+import type {} from "svelte" // FIXME: Workaround to get type information for "svelte/compiler"
3
import * as compiler from "svelte/compiler"
4
import type { SourceMapMappings } from "@jridgewell/sourcemap-codec"
5
import { decode } from "@jridgewell/sourcemap-codec"
0 commit comments