-
Hi.
I installed both sprockets-es6 and requirejs-rails in my Rails app.
I changed some of my javascript files to *.es6 extension so that Rails asset pipeline can compile those files to *.es5 from ge…
-
# Check List
- [ ] Funciones
- [ ] Excuse generator
- [ ] Domain name Generator
## Funciones
- [ ] [Funciones: estándard, anónima, flecha](https://gist.github.com/hchocobar/e093c5beed625…
-
### Describe the bug
As per tc39/proposal-decorators [[Adding initialization logic with addInitializer](https://github.com/tc39/proposal-decorators?tab=readme-ov-file#adding-initialization-logic-wi…
-
This would be a big task but I think there will be lots of benefits in terms of code-readability (especially with template-literals) and a few performance improvements either.
This could be also di…
-
I've hacked together an ES6-compatible module for our own usage, but we should create releases for both Node JS and the browser.
Since this is dependent on PIXI, I'm not sure what the _best_ approa…
-
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…
-
Instead of the traditional function, use arrow functions with typescript
-
It would be nice to be able to use elasticlunr as an ES6 import which are now supported by most major browsers. This allows better code organisation and keeps the global name space cleaner. A minimal …
-
I have installed babel-register. However, when I run
`migrate up --compiler="js:babel-register"`
I get the error:
```js
Error: Cannot find module 'babel-register'
at Function.Module._resolveF…
-
Last week I listened to episode 39 of [Adventures in Angular](http://devchat.tv/adventures-in-angular/039-aia-es6-with-scott-moss), which was a great discussion around ES6 language features and the to…