Skip to content

✨ feat(mq-lang): support inline module definitions and module extension#1685

Merged
harehare merged 1 commit into
mainfrom
feat/inline-module-eval
May 4, 2026
Merged

✨ feat(mq-lang): support inline module definitions and module extension#1685
harehare merged 1 commit into
mainfrom
feat/inline-module-eval

Conversation

@harehare

@harehare harehare commented May 4, 2026

Copy link
Copy Markdown
Owner

Handle Module expr during top-level eval pass so inline modules are registered before use. In eval_module, merge into an existing module env when the same name is defined again instead of discarding prior exports.

Handle `Module` expr during top-level eval pass so inline modules are
registered before use. In `eval_module`, merge into an existing module
env when the same name is defined again instead of discarding prior
exports.
@codspeed-hq

codspeed-hq Bot commented May 4, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 29 untouched benchmarks


Comparing feat/inline-module-eval (8eef7a8) with main (eb0d7bf)

Open in CodSpeed

@harehare harehare merged commit 4938302 into main May 4, 2026
7 checks passed
@harehare harehare deleted the feat/inline-module-eval branch May 4, 2026 03:36
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.

1 participant