-
Need to implement babel plugins equivalent of
* https://github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/compat-table/src/index.ts#L350-L399
* https://github.com/evanw/esbuil…
-
Could be up to ES2017?
https://caniuse.com/#compare=firefox+76,chrome+81,safari+13.1,opera+68,ios_saf+13.4,and_chr+81,and_ff+68,and_uc+12.12,samsung+11.1&compare_cats=JS,JS%20API
-
This proposal disallows `export default from;` (which is valid ES2017 code). Is it intentional?
Ref: https://github.com/babel/babel/pull/7309
-
I would like to see the upgrade of the library to a new level (ES2017 standard) with async/await functions (promisify code natively).
Also maybe transfer the node-steam-tradeoffers to promises?
-
I'm using this following plugins:
```
Plugin 'othree/yajs.vim'
Plugin 'othree/es.next.syntax.vim'
Plugin 'mxw/vim-jsx'
```
![syntax-highlight](https://cloud.githubusercontent.com/assets/416585/18424…
-
Hello:
I found your repo, it is a very good one, I want to some testing. However, I found that you are using Ethers version 5.0.23, while the current version is v6.4.0.
I have tried to update all n…
-
I'd love to get a discussion going around build types (ESM, CJS, or hybrid) for the nice-grpc packages. ESM is the future, but not everyone has arrived yet. Part of arriving is getting ESM outputs eve…
-
Node 8 has been released 2017-05-30 and it supports async/await
eslint support ES2017
http://eslint.org/blog/2016/09/eslint-v3.6.0-released
Is it possible to upgrade eslint and get support for asyn…
-
Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher.ts(1378)
-
As far as I know there is currently no way to express an export of a value that is computed asynchronously. In ~~ES6~~ ~~ES2017~~ ES2022 (sorry, didn't realize how recent it is :) this can be accompli…