-
### Description
`custom-elements-es5-adapter.js` contains ES2015 syntax (e.g. `const e=HTMLElement`) and thus cannot be used as a shim for es5 code without compiling, but it specifically says not t…
-
I haven't found any way to not make js3-mode unhappy about certain features of ES6 code (namely default parameters). Is there an option I'm missing?
-
Presently, TS limits index types to 'string', 'number', 'symbol', or 'any'. That's fine, but consider the following:
``` ts
class Foo {
[Symbol.toPrimitive](): number {
return 1;
}
}
…
-
**I'm submitting a ...** (check one with "x")
```
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit suppo…
-
# tsconfig.json All In One
https://github.com/xgqfrms/vscode/blob/master/tsconfig.json
https://github.com/xgqfrms/vscode/blob/master/tsconfig.old.json
## old `tsconfig.json`
```ts
"ta…
-
**Description:**
Consider these two classes:
```js
let thisObject;
class A {
constructor() {
thisObject = this;
return x;
}
}
class B extends class {} {
constructo…
-
Hi,
I've been developing a [fork of cherrytree](https://github.com/blikblum/cherrytreex) published as cherrytreex, currently as version 3.4.
It's API is compatible with v2 but adds some features…
-
"I upgraded the version of Three.js using GPT-4, and it feels very convenient. About 90% of the upgrade was completed using GPT-4, and the upgrade has been fully completed. I am submitting this messag…
-
-
Currently, ES6 snippets are mapped into keys `*6` like `props6` and `ren6`.
Not sure this is possible, it would be great if there's an option of using ES6 snippets by default so that `props` or `ren`…