Skip to content

Commit

Permalink
Fix dates
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 30, 2024
1 parent c047890 commit fa79719
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// Manually “tree shaken” from:
// <https://github.com/nodejs/node/blob/45f5c9b/lib/internal/errors.js>
// Last checked on: Nov 2, 2023.
// Last checked on: Apr 29, 2024.
import v8 from 'node:v8'
import assert from 'node:assert'
// Needed for types.
Expand Down
2 changes: 1 addition & 1 deletion lib/get-format.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Manually “tree shaken” from:
// <https://github.com/nodejs/node/blob/7c3dce0/lib/internal/modules/esm/get_format.js>
// Last checked on: Apr 29, 2023.
// Last checked on: Apr 29, 2024.

import {fileURLToPath} from 'node:url'
import {getPackageType} from './package-json-reader.js'
Expand Down
2 changes: 1 addition & 1 deletion lib/package-json-reader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Manually “tree shaken” from:
// <https://github.com/nodejs/node/blob/7c3dce0/lib/internal/modules/package_json_reader.js>
// Last checked on: Apr 29, 2023.
// Last checked on: Apr 29, 2024.
// Removed the native dependency.
// Also: no need to cache, we do that in resolve already.

Expand Down
2 changes: 1 addition & 1 deletion lib/resolve.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Manually “tree shaken” from:
// <https://github.com/nodejs/node/blob/81a9a97/lib/internal/modules/esm/resolve.js>
// Last checked on: Apr 29, 2023.
// Last checked on: Apr 29, 2024.

/**
* @typedef {import('node:fs').Stats} Stats
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Manually “tree shaken” from:
// <https://github.com/nodejs/node/blob/81a9a97/lib/internal/modules/esm/utils.js>
// Last checked on: Apr 29, 2023.
// Last checked on: Apr 29, 2024.

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

Expand Down

0 comments on commit fa79719

Please sign in to comment.