Skip to content

docs: update modules theory page for TypeScript 6.0 changes#3551

Open
EoinTrial wants to merge 2 commits intomicrosoft:v2from
EoinTrial:fix/modules-theory-ts6-updates
Open

docs: update modules theory page for TypeScript 6.0 changes#3551
EoinTrial wants to merge 2 commits intomicrosoft:v2from
EoinTrial:fix/modules-theory-ts6-updates

Conversation

@EoinTrial
Copy link
Copy Markdown

@EoinTrial EoinTrial commented Apr 18, 2026

The Modules Theory page contains several statements that were accurate before TypeScript 6.0, but are now outdated:

  • classic is described as "scheduled for deprecation in TypeScript 6.0", but it was actually removed in TypeScript 6.0
  • classic is described as the current default for certain module settings, but this no longer exists
  • node10 is described as the current default when module is set to commonjs, but TypeScript 6.0 changed the default to bundler
  • bundler is described as requiring module to be set to esnext, but this is no longer true in TypeScript 6.0, which added support for module: commonjs with moduleResolution: bundler

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