Skip to content

Commit 97f8e9c

Browse files
committed
reserving __bind and __indexOf
1 parent 385be63 commit 97f8e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/lexer.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lexer.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ COFFEE_KEYWORDS.push op for op of COFFEE_ALIASES =
523523
RESERVED = [
524524
'case', 'default', 'function', 'var', 'void', 'with', 'do'
525525
'const', 'let', 'enum', 'export', 'import', 'native'
526-
'__hasProp', '__extends', '__slice'
526+
'__hasProp', '__extends', '__slice', '__bind', '__indexOf'
527527
]
528528

529529
# The superset of both JavaScript keywords and reserved words, none of which may

0 commit comments

Comments
 (0)