kaist-plrg / jiset

JISET: JavaScript IR-based Semantics Extraction Toolchain
41 stars 8 forks source link

Can we update ecma262 to the latest spec? #221

Closed F3n67u closed 2 years ago

F3n67u commented 2 years ago

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?

image
jhnaldo commented 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.

F3n67u commented 2 years ago

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?

jhnaldo commented 2 years ago

Sure, I just added a warning message in the README file as follows:

Warning - This repository is no longer maintained. Instead, please use ESMeta, a rebranded version of JISET.