Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babelCompiler

Run directly

a ) npm install git://github.com/appcoreopc/babelCompiler.git

If you unable to invoke, hsc (helloscript compiler), please try to clone this repository and run "npm link".

Ideally, you should be able to run

hsc dummycode.js

And will generate the following output :-

original code:- let a = 2 + 2;

transformed code:- let total = 2 + 2;

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages