Commit af82c1f
Preserve aliased operators (#5059)
* pass quote through grammar
* pass through initialChunk/finalChunk
* passing tests
* always unwrap string object
* fixes from code review
* preserve passthrough literals
* cleaner approach
* preserve aliased operators
* normalize
* include guard against preserve-string-literal
* store boolean originalValue
* preserve not in
* invert in
* defer inverting in
* preserve or=
* only wrap when data
* use addTokenData(), unwrap in grammar
* shift more string formatting into nodes
* RegexWithInterpolations wrap Call
* preserve heregexen
* alias guard for imports
* preserve invert operator
* revert Cakefile
* fixes from code review
* isInOperator()1 parent 3e089ca commit af82c1f
File tree
7 files changed
+178
-76
lines changed- lib/coffeescript
- src
7 files changed
+178
-76
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments