reactiverse / es4x

🚀 fast JavaScript 4 Eclipse Vert.x
https://reactiverse.io/es4x/
Apache License 2.0
881 stars 75 forks source link

Global and self variables not defined in es4x environment #562

Closed chefhoobajoob closed 2 years ago

chefhoobajoob commented 2 years ago

Many javascript libraries are written for use in multiple execution environments (browser, web worker, server-side) and so are commonly expecting to be able to access one or more of the javascript global variables, but these variables are not defined in the es4x runtime environment.

This issue is to request the definition of the global and self variables for use in the es4x so these libraries can be used in implementations.