swc/ecmascript
강동윤 33d296af31
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 11:31:48 +09:00
..
ast block scoped function and tagged template literal (#77) 2018-11-25 11:31:48 +09:00
codegen block scoped function and tagged template literal (#77) 2018-11-25 11:31:48 +09:00
lints Groundwork for linter (#73) 2018-11-20 18:32:53 +09:00
parser block scoped function and tagged template literal (#77) 2018-11-25 11:31:48 +09:00
src Compiler baseline 2018-11-03 16:56:43 +09:00
transforms block scoped function and tagged template literal (#77) 2018-11-25 11:31:48 +09:00
Cargo.toml Groundwork for linter (#73) 2018-11-20 18:32:53 +09:00