Skip to content

Commit

Permalink
chore: reorder check-doc entries (#4857)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored May 27, 2024
1 parent 826344c commit b9dbcb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _tools/check_docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ const ENTRY_POINTS = [
"../data_structures/mod.ts",
"../datetime/mod.ts",
"../encoding/mod.ts",
"../expect/mod.ts",
"../http/mod.ts",
"../internal/mod.ts",
"../jsonc/mod.ts",
"../media_types/mod.ts",
"../text/mod.ts",
"../ulid/mod.ts",
"../webgpu/mod.ts",
"../http/mod.ts",
"../expect/mod.ts",
] as const;

const TS_SNIPPET = /```ts[\s\S]*?```/g;
Expand Down

0 comments on commit b9dbcb7

Please sign in to comment.