0.1.2 • Published 6 years ago

earlgrey-runtime v0.1.2

Weekly downloads
587
License
MIT
Repository
github
Last release
6 years ago

Earl Grey runtime

This package defines global variables and functions for the Earl Grey language:

require("earlgrey-runtime/5"); // es5
require("earlgrey-runtime/6"); // es6

EG compiles to ES6 and therefore the runtime includes babel's polyfill when requiring earlgrey-runtime/5.

See Earl Grey.