Skip to content

Commit

Permalink
Revert "json cleanup"
Browse files Browse the repository at this point in the history
This reverts commit d1d3fa2.
  • Loading branch information
MadhuNimmo committed May 6, 2024
1 parent d1d3fa2 commit 2e2eb37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cast/js/src/main/resources/prologue.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ var local_number = primitive("NewNumber");
Number = local_number;
var local_regexp = primitive("NewRegExp");
RegExp = local_regexp;
var local_json = primitive("NewJSON");
JSON = local_json;
var local_map = primitive("NewMap");
Map = local_map;
var local_set = primitive("NewSet");
Expand Down

0 comments on commit 2e2eb37

Please sign in to comment.