Skip to content

lib: fix typos in esm loader comments#63465

Open
RonGamzu wants to merge 1 commit into
nodejs:mainfrom
RonGamzu:fix/typo-esm-loader-comments
Open

lib: fix typos in esm loader comments#63465
RonGamzu wants to merge 1 commit into
nodejs:mainfrom
RonGamzu:fix/typo-esm-loader-comments

Conversation

@RonGamzu
Copy link
Copy Markdown

Fixes three typos in comments in the importSyncForRequire path of
lib/internal/modules/esm/loader.js:

  • "check the whether" β†’ "check whether"
  • "kEvaluaing" β†’ "kEvaluating" (matches the symbol used elsewhere in
    the file, e.g. the import on line 53 and the comparisons on lines
    340 and 382)
  • "the the problematic" β†’ "the problematic"

Comment-only change; no functional impact.

Three typos in comments in the importSyncForRequire path:

- "check the whether" -> "check whether"
- "kEvaluaing" -> "kEvaluating" (matches the symbol used elsewhere
  in the file)
- "the the problematic" -> "the problematic"

No functional change.

Signed-off-by: RonGamzu <37371774+RonGamzu@users.noreply.github.com>
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/loaders

@nodejs-github-bot nodejs-github-bot added esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. labels May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants