-
Find a standard way to distribute the package. ES6 files, commonjs files, ...
You need two entry point: one for client side only files (leaflet doesn't support SSR)
- documentation (standard way …
-
Recently we're starting to want to pull in libraries that export, or have dependencies that export, ES6. As far as I can tell, there are no guidelines or structure whatsoever in NPM / the JS ecosystem…
-
Hi @sapegin,
I would like to discuss with you if you were interested for a migration to use ES6 module on this project. I know that this project is not actively maintain, but I would be happy to wo…
-
How does this library relate to Protoc, and protoc support for ES6 can be requested here?
-
Some libraries (like widely used [got](https://npm.im)) utilize `ES6 Map`-like cache API. Adding an alias `delete -> del` and adding a `clear` method will make `node-cache` be compatible with those li…
-
When starting a new typescript solution in VS2015 (using AMD) and installing RxJS-All (through NuGet) many libraries are added to my Scripts folder, so far so good.
However, when I try to build I get …
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
```js
// Just using Template strings
```
### Configuration file name
.babelrc
…
-
Promises are here, they're awesome, and they're coming to your browser.
I will:
``` js
provide("Interactive slides before the talk as a resource and for experimentation")
.then(introduce("Promise…
potch updated
10 years ago
-
Hi,
I see there is a way to use the W2UI library in a "legacy" mode, but all the examples are built in ES6 so translating into legacy is complicated.
My question is, is there a way to use the f…
-
The Mapbox GL JS library is currently bundled rather than imported. This is done for two reasons:
1. The Svelte REPL imports the latest version of dependencies rather than the versions in the packa…