This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-19 03:31:45 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
4d4e4ce979
swc
/
ecmascript
/
codegen
/
tests
/
references
/
838d87085df03a6d.js
2 lines
16 B
JavaScript
Raw
Normal View
History
Unescape
Escape
block scoped function and tagged template literal (#77) swc_ecma_transforms: - implement es2015::block_scoped_functions - implement tagged template literal without escape handling - hygiene: rename to different number - scope: handle pattern by folding children swc_ecma_ast: - use Str instead of String for template literal swc_ecma_parser: - fix lexer tests - handle template literal correctly template literals now have cooked field swc_ecma_codegen: - escape newline character and backslash ('\')
2018-11-25 05:31:48 +03:00
'Hello\nworld'
;
Reference in New Issue
Copy Permalink