File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515
1616// Manually “tree shaken” from:
1717// <https://github.com/nodejs/node/blob/45f5c9b/lib/internal/errors.js>
18- // Last checked on: Nov 2, 2023 .
18+ // Last checked on: Apr 29, 2024 .
1919import v8 from 'node:v8'
2020import assert from 'node:assert'
2121// Needed for types.
Original file line number Diff line number Diff line change 11// Manually “tree shaken” from:
22// <https://github.com/nodejs/node/blob/7c3dce0/lib/internal/modules/esm/get_format.js>
3- // Last checked on: Apr 29, 2023 .
3+ // Last checked on: Apr 29, 2024 .
44
55import { fileURLToPath } from 'node:url'
66import { getPackageType } from './package-json-reader.js'
Original file line number Diff line number Diff line change 11// Manually “tree shaken” from:
22// <https://github.com/nodejs/node/blob/7c3dce0/lib/internal/modules/package_json_reader.js>
3- // Last checked on: Apr 29, 2023 .
3+ // Last checked on: Apr 29, 2024 .
44// Removed the native dependency.
55// Also: no need to cache, we do that in resolve already.
66
Original file line number Diff line number Diff line change 11// Manually “tree shaken” from:
22// <https://github.com/nodejs/node/blob/81a9a97/lib/internal/modules/esm/resolve.js>
3- // Last checked on: Apr 29, 2023 .
3+ // Last checked on: Apr 29, 2024 .
44
55/**
66 * @typedef {import('node:fs').Stats } Stats
Original file line number Diff line number Diff line change 11// Manually “tree shaken” from:
22// <https://github.com/nodejs/node/blob/81a9a97/lib/internal/modules/esm/utils.js>
3- // Last checked on: Apr 29, 2023 .
3+ // Last checked on: Apr 29, 2024 .
44
55import { codes } from './errors.js'
66
You can’t perform that action at this time.
0 commit comments