Skip to content

Commit

Permalink
Add support to export Script
Browse files Browse the repository at this point in the history
Signed-off-by: Yi-Pin Chen <yi-pin.chen@improving.com>
  • Loading branch information
yipin-chen committed Sep 16, 2024
1 parent 74836e4 commit 33e9f82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/npm/glide/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ function initialize() {
createLeakedMap,
createLeakedString,
parseInfoResponse,
Script,
} = nativeBinding;

module.exports = {
Expand Down Expand Up @@ -305,6 +306,7 @@ function initialize() {
createLeakedMap,
createLeakedString,
parseInfoResponse,
Script,
};

globalObject = Object.assign(global, nativeBinding);
Expand Down

0 comments on commit 33e9f82

Please sign in to comment.