Commit Graph

17 Commits

Author SHA1 Message Date
Donny/강동윤
eed290319e chore: Use textarea for swc-info 2023-08-26 07:28:15 +09:00
Donny/강동윤
d6952ea687
feat(swc-info): Add a CLI to help issue reporting (#7871) 2023-08-26 07:11:34 +09:00
Donny/강동윤
9816ba2795
chore: Update issue template to prevent useless issues (#7303) 2023-04-20 15:37:30 +09:00
Donny/강동윤
5d5140f0a5
chore: Make issue templates mention no +1 (#6894) 2023-02-01 19:31:15 +09:00
那里好脏不可以
37a8c90750
chore(*): Typo + fomatting (#4304) 2022-04-11 18:45:58 +00:00
Donny/강동윤
ea0bbc6f5f chore(issues): Typo 2022-03-20 18:52:40 +09:00
Donny/강동윤
69f16da736 chore(issues): Add some links 2022-03-20 18:50:44 +09:00
Sosuke Suzuki
360ad7b41c
chore: Add enhancement label to feature_request template (#3164) 2022-01-01 23:36:39 +09:00
Sosuke Suzuki
047219932f
chore(repo): Add section for the actual behavior to the issue template (#3100) 2021-12-22 17:07:49 +09:00
Pig Fang
f8c7d36ac9
chore: Update playground link in the issue form (#2621) 2021-11-02 13:09:35 +09:00
Pig Fang
c05f35d5f1
chore: Fix syntax of github issue template (#2596) 2021-10-31 14:32:44 +09:00
Pig Fang
a278eff5ee
chore: Use form for issues (#2595) 2021-10-31 13:51:30 +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
강동윤
702e20ef56 Update issue templates 2021-02-17 21:27:55 +09:00
강동윤
31020e46d8
spack: enhancement (#845)
- Handle modules (via swcrc)
 - swc.bundle([conf1, conf2])
 - Correct chunking
2020-06-15 23:28:15 +09:00
kdy1
20e37eae5d regenerator: allow nested finally block (#601)
Previously, 

```js
function *foo() {
    try {
    } finally {
        try {
        } finally {
             throw new Error('foo');
        }
    }
}

```

make swc panic

Closes #600.
2020-01-23 01:04:08 +00:00
강동윤
ec98516b0e Update issue templates 2020-01-22 10:58:55 +09:00