Skip to content

Commit

Permalink
refactor: expose window
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenrui committed Feb 5, 2024
1 parent 11e8f2b commit c6339b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generators/interpreter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Lexer } from './lexer.js'
const AsyncFunction = Object.getPrototypeOf(async function(){}).constructor

const DEFAULT_SCOPE = {
window: {},
eval: {},
XMLHttpRequest: {},
Function: {},
Expand Down

0 comments on commit c6339b2

Please sign in to comment.