etalab / recherche.etalab.studio

Une exploration pour trouver des jeux de données ouverts
https://recherche.etalab.studio
MIT License
2 stars 3 forks source link

Transpile JS #47

Closed abulte closed 4 years ago

abulte commented 4 years ago

As far as I can see, the JS code is not transpiled and uses some rather new features / syntax (async, const...).

Since we're launching in production, we should probably lower the bar for compatible browsers (IE11+), and thus add a transpilation step (or write ES5).