mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
fix: don't expose globalThis.__bootstrap (#7344)
This commit is contained in:
parent
15649b61bd
commit
9e50b3ee61
6 changed files with 14 additions and 13 deletions
|
@ -72,7 +72,6 @@ function eventPreventDefaultSuccess() {
|
|||
}
|
||||
|
||||
function eventInitializedWithNonStringType() {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const type = undefined;
|
||||
const event = new Event(type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue