Skip to content

Commit ec04063

Browse files
committed
unused
1 parent 968045f commit ec04063

File tree

1 file changed

+0
-2
lines changed
  • packages/svelte/src/compiler/phases

1 file changed

+0
-2
lines changed

packages/svelte/src/compiler/phases/scope.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export const STRING = Symbol('string');
2323
/** Used for when you need to add `true` and `false` to the values, but can't do it for whatever reason */
2424
const BOOLEAN = Symbol('boolean');
2525

26-
const TYPES = [UNKNOWN, NUMBER, STRING];
27-
2826
const global_calls = Object.freeze({
2927
String: ['fromCharCode', 'fromCodepoint'],
3028
Math: [

0 commit comments

Comments
 (0)