Skip to content

Commit

Permalink
chore(internal): remove warnOnDeprecatedApi() and internal folder (
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Feb 20, 2024
1 parent a828744 commit ece94b6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 150 deletions.
1 change: 0 additions & 1 deletion _tools/check_mod_exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import ts from "npm:typescript";
const ROOT = new URL("../", import.meta.url);
const FAIL_FAST = Deno.args.includes("--fail-fast");
const EXCLUDED_PATHS = [
"internal/warn_on_deprecated_api.ts",
"dotenv/load.ts",
"path/glob.ts",
"front_matter/yaml.ts",
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/"
},
"tasks": {
"test": "DENO_NO_DEPRECATION_WARNINGS=1 deno test --unstable-http --unstable-webgpu --doc --allow-all --parallel --coverage --trace-ops",
"test": "deno test --unstable-http --unstable-webgpu --doc --allow-all --parallel --coverage --trace-ops",
"test:browser": "git grep --name-only \"This module is browser compatible.\" | grep -v deno.json | grep -v .github/workflows | grep -v _tools | xargs deno check --config browser-compat.tsconfig.json",
"fmt:licence-headers": "deno run --allow-read --allow-write ./_tools/check_licence.ts",
"lint:deprecations": "deno run --allow-read --allow-net --allow-env=HOME ./_tools/check_deprecation.ts",
Expand Down
9 changes: 0 additions & 9 deletions internal/mod.ts

This file was deleted.

92 changes: 0 additions & 92 deletions internal/warn_on_deprecated_api.ts

This file was deleted.

47 changes: 0 additions & 47 deletions internal/warn_on_deprecated_api_test.ts

This file was deleted.

0 comments on commit ece94b6

Please sign in to comment.