swc/ecmascript/transforms
강동윤 5a6c4fd5a0
fix(swc): Fix sourcemap (#1832)
swc_common:
 - `SourceMap`: Don't panic for dummy spans.

swc_ecma_codegen:
 - Use span for `throw`. (#1685)
 - Use span for `var` / `let` / `const`.
 - Use span for `new`.
 - Use span for `if`.
 - Add spans to braces of a block statement. (#1796)

swc_ecma_transforms_compat:
 - `parameters`: Don't drop the span of block statements. (#1796)

swc:
 - Allow specifying input source map in `.swcrc`.
 - Ensure that the inline source map works properly. (#1713)
2021-06-18 11:34:17 +00:00
..
base fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
classes fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
compat fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
macros chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
module fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
optimization fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
proposal fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
react fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00: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 fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
tests fix(es/transforms): Fix bugs (#1769) 2021-05-30 19:52:51 +09:00
typescript fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
Cargo.toml fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
package.json fix(swc): Fix bugs (#1753) 2021-05-27 11:59:04 +09:00