-
See https://github.com/yowainwright/es-check
Usecases:
* to test whether `oxc_transformer` is correct
* to test whether your bundled app still has some higher ES features. For some apps or webs…
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Linux 6.2.0-32-generic x86_64 x86_64
### What steps can reproduce the bug?
-…
-
Hi there, using Angular 11, if you import from the esnext module the application won't compile and fails on the nullish coalescing operator "??" used in the code.
```
import { DataSet } from 'vis-…
-
Xonomy is a good library, but still written using an old-fashioned single file pattern. This is a really big concern, in terms of:
- readability
- maintainability
- testability
- and even, with mo…
-
我编译程序的js文件为 mjs, SwaggerRouter 的mapDir函数操作会报错,因为 require 语句
.pnpm\koa-swagger-decorator@1.8.6\node_modules\koa-swagger-decorator\dist\utils.js:46
const obj = require(filepath);
…
-
Some ES6 features that esnext supports cannot be used in ember-cli. I'm guessing because the module transpiler runs over things first because esnext _does not_ support module syntax.
Here's a simple …
-
When following the instructions for using axios here https://github.com/ferdikoomen/openapi-typescript-codegen/blob/HEAD/docs/axios-support.md
I get the following error when compiling. I'm not f…
-
I have configured it according to the instructions but I am still getting the errors `The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'syste…
-
```ts
enum ModuleKind {
None = 0,
CommonJS = 1,
AMD = 2,
UMD = 3,
System = 4,
ES2015 = 5,
ES2020 = 6,
ES2022 = 7,
E…
-
### Current behavior
Cypress' contains the following line in `node_modules/cypress/types/lodash.d.ts`, which is created by the cypress package somehow (it is not a normal node_modules dependency, a…