Pig Fang
|
3d0ad22ace
|
feat(es): Support override syntax in class for TS 4.3 (#1541)
swc_atoms:
- Add `override`.
swc_ecma_ast:
- Add `is_override` to class members.
swc_ecma_parser:
- Support override syntax of typescript 4.3.
|
2021-04-06 17:06:18 +00:00 |
|
Jakub Koralewski
|
59bd00d841
|
fix: Fix tests on windows (#1419)
Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
|
2021-02-23 00:33:11 +09:00 |
|
강동윤
|
9879fa59c8
|
bundler: fix bugs (#1105)
swc_bundler:
- Correct lca for circular dependencies.
- Handle namespaced imports. (#1109)
- Handle namespaced reexports. (#1110)
- Handle shorthand properly. (#1111)
- Implement `import.meta` (#1115)
- Handle reexport mixed with imports correctly. (#1116)
- Handle export default decls in computed-key modules.
- Remove all export * from. output. (#1118)
- Handle export of class or function declaration in a computed module properly. (#1119)
swc_ecma_transforms:
- Do not rename class members. (#1117)
|
2020-10-02 11:07:40 +09:00 |
|
강동윤
|
09e3f96a3e
|
jsdoc: Fix parser (#1059)
|
2020-09-11 12:52:57 +09:00 |
|
강동윤
|
bceda220fa
|
JsDoc parser (#923)
|
2020-08-14 18:20:25 +09:00 |
|