chore: update circular package check for encoding/mod.ts (#4824)

This commit is contained in:
Asher Gomez 2024-05-23 06:07:13 +10:00 committed by GitHub
parent a3c99863f5
commit acd380f7f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,15 +85,7 @@ const ENTRYPOINTS: Record<Mod, string[]> = {
data_structures: ["mod.ts"],
datetime: ["mod.ts"],
dotenv: ["mod.ts"],
encoding: [
"ascii85.ts",
"base32.ts",
"base58.ts",
"base64.ts",
"base64url.ts",
"hex.ts",
"varint.ts",
],
encoding: ["mod.ts"],
expect: ["mod.ts"],
fmt: ["bytes.ts", "colors.ts", "duration.ts", "printf.ts"],
front_matter: ["mod.ts"],