We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968045f commit ec04063Copy full SHA for ec04063
packages/svelte/src/compiler/phases/scope.js
@@ -23,8 +23,6 @@ export const STRING = Symbol('string');
23
/** Used for when you need to add `true` and `false` to the values, but can't do it for whatever reason */
24
const BOOLEAN = Symbol('boolean');
25
26
-const TYPES = [UNKNOWN, NUMBER, STRING];
27
-
28
const global_calls = Object.freeze({
29
String: ['fromCharCode', 'fromCodepoint'],
30
Math: [
0 commit comments