-
For front-end code consider moving from ES5 target to, at least ES2018 (the one, that still mostly supported by pre-Chromium MS Edge), as we using it for Cloud Console already.
We may also use newer …
-
관련 문서
- [TC39 proposal](https://github.com/tc39/proposal-flatMap)
- flat [MDN doc](https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Array/flat)
- flatMap [MDN doc](ht…
-
For front-end code consider moving from ES5 target to, at least ES2018 (the one, that still mostly supported by pre-Chromium MS Edge), as we using it for Cloud Console already.
We may also use newer …
-
### 🧐 问题描述
Node:18.17.0
Webpack:5.95.0
JS编译配置信息:
```
rules: [
/* config.module.rule('js') */
{
test: /\.(j|t|mj)sx?$/,
type: 'javascript/auto',
include: […
-
These are changes that would be nice to have, but require a major version update.
- [x] Drop support for Node v12, as it reaches end of life soon (2022-04-30)
- [ ] Change how the main function ha…
-
I’m currently writing a polyfill for the [Iterator Helpers](https://tc39.es/proposal-iterator-helpers/) proposal, and I need these two methods.
-
관련 문서
- [TC39 proposal](https://github.com/tc39/proposal-async-iteration)
- [MDN doc](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Statements/for-await...of)
관련된 챕터
- 2.7 제…
-
For front-end code consider moving from ES5 target to, at least ES2018 (the one, that still mostly supported by pre-Chromium MS Edge), as we using it for Cloud Console already.
We may also use newer …
-
Node 10+ has [broad support for ES2018](https://node.green/#ES2018) -- we should update the TS templates to target it.
-
Why is `jodit/es5/jodit.min.css` exported rather than the css from **any** of the other folders (es2015, es2018, es2021, es2021.en)??
The one from es5 is the only one with hardcoded colors, as oppose…