node icon indicating copy to clipboard operation
node copied to clipboard

doc: fix module.md headings

Open legendecas opened this issue 1 year ago • 3 comments

  1. Groups compilation cache APIs together (flushCompileCache, enableCompileCache, and getCompileCacheDir), under a level 2 heading Module compile cache.
    1. Fixes that flushCompileCache was under the level 2 heading Source map v3 support.
  2. Make module.stripTypeScriptTypes a level 3 heading to be nested under the level 2 heading The Module object.

legendecas avatar Dec 04 '24 14:12 legendecas

Review requested:

  • [ ] @nodejs/loaders

nodejs-github-bot avatar Dec 04 '24 14:12 nodejs-github-bot

Shouldn't we also move compileCacheStatus?

aduh95 avatar Dec 04 '24 16:12 aduh95

Shouldn't we also move compileCacheStatus?

yeah, thanks, updated

legendecas avatar Dec 04 '24 16:12 legendecas

Landed in 65024ae5a14aea2f264769faf01cfafb2e0c307c

nodejs-github-bot avatar Dec 06 '24 14:12 nodejs-github-bot