File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ global.contentTypes = exports.contentTypes = null;
99global . threads = exports . threads = [ ] ;
1010global . logger = { } ;
1111global . RequestTarget = exports . RequestTarget = undefined ;
12+ global . transaction = exports . transaction = undefined ;
1213global . operation = exports . operation = undefined ;
1314exports . _assignPackageExport = ( name , value ) => {
1415 global [ name ] = exports [ name ] = value ;
Original file line number Diff line number Diff line change @@ -391,6 +391,11 @@ function getHarperExports(scope: Scope) {
391391 createBlob,
392392 RequestTarget,
393393 getContext,
394+ transaction,
395+ getUser,
396+ authenticateUser,
397+ contentTypes,
398+ operation,
394399 } ;
395400}
396401const ALLOWED_NODE_BUILTIN_MODULES = new Set ( [
You can’t perform that action at this time.
0 commit comments