Allow to use unibabel.hex as a ES6 module #1
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur
Sans contenu.
Supprimer la branche "(supprimé) : master"
La suppression d’une branche est permanente. Bien qu’une branche supprimée puisse temporairement subsister, elle NE PEUT PAS être facilement restaurée. Continuer ?
This PR makes unibabel.hex to be used as a module.
unibabel.hex can be used like:
import { Unibabel } from 'unibabel/unibabel.hex.js';
Loo
I'm just seeing this now.
It looks like this breaks browser compatibility.
I think this should fix it, would you mind testing?
To:
It really sucks that there are so many JavaScript-knockoff languages and frameworks that don't maintain compatibility with JavaScript and expect you to break compatibility or add lots of boilerplate to get them to work with The Real McCoy.