-
i am running the browserify via command line
` browserify src/crypto/Mnemonic.js -p esmify --standalone mnembundle > src/bundle/MnemonicBundle.js`
but i receive this error:
```
Error: Parsing fi…
-
Need add property `dom.iterable` in lib in `tsconfig.json`
like this:
```json
"lib": [
"dom",
"es2015",
"es2016",
"dom.iterable"
],
```
-
[Similar issue in swc-loader](https://github.com/swc-project/swc-loader/issues/22)
I'm not exactly sure where the linked documentation in that other issue went, I could have sworn it was on the swc…
-
I'm seeing the following error with the 2.0.0 release when using with `tsc` and `ts-node`:
```
Argument for '--lib' option must be: 'es5', 'es6', 'es2015', 'es7', 'es2016', 'es2017', 'es2018', 'es…
-
Gulp version:
`CLI version: 2.2.0,
Local version: 4.0.2`
When using "es2019" as lib in compilerOptions it says:
`error TS6046: Argument for '--lib' option must be: 'es5', 'es6', 'es2015', 'es7'…
-
doesnt work without es2016 as a preset
```
ERROR in ./~/react-simple-dropdown/lib/components/Dropdown.js
Module build failed: Error: Couldn't find preset "es2016" relative to directory "C:\\Users…
-
http://www.tam-tam.co.jp/tipsnote/javascript/post10200.html
importとexportでモジュール管理ができるように。
-
# Bug Report
When running `tsc --init --target es2015`, the generated target is `es6`.
```
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
…
-
We have `client-es5` and `client-es6`, which use `vue-es5` and `vue-es6` respectively. But code written with a build step in mind should be able to use ES2016+ features too.
-
Ran into an issue compiling the type definitions in typescript in a node environment. I'm using this command `tsc --outDir bld --module commonjs --target ES2016` to compile and I hit this error
```…