-
Why do you have `"esversion": 6` in jshint config? I guess usually we use Angular 1 with es5? If someone wants es6 he can easily change that, but I was coding in es5 and didn't expect that jshint had …
-
### What version of Elysia.JS is running?
1.1.4
### What platform is your computer?
Linux 6.9.10-zen1-1-zen x86_64 unknown
### What steps can reproduce the bug?
In my Elysia projects I use my cus…
-
Hi vue2vis team,
I am following this [README](https://github.com/alexcode/vue2vis/blob/master/packages/network/README.md) to setup a [NuxtJs](https://nuxtjs.org/) project with `@vue2vis/network`. H…
-
when I cloned this project and ran 'yarn build' command , getting the following error:
sed -i -e '0,/target/{s:esnext:es5:}' -e '0,/module/{s:esnext:commonjs:}' ./tsconfig.json && sed -i -e s:lib/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…
-
It appears that this package is CommonJS - is that intentional?
-
As of today, `@babel/preset-env` + `esmodules: true` + `bugfixes: true` will apply these polyfills and transforms:
```
Using targets:
{
"android": "61",
"chrome": "61",
"edge": "16",
…
-
> [!NOTE]
> If SvelteKit v3 requires Node.js v20+, and Svelte v5 requires ES2023+, this issue can be converted to setting:
> - `vite.config`'s `build.target` to `es2023`
> - `tsconfig.json`'s `co…
-
Was working with docpad 6.79.4, but after updating to 6.80.3 seeing the following error:
```
TypeError: Class constructor BasePlugin cannot be invoked without 'new'
at new DateUrls (/Volumes/…
-
**TypeScript Version:** 4.2.0-dev.20201112
**Search Terms:** esm, importHelpers, unused
**Code**
```ts
// @importHelpers: true
// @module: es2015
// @target: es5
// @downlevelIteration: …