-
**TypeScript Version:** 3.7.5 and 3.8.0-dev.20200123
**Search Terms:** extends not attached to a class
I'm currently evaluating if TypeScript can be used to type-check old closure compi…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://github.com/io…
-
Reported in VS, repros in VS Code.
https://developercommunity.visualstudio.com/content/problem/556364/javascript-go-to-definition-or-f12-doesnt-work-wit.html
```js
(function () {
my.name…
-
I have two files: index.ts and pixel.ts
Index has a bunch of functions and two classes
Pixel imports one of the classes and a function from index and instantiates the class, then passes it to th…
-
**TypeScript Version:** 2.4.1 (but likely anything since 2.2)
When utilising code targeted at ES5 mixed with code targeted at ES6 causes a [runtime error when using mixin classes](https://jsfiddle…
-
## Summary
Requesting a build of the Amplitude Browser SDK that does not transpile syntax supported by most browsers for a few years.
## Motivations
My employer is using Amplitude, and …
-
Let's go update escalar to be able to use es5!
Now the question is...do we want to package this as a separate jar? or...right a separate class that extends from the Generic classes as specified in th…
-
I'm getting this error `Class constructor SC cannot be invoked without 'new'`.
There's a function imported from a module that takes a class, and invokes new on the passed class. This other module h…
-
When generating a JSDoc for an ES5 class, this is generated by default:
```javascript
/**
*
* @class Bar
*/
class Bar {}
```
The problem is, in JSDoc 3, ES5 classes are automatically …
-
There are a great number of `es-lint` rules that fail when running `npx es-lint --fix .`. Furthermore, running this command results in man broken tests in `pass-ui`.
For this reason, we should …