mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +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"],
|
data_structures: ["mod.ts"],
|
||||||
datetime: ["mod.ts"],
|
datetime: ["mod.ts"],
|
||||||
dotenv: ["mod.ts"],
|
dotenv: ["mod.ts"],
|
||||||
encoding: [
|
encoding: ["mod.ts"],
|
||||||
"ascii85.ts",
|
|
||||||
"base32.ts",
|
|
||||||
"base58.ts",
|
|
||||||
"base64.ts",
|
|
||||||
"base64url.ts",
|
|
||||||
"hex.ts",
|
|
||||||
"varint.ts",
|
|
||||||
],
|
|
||||||
expect: ["mod.ts"],
|
expect: ["mod.ts"],
|
||||||
fmt: ["bytes.ts", "colors.ts", "duration.ts", "printf.ts"],
|
fmt: ["bytes.ts", "colors.ts", "duration.ts", "printf.ts"],
|
||||||
front_matter: ["mod.ts"],
|
front_matter: ["mod.ts"],
|
||||||
|
Loading…
Reference in New Issue
Block a user