Commit Graph

81 Commits

Author SHA1 Message Date
Donny/강동윤
32bc2f57be doc: MSRV 2023-03-09 22:38:05 +09:00
Donny/강동윤
873e532f91
chore: Publish v1.3.38 (#7018) 2023-03-06 09:30:21 +00:00
Donny/강동윤
d779927b4d
doc(readme): Split download badge (#6917) 2023-02-08 14:46:23 +09:00
Jeonguk Choi
185d6fe982
chore: Update README.md (#6007) 2022-10-02 08:08:13 +00:00
Donny/강동윤
f3e02675ad
chore: Update MSRV (#5856) 2022-09-14 19:33:49 +09:00
Donny/강동윤
7c554fcc61 chore: Update download count image url 2022-08-29 22:23:52 +09:00
Donny/강동윤
204d742ed6
feat(visit): Add path-aware variants (#5073) 2022-07-05 04:38:27 +00:00
Yongwook Choi
1f64055438
docs(readme): Add a link for discord badge in README.md (#5005) 2022-06-20 05:59:45 +00:00
Donny/강동윤
cb30ba2ad4
docs(*): Add more badges (#4982) 2022-06-16 13:54:19 +09:00
Donny/강동윤
fc87f43507
test(es/transform/jest): Ensure that sourcemap is working (#3864) 2022-03-05 07:30:24 +00:00
Tim Neutkens
3ebc5c6b69
chore: Update markdown files to use "SWC" instead of "swc" (#2744) 2021-11-15 04:26:04 +00:00
Luke Fernandez
79fc464f8d
chore: Fix broken link (#2737) 2021-11-13 15:23:37 +09:00
Sriram Thiagarajan
cb689565d5
chore: Update README.md (#2693) 2021-11-10 11:09:20 +00:00
Donny/강동윤
893fb087ae
chore: Add discord server link to README.md (#2278) 2021-09-21 08:39:04 +00:00
강동윤
8694b11959
chore: Update README.md (#1910) 2021-07-09 20:01:23 +09:00
강동윤
d60c3242af
fix(swc): Fix bugs (#1739)
swc_bundler:
 - Fix cycle detection for complex circular imports. (denoland/deno#10752)

swc_ecma_transforms_typescript:
 - Allow using large values for an enum variant.
2021-05-25 14:30:17 +09:00
강동윤
f0d7a3d064
fix(es/transforms): Fix bugs (#1691)
swc_ecma_transforms_optimization:
 - Don't optimize optional chaining expressions. (#1688)

swc_ecma_transforms_react:
 - Don't panic. (#1683)
2021-05-14 00:11:27 +09:00
Sanath Kumar U
7d62fdf761
chore: Fix link (#1443) 2021-03-01 14:06:28 +09:00
강동윤
27aad87798
fix(es/transforms/base): Fix hygiene of catch clause (#1413)
swc_ecma_transforms_base:
 - `hygiene`: Apply ops in catch clauses. (#1402)
2021-02-19 16:52:02 +09:00
LuisPa
7a93594229
docs: Fixed documentation link URL in README.md (#1375)
Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
2021-02-04 12:12:54 +09:00
jascha ehrenreich
5d88e8ba54
chores: fix website docs link (#1317) 2021-01-05 18:16:42 +09:00
Divy Srivastava
723970db1f
fix(typo): dowloads => downloads (#1222) 2020-11-19 20:06:47 +09:00
강동윤
4490e2551d
swc.rs (#1085)
Changes url from https://swc-project.github.io to https://swc.rs
2020-09-21 22:53:48 +09:00
강동윤
5baa636a4b
Chores (coverage, documentation, etc..) (#925) 2020-08-02 19:10:28 +09:00
Chris Barnes
5fe625ea7a
Add brief explanation of project to README (#891) 2020-07-24 17:24:41 +09:00
Veetaha
db1d54940b
Remove comma separators in benchmark presentation (#795) 2020-05-24 18:51:57 +09:00
kdy1
15e5d9ce79 Chores (#563)
- updated README.md (open collective)
 - fixed travis
2020-01-04 08:54:34 +00:00
강동윤
78daec2c14
Re-enable travis to make bors work (#562) 2020-01-04 15:58:21 +09:00
강동윤
6fa85b646f
preset-env (#537)
swc_ecma_preset_env:
 - can inject polyfills automatically
 - can apply transforms automatically

swc:
 - added env config to .swcrc
2019-12-28 11:25:54 +09:00
강동윤
b1e4122b02
Nullish coalescing / optional chaining / comments (#529)
swc_ecma_ast:
 - rename `TsOptChain` to `OptChainExpr` (Fixes #525)
 - add `BinOp::NullishCoalescing`

swc_ecma_parser:
 - parse `??` (Fixes #526)

swc_ecma_transforms:
 - remap comments from fixer (Fixes #528)
2019-12-24 17:01:32 +09:00
강동윤
552d20213f Update 2019-12-07 19:37:49 +09:00
강동윤
d7d22c2d5e
Optional try catch binding (#422)
swc_ecma_parser:
 - Add test for optional try catch binding
 
swc_ecma_transforms:
 - Implement optional catch binding (#411)
2019-09-22 19:31:32 +09:00
강동윤
9b82fce07e Add backer 2019-04-28 15:14:06 +09:00
강동윤
a55c2c2f64 Add backers 2019-04-26 20:56:34 +09:00
강동윤
8674a1dae9
Chores (#341)
- add tests for #340.
 - add backer
2019-03-12 17:24:51 +09:00
강동윤
8a8aa6f0b2
Add backer (#331) 2019-03-09 14:33:28 +09:00
강동윤
6275831b30 Fix links of backers 2019-02-28 16:52:19 +09:00
강동윤
8c1b773eec
Bug fixes (#289)
swc_ecma_transforms:
 - fix assignment expression in callee position (#286)
 - don't name funtion if function's body reference function name (#288)
2019-02-28 16:30:56 +09:00
강동윤
968046586f Add Backer 2019-02-26 22:51:24 +09:00
강동윤
22f2f02f5f Gitter -> Slack 2019-02-26 21:03:02 +09:00
강동윤
c8c346d42d Update benchmark 2019-02-25 23:45:36 +09:00
강동윤
02cf33f56b Add backer 2019-02-24 12:19:03 +09:00
강동윤
2a094e42db Update link to node package 2019-02-15 20:24:00 +09:00
강동윤
10e7c9821a
Fix backer link 2019-02-14 16:36:57 +09:00
강동윤
4bab61d0d0 Fix link 2019-02-13 18:28:47 +09:00
강동윤
4e2406c616 Include backers in readme 2019-02-13 18:25:19 +09:00
Hans Ott
77fe1f5371 Fix link to docs (#144) 2019-02-11 09:39:54 +09:00
강동윤
1a29087242 Add logo 2019-02-02 21:42:46 +09:00
강동윤
d4ef56eb5b fix a link in README.md 2019-01-24 16:32:45 +09:00
강동윤
334b25c7b8
Update README.md
typescript parser is implemented
2019-01-24 16:10:39 +09:00