Skip to content

Commit

Permalink
BREAKING: remove std/signal sub-module (#4105)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jan 5, 2024
1 parent dba0e31 commit bdf41e5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 175 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Check out the documentation [here](https://deno.land/std?doc).
| permissions | Deprecated |
| regexp | Unstable |
| semver | Unstable |
| signal | Deprecated |
| streams | Unstable |
| testing | Stable |
| toml | Stable |
Expand Down
1 change: 0 additions & 1 deletion _tools/check_circular_submodule_dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ deps["path"] = await check("path", "needs clean up");
deps["permissions"] = await check("permissions", "deprecated");
deps["regexp"] = await check("regexp", "not ready");
deps["semver"] = await check("semver", "not ready");
deps["signal"] = await check("signal", "deprecated");
deps["streams"] = await check("streams", "needs clean up");
deps["testing"] = await check("testing", "ready", [
"bdd.ts",
Expand Down
86 changes: 0 additions & 86 deletions signal/mod.ts

This file was deleted.

87 changes: 0 additions & 87 deletions signal/test.ts

This file was deleted.

0 comments on commit bdf41e5

Please sign in to comment.