diff --git a/src/compiler/compile/Component.ts b/src/compiler/compile/Component.ts index 4b6c27c7b2..b9a69e4aff 100644 --- a/src/compiler/compile/Component.ts +++ b/src/compiler/compile/Component.ts @@ -1,3 +1,4 @@ +// @ts-expect-error Svelte 3's ancient TS version can't look up the types for this package properly yet import { TraceMap, originalPositionFor } from '@jridgewell/trace-mapping'; import { walk } from 'estree-walker'; import { getLocator } from 'locate-character';