-
I have discovered that thanks to [Babel's limitations](https://babeljs.io/docs/en/caveats/#classes) we can't extend the built-in `Error` class for our custom error class as it is not possible to use `…
AuHau updated
3 years ago
-
From our spike on https://github.com/cowboyd/ember-microstates/pull/69
Basically, you have to include IE11 as a target for microstates to work, because the way classes are used doesn't work with Ba…
-
[来源:Understanding ECMAScript 6 ](https://leanpub.com/understandinges6/read#leanpub-auto-class-declarations)
1. `class` 声明会提升,但不会初始化赋值。`Foo` 进入暂时性死区,类似于 `let`、`const` 声明变量。
```javascript
const b…
-
## Minimal reproduction of the bug with instructions:
This bug was replicated locally and on stackblitz
[StackBlitz Link](https://stackblitz.com/edit/angular-extensions-model?file=src%2Fapp%2Fto…
-
Currently Closure does not inline getters in advanced mode in situations where it inlines methods:
``` javascript
'use strict';
/*
class Foo {
get bar() { return 123 }
baz() { return 456 }
}
*/
'…
-
I'm not 100% sure if this is a remap issue or not. If not let me know what would be the responsible party.
The issue is when you have a class that extends another class and call `super()` the types…
-
## 🐛 Bug Report
A clear and concise description of what the bug is.
If your bug report involves classes, check the [docs](https://immerjs.github.io/immer/docs/complex-objects) on how classes are…
-
I'm struggling with my application still wanting to reload even though I seem to have everything in place to allow modules to be replaced without a full page refresh and was hoping to get some insight…
-
@Hotell has written the ng-metadata project: https://github.com/ngParty/ng-metadata
The project serves the same overall purpose as ng-forward so it would be good to see how we can collaborate. This t…
-
Any need for a Typescript implementation of this library? I rewrote the library in Typescript for a work project and removed the try/catches and implemented Promise rather than returning functions. Th…