-
Parent-child relationship between controllers, directives.
In es5-angular these relationship are implemented using scope and scope inheritance.
Now we use classes, extends, super methods.
But my pro…
-
See files published on NPM:
ESM: https://unpkg.com/browse/js-sdsl@4.3.0/dist/esm/container/OtherContainer/Queue.js
ESM Build Source
```js
var __extends = this && this.t || function() {
…
-
I have a project with a MySql server which contains multiple databases with the same schema. Typescript classes created by Sequelize-auto are working with one of the databases, but I am unable to use …
-
I was making a tool called `multiple`, used like this:
```js
class Foo { ... }
class Bar extends Foo { ... }
class Baz extends SomethingElse { ... }
// the magic:
class Lorem extends multipl…
-
Task: The [scoped-custom-element-registry](https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry) polyfill is currently only tested to work on browsers impleme…
-
I think it is time to move to modern JavaScript in the source code.
> IMPORTANT: This is not a proposal to drop support for some Browser!
JavaScript evolved a lot in the last years. This Repro i…
-
Currently if we look at https://unpkg.com/v-calendar@1.0.1/lib/v-calendar.umd.js there is a lot of code that is ES6. For example:
template strings:
```js
const createGuid = function createGuid() …
-
We should bundle both esm/es5 files in every package and expose them using [fesm](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/preview) format
Spec details:
["A…
-
Hello, @yomotsu ! I just would like to ask if you could convert this library to ES5 as opposed to ES6 so that I may study the code if possible since it is MIT licensed. I would very much like to use t…
-
## Why I want to learn decorator
Find [this project](https://github.com/mobxjs/mobx) in today's github trending, it is using decorator.
## Why decorator
> Decorators make it possible to annotate and…