Skip to content

Commit 41af9be

Browse files
committed
loader: add missing doc
1 parent e92f71a commit 41af9be

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/api/cli.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,18 @@ passing a second `parentURL` argument for contextual resolution.
11711171

11721172
Previously gated the entire `import.meta.resolve` feature.
11731173

1174+
### `--experimental-import-text`
1175+
1176+
<!-- YAML
1177+
added:
1178+
- v26.0.0
1179+
-->
1180+
1181+
> Stability: 1.0 - Early development
1182+
1183+
Enable experimental support for importing modules with
1184+
`with { type: 'text' }`.
1185+
11741186
### `--experimental-inspector-network-resource`
11751187

11761188
<!-- YAML

0 commit comments

Comments
 (0)