-
acornjs不支持ES2018对象扩展方式:示例
const A = {a: 1, b:2};
const B = { ...A, c:3};
以上通过acornjs检测报语法错误
-
### What version of Bun is running?
1.1.36+ededc168c
### What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
### What steps can reproduce the bug?
[Repository](https://github.co…
-
### Operating System
iOS 17.4.1
### Browser Version
Mobile Safari UI/WKWebView (AppleWebKit/605.1.15)
### Firebase SDK Version
10.12.0
### Firebase SDK Product:
Firestore
### D…
-
Hey, thanks for making this, it's awesome.
What would it take to make it support `es2018` as an option for `lib` and `target`. And also `strict` being in the tsconfig, which currently fails:
``…
-
ES10 BigInt
```
alert(1n)
```
ES2018
```
(asyncfunction*(){})['constructor']('alert(document.domain)')().next();
```
![image](https://github.com/robertkrimen/otto/assets/111571429/6b9…
-
Proposal: https://github.com/tc39/proposal-regexp-named-groups
MDN: see 'Named Capturing Groups' on https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Groups_and_Ranges
-
Now, we have `StatementInjection` to help us inject statements, this is very useful but is not enough for our usage. So would be better if we combine these usages into one statement helper
## Cas…
-
Given both **TypeScript** and **ClosureCompiler** have fixed `es2018` targeting, good to lock down `es2018` instead of `esnext`?
-
# Bug report
## Describe the bug
Reproduction: [codesandbox.io/s/muddy-cookies-9jr6z?file=/pages/index.js](https://codesandbox.io/s/muddy-cookies-9jr6z?file=/pages/index.js)
After upgradi…
-
[MDN 링크](https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Promise/finally)
관련된 챕터
- 비동기 프로그래밍
- 예외 처리