Use Symbol.for
This commit is contained in:
parent
a17d62ca2b
commit
6825846c82
@ -23,4 +23,4 @@ export const INHERIT_KEYS = {
|
||||
force: ["start", "loc", "end"]
|
||||
};
|
||||
|
||||
export const BLOCK_SCOPED_SYMBOL = Symbol("var used to be block scoped");
|
||||
export const BLOCK_SCOPED_SYMBOL = Symbol.for("var used to be block scoped");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user