Skip to content

Support qjs -m flag in combination with -e#863

Merged
bnoordhuis merged 1 commit intoquickjs-ng:masterfrom
bnoordhuis:fix862
Jan 28, 2025
Merged

Support qjs -m flag in combination with -e#863
bnoordhuis merged 1 commit intoquickjs-ng:masterfrom
bnoordhuis:fix862

Conversation

@bnoordhuis
Copy link
Copy Markdown
Contributor

Evaluate the expression as a module when -m is specified, not as a classic script.

Fixes: #862

Evaluate the expression as a module when -m is specified, not as a
classic script.

Fixes: quickjs-ng#862
@bnoordhuis bnoordhuis merged commit f316533 into quickjs-ng:master Jan 28, 2025
@bnoordhuis bnoordhuis deleted the fix862 branch January 28, 2025 22:23
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.

qjs -m -e <expr> should evaluate expression as module

2 participants