google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.17k stars 578 forks source link

For the test files, switch based on global 'require' rather than #2094

Closed johnjbarton closed 8 years ago

johnjbarton commented 8 years ago

global 'window' to select between browser and node. This is one step to allow debugging with a solution like iron-node. As a practical matter we are good either way.

arv commented 8 years ago

LGTM