Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/breuleux/earl-grey-runtime
Runtime for the Earl Grey language
https://github.com/breuleux/earl-grey-runtime
Last synced: 9 days ago
JSON representation
Runtime for the Earl Grey language
- Host: GitHub
- URL: https://github.com/breuleux/earl-grey-runtime
- Owner: breuleux
- Created: 2015-01-10T00:08:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T22:41:12.000Z (about 6 years ago)
- Last Synced: 2024-10-18T18:54:37.774Z (28 days ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Earl Grey runtime
=================This package defines global variables and functions for the Earl Grey
language:require("earlgrey-runtime/5"); // es5
require("earlgrey-runtime/6"); // es6EG compiles to ES6 and therefore the runtime includes
[babel](https://babeljs.io/)'s polyfill when requiring
`earlgrey-runtime/5`.See [Earl Grey](https://github.com/breuleux/earl-grey).