escargot icon indicating copy to clipboard operation
escargot copied to clipboard

Implement JSON module parsing

Open zherczeg opened this issue 2 years ago • 1 comments

The code has many not too nice areas, so probably requires a lot of refactors before this can go in.

zherczeg avatar Jun 30 '22 09:06 zherczeg

Patch is working now. There is something interesting though. Several tests, such as the following is working now: test262/test/language/import/json-value-array.js

But the CI does not report this as "should fail but not". Is there something to do when modules are involved?

zherczeg avatar Jul 04 '22 07:07 zherczeg