diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-09 21:51:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 22:51:55 +0200 |
commit | 04a9cc95ac1349ab192c93c231c1ac97ee02fb00 (patch) | |
tree | 2b751448d8151442fc9909750077071fb58b5c3e /tools/lint.js | |
parent | d9b5bccdea01928eba5a4fcff1fa1486d428b2e8 (diff) |
feat: Add better error messages for unstable APIs (#25519)
This commit improves error messages for unstable APIs:
- `--unstable-broadcast-channel`
- `--unstable-cron`
- `--unstable-http`
- `--unstable-kv`
- `--unstable-temporal`
By providing information and hints what went wrong and how the
error can be fixed. It reuses the same infra that was added in
https://github.com/denoland/deno/pull/21764.
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index e692110fa..74b2c28d3 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -220,7 +220,7 @@ async function ensureNoNewITests() { "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, - "run_tests.rs": 348, + "run_tests.rs": 347, "shared_library_tests.rs": 0, "task_tests.rs": 30, "test_tests.rs": 74, |