Skip to content

document-imports.ts#

View Markdown

Source

1 documented symbol. Read the signatures first, then expand each item for parameters, return types, and examples.

1 symbols 1 modules

Reference#

moduledocument-importsResolve MDX component imports relative to the document that declared them. Only ./ and ../ specifiers become island bin…

Resolve MDX component imports relative to the document that declared them.

Only ./ and ../ specifiers become island bindings. Bare, package, and remote specifiers are reported and ignored. A specifier that leaves the configured content root is rejected with a diagnostic.

View source