Skip to content

Commit

Permalink
BREAKING: remove deprecated std/wasi module (denoland#3733)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Nov 15, 2023
1 parent 38878eb commit 0687cae
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2,195 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @kt3k
/streams @kt3k @crowlKats
/streams @kt3k @crowlKats
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion _tools/check_circular_submodule_dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ deps["toml"] = await check("toml", "ready");
deps["ulid"] = await check("ulid", "not ready");
deps["url"] = await check("url", "not ready");
deps["uuid"] = await check("uuid", "ready");
deps["wasi"] = await check("wasi", "not ready", ["snapshot_preview1.ts"]);
deps["yaml"] = await check("yaml", "ready");

/** Checks circular deps between sub modules */
Expand Down
3 changes: 1 addition & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"crypto/_wasm/target",
"cov",
"jsonc/testdata",
"front_matter/testdata",
"wasi/testdata"
"front_matter/testdata"
]
}
Loading

0 comments on commit 0687cae

Please sign in to comment.