-
The first (fixable) issue is that we have to expose the `Tone` module as `window.Tone` because `Tone` is distributed as an UMD module and webpack is using the ES6 export (this can be done using `webpa…
-
I have tern working well for functions and variables within a file, but I get "No definition found." when I try to jump to a function outside the current file.
Here's my .tern-config:
```
{
"lib…
-
Libraries like `prfun` (incidentally recommended in the [`es6-shim` README](https://github.com/paulmillr/es6-shim)) augment the Promise prototype with additional methods. `Promise.promisify` is parti…
-
@rowino, @ThomasPe, @opencubicles :
So there is now a directive.
What we have talked about is creating a vanilla ES6 core.
Requirements are that it should be:
- plain ES6, have no dependencies
- lo…
-
For Background:
@Lecss @kriswest and I built the "combined" @finos/fdc3 module in the FDC3 repo, combining all the other modules. For now, this uses ES6 module structure, rather than the FDC3 roll…
-
In the [documentation ](https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/server/core/overview.html?lang=en) it says the custom code support ES6
> Event forwarding in Adob…
-
As of [OpenLayers 5.0](https://github.com/openlayers/openlayers/wiki/OpenLayers-v5.x), the Closure library and custom builds with the compiler will no longer be supported. Their entire codebase has be…
-
I'm in the process of modernizing my application moving it from AMD to ES modules. With the classic KO that was not possible and someone suggested to move to TKO, so I installed `4.0.0-alpha9.0`.
I…
-
If I use the plugin as is, I get a warning:
```
DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated,
plug in your own promise library instead: http://mongoo…
-
There are a few gotchas around tree shaking, so it would be useful to document these somewhere. This applies to other libraries in the fp-ts ecosystem, such as monocle-ts.
Below is my understanding…