mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Explain the ecmascript-runtime => promise dependency
This commit is contained in:
@@ -13,6 +13,9 @@ Npm.depends({
|
||||
|
||||
Package.onUse(function(api) {
|
||||
api.use("modules");
|
||||
|
||||
// Regenerator, which we use to transpile ES2016 async/await, needs
|
||||
// a promise implementation
|
||||
api.use("promise");
|
||||
|
||||
api.mainModule("runtime.js");
|
||||
|
||||
Reference in New Issue
Block a user