Skip to content
New issue

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

Clarify JS code inlining capabilities #4701

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lppedd
Copy link
Contributor

@lppedd lppedd commented Feb 11, 2025

From time to time K/JS users make the wrong assumption that the js() function is able to accept any JS code.
However, the truth is the K/JS compiler uses a modified version of the ES3-compliant Rhino library (1.5R3).

This PR clarifies this point, without being explicit about the version of EcmaScript that is supported.

@lppedd lppedd requested a review from a team as a code owner February 11, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants