Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Commit 6f3f5c9

Browse files
committed
doc: add import.meta.url and dynamic import
1 parent 69aec80 commit 6f3f5c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/minimal-kernel.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,22 @@ Having a minimal kernel creates a subset that we can build consensus on top of.
2424
- no native modules
2525
- createRequireFunction used to get these
2626
- will come back with format database
27+
* import.meta.url
28+
* dynamic import
2729

2830
# How will we get from where we are to the minimal kernel
2931

3032
* removing importing of formats other than ESM
3133
- no common.js
3234
- no JSON
33-
- no nativemodules
35+
- no native modules
3436
* removing of dynamic path searching
3537
- no extension adding
3638
- no directory resolution
37-
- no support for index.js
39+
- no support for index.js
3840
- still maintaining support for the main field
41+
- implemented in https://github.com/nodejs/ecmascript-modules/pull/2
3942
* adding createRequireFunction
43+
- implemented in https://github.com/nodejs/node/pull/19360
4044

4145

0 commit comments

Comments
 (0)