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 |
|