@meteorjs/reify
Advanced tools
Comparing version 0.24.0 to 0.24.1-beta.0
@@ -112,4 +112,4 @@ "use strict"; | ||
if (this.magicString !== null) { | ||
this.magicString.prepend("!function(" + this.moduleAlias + "){"); | ||
this.magicString.append("//*/\n}.call(this,module);"); | ||
this.magicString.prepend("!await (async function(" + this.moduleAlias + "){"); | ||
this.magicString.append("//*/\n}).call(this,module);"); | ||
} | ||
@@ -116,0 +116,0 @@ |
@@ -41,2 +41,3 @@ "use strict"; | ||
"throwExpressions", | ||
"topLevelAwait", | ||
// Other experimental plugins that we could enable: | ||
@@ -43,0 +44,0 @@ // https://babeljs.io/docs/en/next/babel-parser.html#plugins |
{ | ||
"name": "@meteorjs/reify", | ||
"version": "0.24.0", | ||
"version": "0.24.1-beta.0", | ||
"main": "node/index.js", | ||
@@ -5,0 +5,0 @@ "browser": "lib/empty.js", |
173027
3066