https://github.com/peerlibrary/meteor-ecmascript-compiler
Compiler plugin that supports ES2015+ in all .js files
https://github.com/peerlibrary/meteor-ecmascript-compiler
Last synced: 6 days ago
JSON representation
Compiler plugin that supports ES2015+ in all .js files
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-ecmascript-compiler
- Owner: peerlibrary
- License: bsd-3-clause
- Created: 2016-07-31T10:27:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T06:34:27.000Z (almost 10 years ago)
- Last Synced: 2025-01-03T10:45:13.141Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://atmospherejs.com/peerlibrary/ecmascript-compiler
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ecmascript-compiler smart package
=================================
A fork for the official [Meteor ecmascript smart package](https://github.com/meteor/meteor/tree/devel/packages/ecmascript),
but just a compiler without runtime dependencies, and no React and modules support. It provides the functionality of the
package to one before Meteor 1.3 (and introduction of modules support in Meteor). Used for legacy reasons and backwards
compatibility.
Server side only.
Installation
------------
```
meteor add peerlibrary:ecmascript-compiler
```