@meteorjs/reify
Advanced tools
Comparing version 0.24.1-beta.0 to 0.24.1
@@ -112,4 +112,4 @@ "use strict"; | ||
if (this.magicString !== null) { | ||
this.magicString.prepend("!await (async function(" + this.moduleAlias + "){"); | ||
this.magicString.append("//*/\n}).call(this,module);"); | ||
this.magicString.prepend("!function(" + this.moduleAlias + "){"); | ||
this.magicString.append("//*/\n}.call(this,module);"); | ||
} | ||
@@ -116,0 +116,0 @@ |
@@ -41,3 +41,2 @@ "use strict"; | ||
"throwExpressions", | ||
"topLevelAwait", | ||
// Other experimental plugins that we could enable: | ||
@@ -44,0 +43,0 @@ // https://babeljs.io/docs/en/next/babel-parser.html#plugins |
{ | ||
"name": "@meteorjs/reify", | ||
"version": "0.24.1-beta.0", | ||
"version": "0.24.1", | ||
"main": "node/index.js", | ||
@@ -38,3 +38,3 @@ "browser": "lib/empty.js", | ||
"periscopic": "^2.0.3", | ||
"semver": "^5.7.1" | ||
"semver": "^7.5.4" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
172085
44
3065
+ Addedsemver@7.6.3(transitive)
- Removedsemver@5.7.2(transitive)
Updatedsemver@^7.5.4