We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2224096 commit 1a029faCopy full SHA for 1a029fa
src/transform/transform_docs.test.ts renamed to src/transform/docs.test.ts
@@ -8,7 +8,7 @@ import {
8
examples_out_list,
9
} from "./fixtures/examples";
10
11
-import { transform_docs, transform_examples } from "./transform_docs";
+import { transform_docs, transform_examples } from "./docs";
12
13
const _docs = suite("transform_docs");
14
src/transform/transform_docs.ts renamed to src/transform/docs.ts
src/transform/fixtures/examples.ts
@@ -1,4 +1,4 @@
1
-import type { ExamplesCatSource } from "../transform_docs";
+import type { ExamplesCatSource } from "../docs";
2
3
export const examples_in: ExamplesCatSource[] = [
4
{
0 commit comments