-
Hi,
I have an es6 & HOC port of this. I'm not sure how the node packaging works supporting multiple methods. Let me know if you want to have it added to this lib or if I should fork and create my o…
-
This relates to issue #7 in that the expected / desirable result would be that the results of the promises would be passed to the `then` function. I have not checked other parameters for compatibilit…
-
Hi, I'm having a problem serving my webpack bundle to older browsers. I'm using your library but because of one little "const" in middleware.js it breaks.
https://github.com/benjamine/fetch-wrap/blob…
-
Hi!
I'm trying to override the default configurations because always show an error about toast.html but is not working and of course, maybe I'm doing something wrong.
```
`'use strict';
export def…
-
Hi @elfet
Found the link to this project on hashnode. After reading README looks like I've found 1st real js template engine with ES6 support and benchmarks and which not sucks much. Followed you o…
-
cc https://github.com/rollup/rollup/issues/1039
-
Hi,
Once again thanks for this great tool.
I would like to know if it could be possible to implement a framework independent typescript code template. I would like to use compiled code on server…
-
ES6 (EcmaScript version 6) and forward specifies very specific rules for serialization including "predictive property" order. This may appear strange but for a human creating the properties A, B, C an…
-
I'm trying to use cp-validations within an app using ES6 classes & TypeScript and I'm getting a few errors.
Here is what my component looks like:
```ts
import Component from '@ember/component';…
-
According to v5.0 documentation *Bootstrap provides a version of Bootstrap built as ESM (bootstrap.esm.js and bootstrap.esm.min.js) which allows you to use Bootstrap as a module in your browser*. It's…