Skip to content

Make qjs --std switch include bjson module#640

Merged
bnoordhuis merged 1 commit intoquickjs-ng:masterfrom
bnoordhuis:bjson
Oct 29, 2024
Merged

Make qjs --std switch include bjson module#640
bnoordhuis merged 1 commit intoquickjs-ng:masterfrom
bnoordhuis:bjson

Conversation

@bnoordhuis
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread qjs.c Outdated
if (load_std) {
const char *str = "import * as std from 'std';\n"
const char *str =
"import * as bjson from 'bjson';\n"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ops, I forgot to update the imports here. Mind changing them to qjs:xxx while we're at it?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering about that. I'll do that.

@bnoordhuis bnoordhuis merged commit df81c99 into quickjs-ng:master Oct 29, 2024
@bnoordhuis bnoordhuis deleted the bjson branch October 29, 2024 21:56
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