Skip to content

Commit 37a5c87

Browse files
author
Shailesh Pachbhai
committed
feat: fix import
1 parent 9a0f14f commit 37a5c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/lwcparser/jsParser/JavaScriptParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as fs from 'fs';
44
import * as parser from '@babel/parser';
55
import traverse from '@babel/traverse';
66
import generate from '@babel/generator';
7-
import t from '@babel/types';
7+
import * as t from '@babel/types';
88

99
const NAMESPACE = 'c';
1010

0 commit comments

Comments
 (0)