mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
Rename cli/js2 to cli/rt (#6857)
This commit is contained in:
parent
090455936c
commit
ca4dcb36dd
63 changed files with 6 additions and 6 deletions
|
@ -1,15 +0,0 @@
|
|||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
class DOMException extends Error {
|
||||
#name = "";
|
||||
|
||||
constructor(message = "", name = "Error") {
|
||||
super(message);
|
||||
this.#name = name;
|
||||
}
|
||||
|
||||
get name() {
|
||||
return this.#name;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue