-
When I include a library that uses es6, it usually has file extentions of .js and not .es6, sprockets does not detect the type automatically therefore it's not compiled.
I would like to be able to…
-
Rescript es6 version of stdlib included a `package.json` with `"type": "module"`
https://github.com/rescript-lang/rescript-compiler/blob/77b6a3bcd63989d2fb015c8a2543d87f3cb45007/lib/es6/package.jso…
-
Research + start implementation of the most widely supported new ECMAScript 6 elements and syntax.
-
At the moment we use module.exports in this repo occasionally, for example here https://github.com/intuit/user-data-for-fraud-prevention/blob/master/src/js/index.js#L6 . It would be better to have ES6…
-
At the moment, every `melange.emit` stanza generates its own version of the js artifacts produced by the libs it consumes. It there are N `melange.emit` stanzas using the same library `foo`, the `js` …
-
Can it support JSUnit? Ours is legacy system build on google closure library , we are using jsunit framework for testing as it not having es6 components as all other testing frameworks are es6 oriente…
-
* Generate ES6 modules by default. (**P1**)
* This is a pre-condition so that we can reasonably breakdown our bundles into smaller items.
* It enables other toolchains to post-process Blazor in …
-
I would like to import the localForage library into my main script and be able to access its methods through a localForage namespace.
I've installed localforage via npm and have importing the libr…
-
### 💻
- [ ] 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
…
-
##### Description
What is the status of C++, Rust, Objective-C, PowerShell and some other languages listed as **supported** in the current [README.md](https://github.com/swagger-api/swagger…