-
We are trying to build a component library with es5 as target transpilation and we like a lot `haunted`/`lit-html` approach.
If I do not transpile `haunted`, it will not work for older browsers.
…
-
The following are utility stamp good to have implemented.
- [ ] `selfAware` - the `.getStamp()` on object instances.
- [ ] `ctor`/`instanceOf` - add `constructor` propertiy for `instanceof` operator t…
-
related https://github.com/material-components/material-components-web/issues/4492#issuecomment-492226652
Feature request to generate ES6 modules from out TS files from within the /dist directory. …
-
Currently the checker is built around definitions from this file
https://github.com/kaleidawave/ezno/blob/main/checker/definitions/overrides.d.ts
To support more of the runtime (as highlighted i…
-
This doesn't cause any type warnings. The type system merges the properties of the first and second declaration of `C` into a single type.
``` javascript
var C = class {
f() {}
};
C = class {
…
-
The library is really awesome but I've noticed you guys are re-inventing the wheel in some places (for example, Q.Class.extend). Also, everything is a global which makes it hard to put classes in sepa…
-
-
**here is a content**:
function _fAddItem(_aoContainer, _aoItem, _anIndex)
{
({}).toString.call([]) != "[object Array]" && (_aoItem = [_aoItem]);
return _aoContainer.slice(0, _anIndex).concat(…
-
Hey first of all, thanks for putting order into the chaos which is the current state of typescript-treeshaking!
I only have one question.
So the reason the Babili build is only transpiling to ES20…
-
Steps to reproduce:
1. git clone https://github.com/vaadin/skeleton-starter-flow master and make sure Vaadin version in pom.xml is 14.0.1
2. Create a local Tomcat launch configuration
3. Launch. Th…