-
Notifications
You must be signed in to change notification settings - Fork 0
License
psilva261/6to5
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# 6to5 (very wip) Convert ES6+ into ES5.1. For many scripts it's extremely slow and can fill up the RAM. Might still be interesting to test some stuff. Usage example: ``` ES6TO5_CACHE=/tmp/6to5_cache cat test.js | 6to5 ``` Even more experimental: ``` ES6TO5_FAST=YES cat test.js | 6to5 ``` Regenerator is needed though for runtime: https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published