Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d7ebd03747
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
rescript
@rescript/darwin-arm64
@rescript/darwin-x64
@rescript/linux-arm64
@rescript/linux-x64
@rescript/runtime
@rescript/win32-x64
commit: |
| "$ref": "#/definitions/namespace-spec", | ||
| "description": "can be true/false or a customized name" | ||
| }, | ||
| "multi-entry": { |
There was a problem hiding this comment.
From the name "multi-entry", it is pretty unclear what this option does.
Feedback from Codex
"multi-entry" is misleading here. It sounds like “multiple entrypoints” or a bundler feature, while the actual semantic change is module visibility and naming.
It suggests these alternatives:
- private-file-modules
- private-lowercase-modules
- file-private-modules
Maybe the second one is clearest? Any other suggestions?
No description provided.