Files
node/lib/internal
Antoine du Hamel 2cc7a91a5d esm: add support for JSON import assertion
Remove V8 flag for import assertions, enabling support for the syntax;
require the import assertion syntax for imports of JSON.

Support import assertions in user loaders.

Use both resolved module URL and import assertion type as the key for
caching modules.

Co-authored-by: Geoffrey Booth <webadmin@geoffreybooth.com>

PR-URL: https://github.com/nodejs/node/pull/40250
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
2021-11-03 20:06:55 -07:00
..
2021-10-09 17:22:56 +00:00
2021-09-18 16:13:56 +02:00
2021-09-25 07:57:31 -07:00
2021-09-16 23:16:46 +02:00
2021-07-11 18:40:18 +02:00
2021-10-01 22:57:10 -04:00
2021-03-23 11:03:18 -05:00
2021-08-06 07:45:38 +02:00
2021-08-12 13:51:56 -07:00
2021-08-12 13:51:08 -07:00
2021-08-01 14:24:26 +00:00
2021-10-16 10:03:50 +08:00
2021-04-08 10:33:09 +02:00
2021-09-26 11:46:14 +00:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.