diff options
author | 2023-07-25 14:53:52 +0100 | |
---|---|---|
committer | 2023-08-08 11:01:33 +0100 | |
commit | 42fc57ee60d8f844a2956d609b06f17b489a9be3 (patch) | |
tree | e084ccddd3bde351b6cd97ac022e0531817e2422 /packages/integrations/markdoc/src | |
parent | d0679a666f37da0fca396d42b9b32bbb25d29312 (diff) | |
download | astro-42fc57ee60d8f844a2956d609b06f17b489a9be3.tar.gz astro-42fc57ee60d8f844a2956d609b06f17b489a9be3.tar.zst astro-42fc57ee60d8f844a2956d609b06f17b489a9be3.zip |
chore: fix rebase problems
Diffstat (limited to 'packages/integrations/markdoc/src')
-rw-r--r-- | packages/integrations/markdoc/src/content-entry-type.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/src/content-entry-type.ts b/packages/integrations/markdoc/src/content-entry-type.ts index b697e5d40..0998f69a0 100644 --- a/packages/integrations/markdoc/src/content-entry-type.ts +++ b/packages/integrations/markdoc/src/content-entry-type.ts @@ -9,7 +9,6 @@ import type * as rollup from 'rollup'; import type { ErrorPayload as ViteErrorPayload } from 'vite'; import type { ComponentConfig } from './config.js'; import { MarkdocError, isComponentConfig, isValidUrl, prependForwardSlash } from './utils.js'; -// @ts-expect-error Cannot get the types here without `moduleResolution: 'nodenext'` import { emitESMImage } from 'astro/assets/utils'; import { htmlTokenTransform } from './html/transform/html-token-transform.js'; import type { MarkdocConfigResult } from './load-config.js'; |