Skip to content

Commit fa79719

Browse files
committed
Fix dates
1 parent c047890 commit fa79719

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.
1919
import v8 from 'node:v8'
2020
import assert from 'node:assert'
2121
// Needed for types.

lib/get-format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
import {fileURLToPath} from 'node:url'
66
import {getPackageType} from './package-json-reader.js'

lib/package-json-reader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

lib/resolve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
import {codes} from './errors.js'
66

0 commit comments

Comments
 (0)