Skip to content

appcoreopc/babelCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published