mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore: update circular package check for encoding/mod.ts
(#4824)
This commit is contained in:
parent
a3c99863f5
commit
acd380f7f9
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user