Skip to content

Commit cd9f739

Browse files
committed
fix: add missing import globals
1 parent 5307958 commit cd9f739

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/sfcc-globals.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ const sfccGlobals: Record<string, boolean> = {
2626
XML: true,
2727
XMLList: true,
2828
XMLStreamError: true,
29+
30+
importScript: true,
31+
importPackage: true,
32+
importClass: true,
2933
}
3034

3135
export default sfccGlobals

0 commit comments

Comments
 (0)