Closed tiye closed 4 years ago
Refactored workflow. Switching to @babel/standalone for crossing platform purposes(also might be large in bundle size).
@babel/standalone
Added DISPLAY_JS=true cirru-script option for displaying source.
DISPLAY_JS=true cirru-script
Updated example http://repo.cirru.org/script/ .
Now this command is also supported:
cirruscript compile from-dir to-dir
Refactored workflow. Switching to
@babel/standalone
for crossing platform purposes(also might be large in bundle size).Added
DISPLAY_JS=true cirru-script
option for displaying source.Updated example http://repo.cirru.org/script/ .