8000 ignore type error · sveltejs/cli@69f8b9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 69f8b9e

Browse files
committed
ignore type error
1 parent 9026d10 commit 69f8b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ast-tooling/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
parse as postcssParse,
1414
type ChildNode as CssChildNode
1515
} from 'postcss';
16+
// @ts-expect-error
1617
import * as fleece from 'silver-fleece';
1718
import * as Walker from 'zimmerframe';
1819
import type { namedTypes as AstTypes } from 'ast-types';

0 commit comments

Comments
 (0)
0