| entrypoints.js |
@typedef {string | (string | ConditionalMapping)[]} DirectMapping |
21711 |
- |
| fileURLToPath.js |
@param {URL} url file: URL instance
@returns {string} Windows filesystem path
|
2926 |
- |
| fs.js |
@typedef {import("../Resolver").FileSystem} FileSystem |
3662 |
- |
| graceful-fs-browser.js |
@returns {never} always throws
|
1260 |
- |
| identifier.js |
Index past a DOS device path prefix (`\\?\…` or `\\.\…`), or 0. Kept
out of `parseIdentifier` on purpose: inlining it back bloats the caller
beyond the size where V8's interpreter and JIT both handle it well
(the cause of the description-files-multi CodSpeed regression).
@param {string} identifier identifier known to start with `\`
@returns {number} 4 if identifier starts with a DOS device prefix, else 0
|
2856 |
- |
| memoize.js |
@template T
@typedef {() => T} FunctionReturning
|
711 |
- |
| module-browser.js |
|
137 |
- |
| path-browser.js |
@param {number} code char code
@returns {boolean} true for `/`
|
10789 |
- |
| path.js |
@enum {number}
|
14921 |
- |
| process-browser.js |
@type {Record<string, string>}
|
527 |
- |
| strip-json-comments.js |
@typedef {object} StripJsonCommentsOptions
@property {boolean=} whitespace Replace comments with whitespace
@property {boolean=} trailingCommas Strip trailing commas
|
5116 |
- |
| url-browser.js |
|
486 |
- |