@agoric/transform-bang
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -241,7 +241,6 @@ 'use strict'; | ||
const transform = { | ||
endow(es) { | ||
return { | ||
...es, | ||
endowments: { ...es.endowments, Promise: EPromise }, | ||
}; | ||
init(r) { | ||
r.global.Promise = r.evaluate(`(${maybeExtendPromise})`)( | ||
r.global.Promise, | ||
); | ||
}, | ||
@@ -248,0 +247,0 @@ |
@@ -239,7 +239,6 @@ /** | ||
const transform = { | ||
endow(es) { | ||
return { | ||
...es, | ||
endowments: { ...es.endowments, Promise: EPromise }, | ||
}; | ||
init(r) { | ||
r.global.Promise = r.evaluate(`(${maybeExtendPromise})`)( | ||
r.global.Promise, | ||
); | ||
}, | ||
@@ -246,0 +245,0 @@ |
@@ -245,7 +245,6 @@ (function (global, factory) { | ||
const transform = { | ||
endow(es) { | ||
return { | ||
...es, | ||
endowments: { ...es.endowments, Promise: EPromise }, | ||
}; | ||
init(r) { | ||
r.global.Promise = r.evaluate(`(${maybeExtendPromise})`)( | ||
r.global.Promise, | ||
); | ||
}, | ||
@@ -252,0 +251,0 @@ |
{ | ||
"name": "@agoric/transform-bang", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "transform-bang", | ||
@@ -5,0 +5,0 @@ "main": "dist/transform-bang.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37938
703