Closed F3n67u closed 2 years ago
Hi @F3n67u, I'm one of the main developers of JISET. If you want to update the version of ecma262 in JISET, please use the following command:
$ jiset gen-model -extract:version=es2022
By the way, we rebranded JISET in a new project called ESMeta. We recommend using this rebranded version because we will no longer maintain JISET. If you want to use the same debugger feature in ESMeta, please read the README file in the ESMeta repository.
We recommend using this rebranded version because we will no longer maintain JISET.
Thanks for your info. Could you add this info in README of jiset?
I wanna debug private field but the debugger says it doesn't recognize it. I think it is because our ecma262 version is not the latest.
Could we update ecma262 to the latest spec?