We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5307958 commit cd9f739Copy full SHA for cd9f739
1 file changed
src/sfcc-globals.ts
@@ -26,6 +26,10 @@ const sfccGlobals: Record<string, boolean> = {
26
XML: true,
27
XMLList: true,
28
XMLStreamError: true,
29
+
30
+ importScript: true,
31
+ importPackage: true,
32
+ importClass: true,
33
}
34
35
export default sfccGlobals
0 commit comments