We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
514fa67
Debian GNU/Linux 12 (bookworm) (Linux 6.1.0-15-amd64 x86_64)
mkdir build && cmake -H. -Bbuild && make -C build
Irrelevant.
`abc${Number}def`
Unnecessary if the same as the build platform.
Generate snapshot data with the jerry_generate_snapshot function, as instructed by https://github.com/jerryscript-project/jerryscript/blob/master/docs/02.API-REFERENCE.md#jerry_generate_snapshot
jerry_generate_snapshot
RangeError: Unsupported feature: tagged template literals
None.
Snapshot should be generated correctly.
The text was updated successfully, but these errors were encountered:
Looks like this problem is the remaining of #3456.
I can try to fix this by myself if you can provide some instructions.
Sorry, something went wrong.
No branches or pull requests
JerryScript revision
514fa67
Build platform
Debian GNU/Linux 12 (bookworm) (Linux 6.1.0-15-amd64 x86_64)
Build steps
Build log
Irrelevant.
Test case
`abc${Number}def`
Execution platform
Unnecessary if the same as the build platform.
Execution steps
Generate snapshot data with the
jerry_generate_snapshot
function, as instructed by https://github.com/jerryscript-project/jerryscript/blob/master/docs/02.API-REFERENCE.md#jerry_generate_snapshotOutput
RangeError: Unsupported feature: tagged template literals
Backtrace
None.
Expected behavior
Snapshot should be generated correctly.
The text was updated successfully, but these errors were encountered: