Skip to content

Commit c1319d1

Browse files
committed
chore: regenerate types.d.ts after option rename
`lint:special` regenerates the JSDoc string from lib/ResolverFactory.js, which sits on a single line, so the types.d.ts comment collapses to the same one-line form.
1 parent 5a00e63 commit c1319d1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

types.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,10 +1423,7 @@ declare interface ResolveOptionsResolverFactoryObject_2 {
14231423
extensionAlias?: ExtensionAliasOptions;
14241424

14251425
/**
1426-
* Also apply `extensionAlias` to paths resolved through the package.json
1427-
* `exports` field. Off by default (Node.js-aligned); when enabled, matches
1428-
* TypeScript's behavior for packages that ship TS sources alongside
1429-
* compiled JS.
1426+
* Also apply `extensionAlias` to paths resolved through the package.json `exports` field. Off by default (Node.js-aligned); when enabled, matches TypeScript's behavior for packages that ship TS sources alongside compiled JS.
14301427
*/
14311428
extensionAliasForExports?: boolean;
14321429

0 commit comments

Comments
 (0)