node/tools/node_modules/eslint
Antoine du Hamel 92734d4480
esm: use import attributes instead of import assertions
The old import assertions proposal has been
renamed to "import attributes" with the follwing major changes:

1. The keyword is now `with` instead of `assert`.
2. Unknown assertions cause an error rather than being ignored,

This commit updates the documentation to encourage folks to use the new
syntax, and add aliases for module customization hooks.

PR-URL: https://github.com/nodejs/node/pull/50140
Backport-PR-URL: https://github.com/nodejs/node/pull/50669
Fixes: https://github.com/nodejs/node/issues/50134
Refs: 159c82c5e6
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2023-11-23 10:52:48 +01:00
..
bin tools: update eslint to 8.51.0 2023-11-23 10:52:29 +01:00
conf tools: update eslint to 8.44.0 2023-09-16 15:39:14 -04:00
lib tools: update eslint to 8.51.0 2023-11-23 10:52:29 +01:00
messages tools: update eslint to 8.48.0 2023-11-23 10:52:22 +01:00
node_modules esm: use import attributes instead of import assertions 2023-11-23 10:52:48 +01:00
LICENSE tools: update ESLint to 8.0.0 2021-10-11 18:37:33 -07:00
package.json tools: update eslint to 8.51.0 2023-11-23 10:52:29 +01:00