chore: update to std@2024.07.19 (#24715)

This commit is contained in:
Asher Gomez 2024-07-25 15:30:28 +10:00 committed by GitHub
parent 84b7504d0f
commit 5f44148e83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
137 changed files with 1069 additions and 322 deletions

View file

@ -1,6 +1,6 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import { assert, assertStringIncludes } from "@std/assert/mod.ts";
import { assert, assertStringIncludes } from "@std/assert";
/** Asserts that an error thrown in a callback will not be wrongly caught. */
export async function assertCallbackErrorUncaught(