Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf authored and github-actions[bot] committed Jan 26, 2024
1 parent 82541ef commit 2f8daf3
Show file tree
Hide file tree
Showing 8 changed files with 471 additions and 53 deletions.
433 changes: 425 additions & 8 deletions packages/vinxi-mdx/dist/index.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/vinxi-mdx/dist/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/vinxi-mdx/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vinxi-mdx/dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/vinxi-mdx/dist/transform.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { VFileCompatible } from "vfile";
import { MdxOptions } from "./types";
export declare function createTransformer(root: string, namedImports?: import("./imports").NamedImports): (code_mdx: string, mdxOptions?: MdxOptions) => Promise<string>;
export declare function createTransformer(root: string, namedImports?: import("./imports").NamedImports): (code_mdx: VFileCompatible, mdxOptions?: MdxOptions) => Promise<string>;
//# sourceMappingURL=transform.d.ts.map
2 changes: 1 addition & 1 deletion packages/vinxi-mdx/dist/transform.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vinxi-mdx/dist/transform.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f8daf3

Please sign in to comment.