swc/ecmascript/transforms
강동윤 53b031b019
fix(swc): Fix bugs (#2034)
swc_ecma_transforms_base:
 - `resolver`: Handle constructor properties correctly. (#2021)

swc_ecma_transforms_compat:
 - `block_scoping`: Handle arrows in loops. (#2027)
 - `block_scoping`: Handle nested for loops with function between them. (#2027)
 - `regenerator`: Handle rhs of `||` correctly. (#2024)

swc:
 - Add a test for #1734. (#1734)
2021-08-09 07:38:46 +00:00
..
base fix(swc): Fix bugs (#2034) 2021-08-09 07:38:46 +00:00
classes feat(swc): Improve swc as a crate (#2026) 2021-08-07 02:41:50 +09:00
compat fix(swc): Fix bugs (#2034) 2021-08-09 07:38:46 +00:00
macros chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
module feat(es/parser): Report an error for import.meta in script (#1999) 2021-08-04 14:38:07 +09:00
optimization feat(es/parser): Report an error for import.meta in script (#1999) 2021-08-04 14:38:07 +09:00
proposal fix(es/transforms/classes): Fix a bug related to super property access (#1960) 2021-08-06 23:20:02 +09:00
react fix(es/transforms/react): Handle escape correctly (#2014) 2021-08-05 08:34:28 +09:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
testing feat(es/parser): Report an error for import.meta in script (#1999) 2021-08-04 14:38:07 +09:00
tests fix(es/transforms): Fix bugs (#1950) 2021-07-22 07:33:00 +00:00
typescript feat(es/parser): Report an error for import.meta in script (#1999) 2021-08-04 14:38:07 +09:00
Cargo.toml feat(es/parser): Report an error for import.meta in script (#1999) 2021-08-04 14:38:07 +09:00
package.json fix(swc): Fix bugs (#1753) 2021-05-27 11:59:04 +09:00