-
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…
-
# Suggestion
## 🔍 Search Terms
- JavaScript return never
- JavaScript method return never
- JavaScript override method return never
- JavaScript abstract method return never
## ✅ V…
-
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 …
-
I managed to get this to work although strangely enough even though I use esnext, I only managed to get it to work using the commonjs syntax in my script.
One suggestion though is that we should be…
-
### Description
If tsconfig.json has `"target": "ES2022"` or `"target": "ESNext"`, the results are different from what have been mentioned in the documentation.
**Minimal code-snippet showcasin…
-
tsconfig.json
```
{
"compilerOptions": {
"target": "ESNext",
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
],
"allowJs": false,
"skipLibCheck": false,
…
polRk updated
2 years ago
-
The last update was for TypeScript 5.1, done in https://github.com/jupyterlab/jupyterlab/pull/14638.
It would be great to look into updating to the latest version to not lag behind for too long.
…
jtpio updated
4 weeks ago
-
# Bug Report
`tsc` causes errors for `--target ESNext` for some order of initialized variables and variables initialized in the constructor.
Why does the code produce errors for `ESNext` and no…
-
This is what I wrote in utils.ts:
```typescript
export const supabase = createClient(
Deno.env.get("SUPABASE_URL") as string,
Deno.env.get("SUPABASE_KEY") as string,
);
```
After I push the…
-
### Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to …