-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport changes to js/compiler from the ESM branch
The changes revolve around moving away from compiling to mostly parsing the provided code. This will be relevant in ESM branch when only the parsing needs to be done for native ESM modules. For now it mostly adds some noise, but will make that PR a lot better. The changes to tc39 are mostly to make it nicer as well. The tc39 changes are quite strange as they definitely have *never* worked and do not work in k6 currently, so I have no idea what is happening there. It is very likely some error shadowing has been exposed.
- Loading branch information
Showing
6 changed files
with
203 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.