Skip to content

Commit

Permalink
Tweak the top level definitions (add a new more things)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscott committed Feb 11, 2020
1 parent 5850e0b commit fac3306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions top-level.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level definitions suitable for parsing TurtleScript modules.
define([], function() {
var TOP_LEVEL = "isFinite parseInt parseFloat isNaN "+
"Array Boolean String Function Math Number Object "+
"JSON RegExp SyntaxError "+
"Array Boolean Error Function Math Number Object "+
"JSON RangeError RegExp String SyntaxError TypeError "+
"console arguments now define document eval globalThis";
return TOP_LEVEL;
});

0 comments on commit fac3306

Please sign in to comment.