Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Transpile distribution to ES5 #62

Closed
karmacoma opened this issue Mar 27, 2017 · 2 comments
Closed

Transpile distribution to ES5 #62

karmacoma opened this issue Mar 27, 2017 · 2 comments

Comments

@karmacoma
Copy link
Contributor

karmacoma commented Mar 27, 2017

For reasons of compatibility when running lisk-js on older JavaScript compilers, the distribution should be transpiled to the ES5 standard using https://babeljs.io/.

@wojciak
Copy link

wojciak commented Jun 9, 2017

Hi I'm new here, could we use TSC maybe? It's better supported, and transpiles all the way down to es3. It works with normal JS so no need to actually use typescript.

@toschdev toschdev self-assigned this Jun 12, 2017
@toschdev
Copy link
Contributor

Hi @wojciak using TSC is in discussion right now. We have not fully decided if we switch and yes, when. If I understand this issue correctly it is about adding babel and support ES6 code but not yet refactoring the whole codebase with ES6 features. As soon as we think about refactoring the codebase to new standards, TypeScript will be discussed intense again. Thanks for your input

@willclarktech willclarktech changed the title Transpile distribution to ES2015 Transpile distribution to ES5 Jul 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants