Skip to content

Commit b9a90a4

Browse files
committed
live-elements-core: Included additional implicit types.
1 parent 88eb417 commit b9a90a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/live-elements-core/compiler.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"String", "Symbol", "Date", "BigInt", "Data", "DataView", "Function", "Generator", "NaN", "Number",
77
"Int8Array", "Uint8Array", "Uint8ClampedArray", "Int16Array", "Uint16Array", "Int32Array", "Uint32Array",
88
"Float32Array", "Float64Array", "BigInt64Array", "BigUint64Array", "SharedArrayBuffer", "Atomics", "RegExp",
9-
"RangeError", "ReferenceError", "SyntaxError", "TypeError", "AsyncFunction", "Promise", "setTimeout", "setInterval", "clearInterval", "clearTimeout"
9+
"RangeError", "ReferenceError", "SyntaxError", "TypeError", "AsyncFunction", "Promise", "setTimeout", "setInterval", "clearInterval", "clearTimeout", "isNaN",
10+
"encodeURIComponent", "decodeURIComponent", "encodeURI", "decodeURI"
1011
],
1112
"importLocalPath" : "node_modules",
1213
"packageBuildPath" : "build",

0 commit comments

Comments
 (0)