main 7a686ce96d3d cached
65 files
1.8 MB
652.3k tokens
2483 symbols
1 requests
Download .txt
Showing preview only (1,971K chars total). Download the full file or copy to clipboard to get everything.
Repository: InterstellarNetwork/Interstellar
Branch: main
Commit: 7a686ce96d3d
Files: 65
Total size: 1.8 MB

Directory structure:
gitextract_cbt85_f1/

├── .github/
│   ├── FUNDING.yml
│   ├── ISSUE_TEMPLATE/
│   │   ├── bug-report.md
│   │   ├── feature-request.md
│   │   └── game-request.md
│   ├── dependabot.yml
│   └── workflows/
│       └── ads.yml
├── .gitignore
├── .vscode/
│   ├── extensions.json
│   └── settings.json
├── CONTRIBUTING.md
├── Dockerfile
├── Failed.html
├── LICENSE
├── Masqr.js
├── README.md
├── SECURITY.md
├── app.json
├── biome.json
├── config.js
├── index.js
├── package.json
├── render.yaml
├── static/
│   ├── 404.html
│   ├── ads.txt
│   ├── apps.html
│   ├── assets/
│   │   ├── css/
│   │   │   ├── container.css
│   │   │   ├── error.css
│   │   │   ├── global.css
│   │   │   ├── h.css
│   │   │   ├── nav.css
│   │   │   ├── settings.css
│   │   │   ├── t.css
│   │   │   └── themes/
│   │   │       ├── catppuccin/
│   │   │       │   ├── frappe.css
│   │   │       │   ├── latte.css
│   │   │       │   ├── macchiato.css
│   │   │       │   └── mocha.css
│   │   │       ├── colors/
│   │   │       │   ├── inverted.css
│   │   │       │   └── sky.css
│   │   │       └── template.css
│   │   ├── history/
│   │   │   ├── client.js
│   │   │   ├── config.js
│   │   │   ├── handler.js
│   │   │   ├── html.js
│   │   │   └── worker.js
│   │   ├── js/
│   │   │   ├── c1.js
│   │   │   ├── h1.js
│   │   │   ├── index-3.js
│   │   │   ├── m1.js
│   │   │   ├── s1.js
│   │   │   └── t3.js
│   │   ├── json/
│   │   │   ├── a.json
│   │   │   ├── a.min.json
│   │   │   ├── g.json
│   │   │   └── g.min.json
│   │   └── mathematics/
│   │       ├── bundle.js
│   │       ├── config.js
│   │       ├── handler.js
│   │       └── sw.js
│   ├── games.html
│   ├── index.html
│   ├── robots.txt
│   ├── settings.html
│   ├── sw.js
│   └── tabs.html
└── vercel.json

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/FUNDING.yml
================================================
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: useinterstellar
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: https://cash.app/$akabubbo


================================================
FILE: .github/ISSUE_TEMPLATE/bug-report.md
================================================
---
name: Bug Report
about: Create a report to help us improve
title: "[Bug] "
labels: Bug Report
assignees: xbubbo
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Device Information (please complete the following information):**

- Device: [Ex. Chromebook, iPad, etc.]
- OS [Ex. ChromeOS, Windows, iOS]
- Browser [Ex. Chrome, Safari]

**Additional context**
Add any other context about the problem here.

> [!IMPORTANT]
> Do not post your personal information here this includes but is not limited to email addresses, names, and age.


================================================
FILE: .github/ISSUE_TEMPLATE/feature-request.md
================================================
---
name: Feature Request
about: Suggest an idea for this project
title: "[Feature]"
labels: Feature Request
assignees: xbubbo
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.


================================================
FILE: .github/ISSUE_TEMPLATE/game-request.md
================================================
---
name: Game Request
about: Suggest a game you would like to be added to the site.
title: "[Game]"
labels: Game Request
assignees: xbubbo
---

**What is the name of the game?**
Provide the name of the game.

**What is the link to the game?**
Include the direct link to the game, ensuring it is a specific URL (Ex. crazygames.com/Game, coolmathgames.com/Game). Please refrain from providing Google Search links to prevent post closure.

**What is the category of the game? [Optional]**
Specify the category of the game, such as Multiplayer, Emulator, FPS, Sports, or any relevant classification. This information is optional but can help us accurately add categories to filter the game.


================================================
FILE: .github/dependabot.yml
================================================
version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "daily"


================================================
FILE: .github/workflows/ads.yml
================================================
name: Remove Ads

on:
  push:
    branches:
      - main

jobs:
  update-ad-free:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0

      - name: Set git identity
        run: |
          git config --global user.name "github-actions[bot]"
          git config --global user.email "github-actions[bot]@users.noreply.github.com"

      - name: Setup Ad-Free branch
        run: |
          git fetch origin main
          if git ls-remote --heads origin Ad-Free; then
            git checkout Ad-Free
            git merge origin/main --no-edit
          else
            git checkout -b Ad-Free origin/main
          fi

      - name: Remove ad script block from m1.js
        run: |
          sed -i '/const blockedHostnames/,/^\s*}\s*$/d' static/assets/js/m1.js

      - name: Commit changes
        run: |
          if git diff --quiet; then
            echo "No changes detected"
          else
            git add static/assets/js/m1.js
            git commit -m "Remove ad injection block from m1.js"
          fi

      - name: Push changes
        run: git push origin Ad-Free --force


================================================
FILE: .gitignore
================================================
node_modules
.idea
.DS_Store
.hintrc
.gitpod.yml 
.env

================================================
FILE: .vscode/extensions.json
================================================
{
  "recommendations": ["dbaeumer.vscode-eslint", "biomejs.biome"]
}


================================================
FILE: .vscode/settings.json
================================================
{
  "files.autoSave": "afterDelay",
  "files.autoSaveDelay": 0,
  "editor.formatOnSave": true,
  "editor.formatOnPaste": true,
  "editor.defaultFormatter": "biomejs.biome",
  "search.exclude": {
    "**/node_modules": true,
    "**/bower_components": true,
    "**/env": true,
    "**/venv": true,
    "**/.github": true,
    "**/.vscode": true,
    "Failed.html": true
  },
  "files.watcherExclude": {
    "**/.git/objects/**": true,
    "**/.git/subtree-cache/**": true,
    "**/node_modules/**": true,
    "**/env/**": true,
    "**/venv/**": true,
    "env-*": true,
    "Failed.html": true,
    "static/assets/js/fa.js": true
  },
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
  }
}


================================================
FILE: CONTRIBUTING.md
================================================
# Contributing Guidelines

Thank you for your interest in contributing to this repository! To ensure a smooth collaboration, please review the following guidelines:

## Pull Request Process

1. **Compatibility:**

   - Ensure your changes work seamlessly on both mobile and desktop platforms.

2. **Version Bumping:**

   - Update the version in relevant files (e.g., `index.js?v=number`) to the next consecutive number when modifying any files.

3. **Code Formatting:**

   - Before finalizing changes, run the following command in the terminal for consistent code formatting:
     ```bash
     npm run format
     ```

4. **Minifying JSON**

   - Before finalizing your changes visit https://codebeautify.org/jsonminifier and compress your json and put it in the `.min.json` file. (Ex. If you are editing `a.json` you would put the minified code in `a.min.json`

5. **Test Your Changes:**

   - Conduct thorough testing to ensure modifications don't introduce issues or break existing functionalities.

6. **Descriptive Pull Requests:**

   - Provide clear, concise descriptions for your pull requests. Include details on the problem addressed and how your changes resolve it.

7. **Responsive Design:**

   - Confirm that changes adhere to responsive design principles, ensuring a seamless user experience across various devices.

8. **Collaboration:**
   - Be open to feedback and responsive to comments during the review process.

We appreciate your efforts in contributing to this project!


================================================
FILE: Dockerfile
================================================
FROM node:bookworm-slim
ENV NODE_ENV=production

WORKDIR /app

COPY ["package.json", "./"]

RUN npm install

COPY . .

CMD [ "node", "index.js" ]

================================================
FILE: Failed.html
================================================
<!doctype html>
<html>
  <head>
    <title>Welcome to nginx!</title>
    <style>
      html {
        color-scheme: light dark;
      }
      body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
      }
    </style>
  </head>
  <body>
    <h1>Welcome to nginx!</h1>
    <p>
      If you see this page, the nginx web server is successfully installed and working. Further
      configuration is required.
    </p>

    <p>
      For online documentation and support please refer to
      <a href="http://nginx.org/">nginx.org</a>.<br />
      Commercial support is available at
      <a href="http://nginx.com/">nginx.com</a>.
    </p>

    <p><em>Thank you for using nginx.</em></p>
  </body>
</html>


================================================
FILE: LICENSE
================================================
                  GNU AFFERO GENERAL PUBLIC LICENSE
                       Version 3, 19 November 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.

  A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate.  Many developers of free software are heartened and
encouraged by the resulting cooperation.  However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.

  The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community.  It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server.  Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.

  An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals.  This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU Affero General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Remote Network Interaction; Use with the GNU General Public License.

  Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software.  This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time.  Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published
    by the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source.  For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code.  There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.



================================================
FILE: Masqr.js
================================================
import fs from "node:fs"
import path from "node:path"
import fetch from "node-fetch"

const LICENSE_SERVER_URL = "https://masqr.gointerstellar.app/validate?license="
const Fail = fs.readFileSync("Failed.html", "utf8")

export function setupMasqr(app) {
  app.use(async (req, res, next) => {
    if (req.url.includes("/ca/")) {
      next()
      return
    }

    const authheader = req.headers.authorization

    if (req.cookies["authcheck"]) {
      next()
      return
    }

    if (req.cookies["refreshcheck"] !== "true") {
      res.cookie("refreshcheck", "true", { maxAge: 10000 })
      MasqFail(req, res)
      return
    }

    if (!authheader) {
      res.setHeader("WWW-Authenticate", "Basic")
      res.status(401)
      MasqFail(req, res)
      return
    }

    const auth = Buffer.from(authheader.split(" ")[1], "base64").toString().split(":")
    const pass = auth[1]

    try {
      const licenseCheckResponse = await fetch(
        LICENSE_SERVER_URL + pass + "&host=" + req.headers.host
      )
      const licenseCheck = (await licenseCheckResponse.json())["status"]
      console.log(
        LICENSE_SERVER_URL + pass + "&host=" + req.headers.host + " returned " + licenseCheck
      )
      if (licenseCheck === "License valid") {
        res.cookie("authcheck", "true", {
          expires: new Date(Date.now() + 365 * 24 * 60 * 60 * 1000),
        })
        res.send("<script> window.location.href = window.location.href </script>")
        return
      }

      MasqFail(req, res)
    } catch (error) {
      console.error(error)
      MasqFail(req, res)
    }
  })
}

async function MasqFail(req, res) {
  if (!req.headers.host) {
    return
  }
  const unsafeSuffix = req.headers.host + ".html"
  const safeSuffix = path.normalize(unsafeSuffix).replace(/^(\.\.(\/|\\|$))+/, "")
  const safeJoin = path.join(process.cwd() + "/Masqrd", safeSuffix)
  try {
    await fs.promises.access(safeJoin)
    const FailLocal = await fs.promises.readFile(safeJoin, "utf8")
    res.setHeader("Content-Type", "text/html")
    res.send(FailLocal)
  } catch (e) {
    res.setHeader("Content-Type", "text/html")
    res.send(Fail)
  }
}


================================================
FILE: README.md
================================================
<div align="center">
    <img src="https://raw.githubusercontent.com/UseInterstellar/Interstellar/main/.github/branding/in.png">
    <p>Serving over 15 million users since 2022.<p>
    <p>Interstellar is a web proxy with a Clean and Sleek UI and easy to use menus. Our goal is to provide the best user experience to everyone.</p>
</div>

![inpreview](https://github.com/UseInterstellar/Interstellar/assets/89202835/2669efed-5186-4932-83c4-725acae60bd2)

> [!IMPORTANT]
> If you fork this project, consider giving it a star in the original repository!

**Join Our [Discord Community](https://discord.gg/interstellar) for support, more links, and an active community!**

## Features

- About:Blank Cloaking
- Tab Cloaking
- Wide collection of apps & games
- Clean, Easy to use UI
- Inspect Element
- Various Themes
- Password Protection (Optional)
- Built-in Tab System
- Now.gg Support
- Fast Speeds
- Geforce NOW Support

## Deployment

> [!IMPORTANT]
> You **cannot** deploy to static web hosts, including Netlify, Cloudflare Pages, and GitHub Pages.

### Password Protection

1. Go to the `config.js` file and set `challenge` to **true**. Then, set the environment variable as follows:
2. For PNPM: Run either `config=true pnpm start` or `$env:config=true; pnpm start`, depending on your server.
3. For Bun: Run either `config=true bun start` or `$env:config=true; bun start` if you prefer Bun.
4. For NPM: Run either `config=true npm start` or `$env:config=true; npm start` if you prefer NPM.


### Server Deployment

You must run these commands on your server:

```bash
git clone https://github.com/UseInterstellar/Interstellar
cd Interstellar
```

#### Ad-Free Deployment

```bash
git clone --branch Ad-Free https://github.com/UseInterstellar/Interstellar
cd Interstellar
```

Next depending on your package manager, run one of the following commands:

#### Bun

If you are using Bun, run the following commands:

```bash
bun i
bun start
```

#### pnpm

If you are using pnpm, run the following commands:

```bash
pnpm i
pnpm start
```

#### npm

If you are using npm, run the following commands:

```bash
npm i
npm run start
```

### Updating

```bash
cd Interstellar
git pull --force --allow-unrelated-histories # This may overwrite your local changes
```

<a target="_blank" href="https://heroku.com/deploy/?template=https://github.com/UseInterstellar/Interstellar"><img alt="Deploy to Heroku" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/heroku.svg"></a>
<a target="_blank" href="https://app.koyeb.com/deploy?type=git&repository=github.com/UseInterstellar/Interstellar"><img alt="Deploy to Koyeb" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg"></a>

### Deployment Alternatives

For more deployment options, join our [Discord Server](https://discord.gg/interstellar) for various ways to deploy Interstellar.
This includes methods of deploying to Render/OnRender.

#### What happened to Replit Deployment?

As of January 1st, 2024, Replit is [no longer free](https://blog.replit.com/hosting-changes). Try GitHub Codespaces instead.

### GitHub Codespaces

> [!NOTE]
> If you're setting the port below 1023, then you must run `sudo PORT=1023`

1. Create a GitHub account if you haven't already.
2. Click "Code" (green button) and then "Create Codespace on main."
3. In the terminal at the bottom, paste `pnpm i && pnpm start`.
4. Respond to the application popup by clicking "Make public."
> [!IMPORTANT]
> Make sure you click the "Make public." button, or the proxy won't function properly.<br>
> If you get a Range Error, go back and make sure you clicked Make public!
5. Access the deployed website from the ports tab.
6. For subsequent uses in the same codespace, just run `pnpm start`

### Solution for if there is no popup.

1. Run `pnpm i`, and before `pnpm start`, prepend `PORT=8080`, replacing 8080 with another port. For example, `PORT=6969 pnpm start`.
2. If this does not work then you can prepend `$env:PORT=8080;`, replacing 8080 with another port. For example, `$env:PORT=6969; pnpm start`
3. Go to the ports tab, Click Forward A Port, And type the port number.
4. Right-click Visibility and set Port Visibility to Public.

> [!NOTE]
> We are committed to making Interstellar easy and personalized however, as of now we need your support in making it ad-free. Consider keeping ads so Interstellar can run freely or contribute by being a supporter.

## Report Issues

If you encounter problems, open an issue on GitHub, and we'll address it promptly.

> [!TIP]
> If you're having trouble, don't hesitate to reach out to us on [Discord](https://discord.gg/interstellar) for personalized support.

# Credits

A huge thanks goes out to all of the people who have contributed to Interstellar.

[![Contributors](https://contrib.rocks/image?repo=UseInterstellar/Interstellar)](https://github.com/UseInterstellar/Interstellar/graphs/contributors)


================================================
FILE: SECURITY.md
================================================
# Security Policy

## Supported Versions

Only current versions of the site are being updated, if you are using an older version of the site, consider upgrading to the latest version.

| Version | Supported |
| ------- | --------- |
| V5.2.x  | ✔️        |
| V5.1.x  | :x:       |
| V5.0.x  | :x:       |
| V4.x.x  | :x:       |
| < V4.0  | :x:       |

## Reporting a Vulnerability

You can privately report a vulnerability [here](https://github.com/InterstellarNetwork/Interstellar/security/advisories/new).

Alternatively, you can join our [Discord server](https://discord.gg/Interstellar), and open a ticket and let us know what the vulnerability is.

### Upgrading to the Latest Version

If you are using an older version of the site, we strongly recommend upgrading to the latest version to ensure that you benefit from the latest security updates and enhancements. Only the current versions of the site receive regular updates and support.

### How to Update

If you have a fork of the repository:
Then [sync your fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork).

If you have interstellar installed locally:
Run `git pull`, and `npm i`.

By keeping your site up to date, you not only enjoy the latest features but also enhance the security of your experience.

If you encounter any challenges while updating, feel free to reach out to our [support team](https://discord.gg/interstellar) for assistance.

Thank you for prioritizing the security and performance of your experience with our site.


================================================
FILE: app.json
================================================
{
  "name": "edu",
  "description": "?",
  "repository": "https://github.com/interstellarnetwork/interstellar",
  "logo": "https://avatars.githubusercontent.com/u/103917385",
  "keywords": ["school", "math"],
  "image": "heroku/nodejs"
}


================================================
FILE: biome.json
================================================
{
  "$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
  "files": {
    "includes": ["**", "!**/static/assets/history", "!**/static/assets/mathematics", "!**/static/assets/json/**/*.min.json", "!**/Masqr.js", "!**/node_modules", "!**/package-lock.json", "!**/package.json", "!**/*.md", "!**/bun.lockb", "!**/Failed.html"]
  },
  "assist": { "actions": { "source": { "organizeImports": "on" } } },
  "linter": {
    "enabled": true,
    "rules": {
      "recommended": true
    },
    "includes": ["**", "!**/pnpm-lock.yaml", "!**/dist/**", "!**/node_modules/**", "!**/assets/bundled/**", "!**/*.min.json", "!**/.astro/**"]
  },
  "formatter": {
    "indentStyle": "space",
    "indentWidth": 2,
    "lineEnding": "lf",
    "lineWidth": 320,
    "attributePosition": "auto",
    "includes": ["**", "!**/pnpm-lock.yaml", "!**/dist/**", "!**/node_modules/**", "!**/assets/bundled/**", "!**/*.min.json", "!**/.astro/**"]
  },
  "javascript": {
    "formatter": {
      "enabled": true,
      "arrowParentheses": "asNeeded",
      "bracketSameLine": true,
      "bracketSpacing": true
    }
  },
  "css": {
    "formatter": {
      "enabled": true,
      "indentWidth": 3
    },
    "linter": {
      "enabled": true
    }
  }
}


================================================
FILE: config.js
================================================
const config = {
  challenge: false, // Set to true if you want to enable password protection.
  users: {
    // You can add multiple users by doing username: 'password'.
    interstellar: "password",
  },
};

export default config;


================================================
FILE: index.js
================================================
import fs from "node:fs";
import http from "node:http";
import path from "node:path";
import { createBareServer } from "@nebula-services/bare-server-node";
import chalk from "chalk";
import cookieParser from "cookie-parser";
import cors from "cors";
import express from "express";
import basicAuth from "express-basic-auth";
import mime from "mime";
import fetch from "node-fetch";
// import { setupMasqr } from "./Masqr.js";
import config from "./config.js";

console.log(chalk.yellow("🚀 Starting server..."));

const __dirname = process.cwd();
const server = http.createServer();
const app = express();
const bareServer = createBareServer("/ca/");
const PORT = process.env.PORT || 8080;
const cache = new Map();
const CACHE_TTL = 30 * 24 * 60 * 60 * 1000; // Cache for 30 Days

if (config.challenge !== false) {
  console.log(chalk.green("🔒 Password protection is enabled! Listing logins below"));
  // biome-ignore lint: idk
  Object.entries(config.users).forEach(([username, password]) => {
    console.log(chalk.blue(`Username: ${username}, Password: ${password}`));
  });
  app.use(basicAuth({ users: config.users, challenge: true }));
}

app.get("/e/*", async (req, res, next) => {
  try {
    if (cache.has(req.path)) {
      const { data, contentType, timestamp } = cache.get(req.path);
      if (Date.now() - timestamp > CACHE_TTL) {
        cache.delete(req.path);
      } else {
        res.writeHead(200, { "Content-Type": contentType });
        return res.end(data);
      }
    }

    const baseUrls = {
      "/e/1/": "https://raw.githubusercontent.com/qrs/x/fixy/",
      "/e/2/": "https://raw.githubusercontent.com/3v1/V5-Assets/main/",
      "/e/3/": "https://raw.githubusercontent.com/3v1/V5-Retro/master/",
    };

    let reqTarget;
    for (const [prefix, baseUrl] of Object.entries(baseUrls)) {
      if (req.path.startsWith(prefix)) {
        reqTarget = baseUrl + req.path.slice(prefix.length);
        break;
      }
    }

    if (!reqTarget) {
      return next();
    }

    const asset = await fetch(reqTarget);
    if (!asset.ok) {
      return next();
    }

    const data = Buffer.from(await asset.arrayBuffer());
    const ext = path.extname(reqTarget);
    const no = [".unityweb"];
    const contentType = no.includes(ext) ? "application/octet-stream" : mime.getType(ext);

    cache.set(req.path, { data, contentType, timestamp: Date.now() });
    res.writeHead(200, { "Content-Type": contentType });
    res.end(data);
  } catch (error) {
    console.error("Error fetching asset:", error);
    res.setHeader("Content-Type", "text/html");
    res.status(500).send("Error fetching the asset");
  }
});

app.use(cookieParser());
app.use(express.json());
app.use(express.urlencoded({ extended: true }));

/* if (process.env.MASQR === "true") {
  console.log(chalk.green("Masqr is enabled"));
  setupMasqr(app);
} */

app.use(express.static(path.join(__dirname, "static")));
app.use("/ca", cors({ origin: true }));

const routes = [
  { path: "/b", file: "apps.html" },
  { path: "/a", file: "games.html" },
  { path: "/play.html", file: "games.html" },
  { path: "/c", file: "settings.html" },
  { path: "/d", file: "tabs.html" },
  { path: "/", file: "index.html" },
];

// biome-ignore lint: idk
routes.forEach(route => {
  app.get(route.path, (_req, res) => {
    res.sendFile(path.join(__dirname, "static", route.file));
  });
});

app.use((req, res, next) => {
  res.status(404).sendFile(path.join(__dirname, "static", "404.html"));
});

app.use((err, req, res, next) => {
  console.error(err.stack);
  res.status(500).sendFile(path.join(__dirname, "static", "404.html"));
});

server.on("request", (req, res) => {
  if (bareServer.shouldRoute(req)) {
    bareServer.routeRequest(req, res);
  } else {
    app(req, res);
  }
});

server.on("upgrade", (req, socket, head) => {
  if (bareServer.shouldRoute(req)) {
    bareServer.routeUpgrade(req, socket, head);
  } else {
    socket.end();
  }
});

server.on("listening", () => {
  console.log(chalk.green(`🌍 Server is running on http://localhost:${PORT}`));
});

server.listen({ port: PORT });


================================================
FILE: package.json
================================================
{
  "name": "interstellar",
  "version": "5.2.5",
  "type": "module",
  "engines": {
    "npm": ">=7.0.0",
    "node": ">=16.0.0"
  },
  "scripts": {
    "start": "node index.js",
    "format": "pnpm biome format --write .",
    "precommit": "pnpm run format && pnpm biome check --write .",
    "lint": "biome lint --write ."
  },
  "author": "InterstellarNetwork",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "@nebula-services/bare-server-node": "^2.0.4",
    "chalk": "^5.4.1",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "dotenv": "^17.2.0",
    "express": "^4.21.2",
    "express-basic-auth": "^1.2.1",
    "mime": "^4.1.0",
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "@biomejs/biome": "2.2.2"
  },
  "packageManager": "pnpm@9.10.0"
}


================================================
FILE: render.yaml
================================================
services:
  - type: web
    name: edu
    env: docker
    plan: free


================================================
FILE: static/404.html
================================================
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="referrer" content="no-referrer" />
  <meta http-equiv="X-Content-Type-Options" content="nosniff" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link rel="shortcut icon" id="tab-favicon" href="/favicon.png" />
  <title id="t">Home</title>
  <link rel="stylesheet" href="/assets/css/global.css?v=6" />
  <link rel="stylesheet" href="/assets/css/error.css?v=2" />
  <link rel="stylesheet" href="/assets/css/nav.css?v=01" />
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
  <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734"
    crossorigin="anonymous"></script>

</head>

<body>
  <div class="f-nav"></div>
  <div class="main error">
    <h1>404</h1>
    <h3>Page not found.</h3>
    <p>Keep getting this error? Report it down below.</p>
    <button class="one" type="button" onclick="window.location.href = '/';">
      Go Back Home
    </button>
    <button class="two" type="button" onclick="window.location.href = 'https://discord.gg/interstellar'">
      Join our Discord (Direct)
    </button>
    <button class="three" type="button" onclick="go('https://discord.gg/interstellar')">
      Join our Discord (Proxied)
    </button>
  </div>
</body>
<script src="/assets/js/index-3.js"></script>
<script src="/assets/mathematics/bundle.js?v=2025-04-15"></script>
<script src="/assets/mathematics/config.js?v=2025-04-15"></script>
<script src="/assets/js/m1.js"></script>

</html>

================================================
FILE: static/ads.txt
================================================
google.com, pub-6840529569014734, DIRECT, f08c47fec0942fa0


================================================
FILE: static/apps.html
================================================
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="referrer" content="no-referrer" />
  <meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
  <meta http-equiv="X-Content-Type-Options" content="nosniff" />
  <link rel="shortcut icon" id="tab-favicon" href="favicon.png" />
  <title id="t">Home</title>
  <script src="./assets/mathematics/bundle.js?v=2025-04-15"></script>
  <script src="./assets/mathematics/config.js?v=2025-04-15"></script>
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link rel="stylesheet" href="/assets/css/global.css?v=6" />
  <link rel="stylesheet" href="/assets/css/container.css?v=2" />
  <link rel="stylesheet" href="/assets/css/nav.css?v=01" />
  <script src="/assets/js/index-3.js"></script>
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
  <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734"
    crossorigin="anonymous"></script>
</head>

<body>
  <div class="f-nav"></div>
  <div class="input-c">
    <input type="text" id="search" onkeyup="bar()" placeholder="Search" />
    <select title="Category" id="category" name="category" onchange="category()">
      <option value="all">&#65;&#108;&#108;</option>
      <option value="android">
        &#65;&#110;&#100;&#114;&#111;&#105;&#100;&#32;&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>
      <option value="social">&#83;&#111;&#99;&#105;&#97;&#108;</option>
      <option value="stream">&#83;&#116;&#114;&#101;&#97;&#109;</option>
      <option value="message">&#77;&#101;&#115;&#115;&#97;&#103;&#101;</option>
      <option value="media">&#84;&#86;&#32;&amp;&#32;&#77;&#111;&#118;&#105;&#101;&#115;</option>
      <option value="game">&#71;&#97;&#109;&#101;&#32;&#83;&#105;&#116;&#101;&#115;</option>
      <option value="cloud">&#67;&#108;&#111;&#117;&#100;&#32;&#71;&#97;&#109;&#105;&#110;&#103;</option>
      <option value="tool">&#84;&#111;&#111;&#108;&#115;</option>
      <option value="ai">&#65;&#73;</option>
      <option value="emu">&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>
      <option value="mail">&#77;&#97;&#105;&#108;</option>
    </select>
  </div>
  <div class="pinned"></div>
  <div class="apps"></div>
  <script src="assets/js/c1.js?v=001"></script>
  <script src="/assets/js/m1.js"></script>
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script>
  <!-- DO NOT REMOVE-->
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag() {
      dataLayer.push(arguments);
    }
    gtag("js", new Date());

    gtag("config", "G-WKJQ5QHQTJ");
  </script>
  <!-- DO NOT REMOVE-->
</body>

</html>

================================================
FILE: static/assets/css/container.css
================================================
.column {
   width: 145px;
   transition: all 0.2s ease;
   cursor: pointer;
   background: var(--background-column);
   border-radius: 5px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   margin: 0;
}

.column img {
   position: absolute;
   width: 145px;
   height: 145px;
   transition: all 0.2s ease;
   border-radius: 10px;
}

.column p {
   width: 145px;
   height: 19px;
   font-style: normal;
   font-weight: 800;
   font-size: 18px;
   line-height: 19px;
   text-align: center;
   color: var(--text-primary);
   text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
   padding-top: 136px;
   padding-bottom: 12px;
}

.column:hover {
   transform: scale(1.2);
}

.column:hover .label {
   transform: translateX(-50%) scale(1.3);
}

.apps {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 2.3em;
   flex-direction: row;
   margin-top: 30px;
}

.pinned {
   margin-top: 20px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 2.3em;
}

input {
   padding: 20px;
   width: 550px;
   border-radius: 5px;
   background: var(--background-column);
   text-align: center;
   font-size: 20px;
   border: none;
   outline: none;
   color: var(--text-primary);
   transition: 0.4s;
}

select {
   padding: 20px;
   border-radius: 5px;
   background: var(--background-column);
   color: var(--text-primary);
   font-size: 20px;
   border: 0px;
   outline: none;
   cursor: pointer;
}

.input-c {
   position: relative;
   margin-top: 150px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 0.5em;
}


================================================
FILE: static/assets/css/error.css
================================================
.error {
   color: var(--text-primary);
   font-family: "Inter", sans-serif;
   font-weight: 900;
   top: 15%;
   text-align: center;
}

.error h1 {
   font-size: 10vw;
   margin: 0 auto -2vw auto;
   background: linear-gradient(150deg, #746eff 0%, #ff00bb 51%, #746eff 100%);
   -webkit-background-clip: text;
   -moz-background-clip: text;
   background-clip: text;
   color: transparent;
}

.error h3 {
   font-size: 4vw;
   margin-bottom: auto;
   margin-top: auto;
   font-weight: 600;
}

.error p {
   font-size: 2vw;
   margin-top: 0.5%;
   margin-bottom: 1%;
   font-weight: 900;
   color: var(--text-dark);
}

.error button {
   padding: 15px;
   border-radius: 5px;
   background: var(--background-buttons);
   color: inherit;
   font-size: 24px;
   border: 2px solid var(--background-buttons);
   outline: none;
   margin-bottom: 10px;
   cursor: pointer;
}

.error .one:hover {
   color: #ef6e78;
   border: 2px solid #ef6e78;
   background: transparent;
}

.error .two:hover {
   color: #ef996e;
   border: 2px solid #ef996e;
   background: transparent;
}

.error .three:hover {
   color: #ef6ee4;
   border: 2px solid #ef6ee4;
   background: transparent;
}

@media (max-width: 768px) {
   .error h1 {
      font-size: 12vw;
   }

   .error h3 {
      font-size: 5vw;
   }

   .error p {
      font-size: 3vw;
      margin-top: 5px;
      margin-bottom: 5px;
   }

   .error button {
      font-size: 16px;
   }
}


================================================
FILE: static/assets/css/global.css
================================================
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

:root {
   /* Background Variables */
   --background-image: url("/./assets/media/background/full-main.png"); /* Background Image */
   --backdrop-filter: blur(10px) brightness(80%); /* Nav Backdrop filter */
   --background-nav: rgba(255, 255, 255, 0.02); /* Nav Background */
   --background-color: #222; /* Main Background Color */
   --background-input: #4545459e; /* Input Field Background Color */
   --background-column: #353535; /* Background for Apps Container */
   --background-settings: #2a2a2a; /* Settings Card Background */
   --background-buttons: #333; /* Button Background Color */
   --tab-active-background: #444; /* Accent Color for Tabs */
   --tab-inactive-background: ; /* Background Color for Tabs Not In Use */
   --slider-active-background: #4caf50; /* Active Slider Background Color */
   --slider-inactive-background: #ccc; /*  Slider Background Color */
   --nav-image: url("/./assets/media/favicon/main.png"); /* Nav Logo */
   /* Text Variables */
   --text-primary: #fff; /* Primary Text Color */
   --text-dark: #555; /* Dark Text Color for Error Page, Scrollbar, and Particles */
   --text-placeholder: #aaa; /* Placeholder Text Color */
   /* Other Variables */
   --save-button: #4caf50; /* Save Button, Typically Green */
   --reset-button: #f44336; /* Reset Button, Typically Red */
   --import-button: #009688; /* Import Button, Typically Teal */
   --export-button: #ea76cb; /* Export Button, Typically Pink */
}

::-webkit-scrollbar {
   width: 6px;
   background-color: var(--background-color);
}

::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   border-radius: 10px;
   background-color: var(--background-color);
}

::-webkit-scrollbar-thumb {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: var(--text-primary);
}

::-webkit-scrollbar-thumb:hover {
   background-color: var(--text-dark);
}

body {
   font-family: "Inter", sans-serif;
   text-decoration: none;
   background: var(--background-image);
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
}

::placeholder {
   color: var(--text-placeholder);
   opacity: 1;
}

.main {
   letter-spacing: 0px;
   font-family: "Inter", sans-serif;
   width: 99%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   top: 0%;
   position: absolute;
   z-index: 99;
}


================================================
FILE: static/assets/css/h.css
================================================
.center {
   display: flex;
   justify-content: center;
   align-items: center;
}

.title {
   font-size: 10vh;
   color: var(--text-primary);
   font-family: "Inter", sans-serif;
   text-align: center;
   text-transform: uppercase;
   border-radius: 0px 0px 5px 5px;
   margin-top: 30vh;
   margin-bottom: 5vh;
   transition: 0.35s ease;
   text-shadow: 2px 4px 6px rgb(0, 0, 0, 0.2);
}

.title:hover {
   transform: translateY(-5%) scale(1.03);
   font-weight: 800;
}

@media (orientation: portrait) {
   .title {
      position: relative;
      top: -10vw;
      font-size: 10vw;
      color: var(--text-primary);
      font-family: "Inter", sans-serif;
      text-align: center;
      text-transform: uppercase;
      border-radius: 0px 0px 5px 5px;
   }
}

.search-container {
   display: flex;
   width: 100%;
   text-align: center;
   justify-content: center;
   align-items: center;
}

.truncate {
   width: 50vw;
   height: 5vh;
   font-family: "Poppins", sans-serif;
   font-size: 16px;
   box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
   background: var(--background-input);
   -webkit-backdrop-filter: var(--backdrop-filter);
   backdrop-filter: var(--backdrop-filter);
}

input {
   padding: 20px;
   width: 550px;
   border-radius: 5px;
   background: var(--background-column);
   text-align: center;
   font-size: 24px;
   border: none;
   outline: none;
   color: var(--text-primary);
   transition: 0.4s;
}

#particles-js {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0vw;
   background-color: var(--bg-c);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 50% 50%;
   overflow: hidden;
}

.particles-js-canvas-el {
   z-index: 0;
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   pointer-events: none;
}

#splash {
   color: var(--text-dark);
   margin-bottom: 1em;
   margin-top: -2em;
   padding: 0;
   font-family: "Poppins", sans-serif;
}


================================================
FILE: static/assets/css/nav.css
================================================
.material-symbols-outlined {
   font-variation-settings:
      "FILL" 0,
      "wght" 400,
      "GRAD" 0,
      "opsz" 48;
}

.f-nav #icon-container {
   display: flex;
   align-items: center;
}

img {
   width: 100%;
   height: 100%;
   padding-top: 5px;
}

.f-nav-container {
   min-width: 5vw;
   min-height: 10vh;
   display: inline;
}

.f-nav {
   top: 0;
   letter-spacing: 2px;
   font-size: 22px;
   left: 0;
   right: 0;
   min-height: 10vh;
   padding: 0 25px;
   box-sizing: border-box;
   background-color: var(--background-nav);
   box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
   -webkit-backdrop-filter: var(--backdrop-filter);
   backdrop-filter: var(--backdrop-filter);
   transition: 0.35s ease;
   border-radius: 15px;
   width: fill;
   margin: 15px;
   z-index: 100;
   position: fixed;
}

.f-nav .icon:hover {
   transform: translateY(-15%) scale(1.03);
   font-weight: 800;
}

.f-nav .icon {
   position: absolute;
   float: left;
   text-transform: uppercase;
   font-size: 30px;
   font-family: "Inter", sans-serif;
   cursor: pointer;
   color: var(--text-primary);
   font-weight: 600;
   margin-left: 5px;
   font-style: normal;
   text-decoration: none;
   transition: all 0.2s ease;
   height: 5vh;
   top: 18%;
}

.f-nav-right {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   text-transform: uppercase;
   font-size: 18px;
   color: var(--text-primary);
   font-weight: 600;
   right: 2%;
}

.f-nav-right .navbar-link {
   margin-left: 10px;
   text-transform: uppercase;
   cursor: pointer;
   color: var(--text-primary);
   font-weight: 800;
   right: 2%;
   font-family: "Inter", sans-serif;
   font-style: normal;
   text-decoration: none;
   transition: all 0.2s ease;
   transform: translateX(0%);
}

@media (orientation: portrait) {
   .f-nav-right .navbar-link {
      margin-left: 10px;
      text-transform: uppercase;
      font-size: 2.5vw;
      cursor: pointer;
      color: var(--text-primary);
      font-weight: 800;
      right: 2%;
      font-family: "Inter", sans-serif;
      font-style: normal;
      text-decoration: none;
      transition: all 0.2s ease;
      transform: translateX(0%);
   }
   .f-nav-right .navbar-link:hover {
      text-transform: uppercase;
      cursor: pointer;
      font-weight: 800;
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-size: 3vw;
      transform: translateX(-20%);
   }
}

.f-nav-right .navbar-link:hover {
   text-transform: uppercase;
   cursor: pointer;
   font-weight: 800;
   font-family: "Inter", sans-serif;
   font-style: normal;
   font-size: 3vh;
   transform: translateX(-20%);
}

.navbar-icon {
   margin-right: 5px;
   transition: all 0.2s ease;
}

.navbar-link {
   margin-right: 5px;
}

.navbar-link:hover > .settings-icon {
   animation: spin 0.5s;
   animation-timing-function: cubic-bezier(0, 1.04, 0.91, 0.99);
}

@media (max-width: 768px) {
   .f-nav-right .navbar-link an {
      display: none;
   }
   .f-nav-right .fa-solid {
      display: inline;
   }
   .f-nav-right .navbar-link {
      font-size: 4.5vw;
   }
}

@keyframes spin {
   from {
      transform: rotate(0deg);
   }
   to {
      transform: rotate(360deg);
   }
}

@media (orientation: portrait) {
   img {
      height: 40px;
   }
}


================================================
FILE: static/assets/css/settings.css
================================================
body {
   background-color: var(--background-image);
   font-family: "Inter", sans-serif;
   color: var(--text-primary);
   margin: 0;
   padding: 0;
   letter-spacing: 0px;
   overflow-x: hidden;
}

.settings-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
   padding: 20% 20px 20px 20px;
}

.settings-title {
   display: block;
   font-size: 70px;
   margin-block-start: 0.67em;
   margin-block-end: 0.67em;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
   font-weight: bold;
}

.settings-card {
   background-color: var(--background-settings);
   border-radius: 10px;
   padding: 20px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   width: 400px;
   transition: all 0.3s ease;
}

.settings-card:hover {
   transform: translatey(-5px);
   box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.settings-card h3 {
   margin-top: 0;
   color: var(--text-primary);
}

.settings-card p {
   color: var(--text-placeholder);
}

a {
   color: var(--text-primary);
}

.switch {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 34px;
}

.switch input {
   opacity: 0;
   width: 0;
   height: 0;
}

.slider-round {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: var(--slider-inactive-background);
   transition: 0.4s;
   border-radius: 34px;
}

.slider-round:before {
   position: absolute;
   content: "";
   height: 26px;
   width: 26px;
   left: 4px;
   bottom: 4px;
   background-color: var(--text-primary);
   transition: 0.4s;
   border-radius: 50%;
}

input:checked + .slider-round {
   background-color: var(--slider-active-background);
}

input:checked + .slider-round:before {
   transform: translateX(26px);
}

input {
   padding: 15px;
   border-radius: 10px;
   background: var(--background-input);
   text-align: center;
   font-size: 20px;
   border: none;
   outline: none;
   color: var(--text-primary);
}

.key-form {
   padding: 15px;
   width: 92.5%;
   border-radius: 10px;
   background: var(--background-buttons);
   text-align: center;
   font-size: 20px;
   border: none;
   outline: none;
   color: var(--text-primary);
   margin-top: 10px;
}

.key-button {
   cursor: pointer;
   border: 2px;
   font-size: 20px;
   transition: 0.2s;
   margin-top: 10px;
   background-color: var(--background-buttons);
   border-radius: 10px;
   color: var(--text-primary);
   height: 50px;
   width: 50%;
   padding: 10px;
   text-align: center;
}

button {
   cursor: pointer;
   border: 2px;
   transition: 0.2s;
   margin-top: 10px;
   background-color: var(--background-buttons);
   border-radius: 10px;
   color: var(--text-primary);
   height: 50px;
   width: 35%;
   padding: 10px;
   text-align: center;
}

select {
   padding: 15px;
   width: 100%;
   border-radius: 10px;
   background: var(--background-buttons);
   color: var(--text-primary);
   font-size: 20px;
   border: 0px;
   outline: none;
}

#buttonLayer {
   width: 400px;
   display: flex;
   justify-content: center;
   gap: 10px;
}

#buttonLayer > .key-button {
   flex-grow: 1;
   padding: 10px;
   box-sizing: border-box;
}

@media screen and (max-width: 768px) {
   .settings-container {
      padding: 25% 20px 20px 20px;
   }
   .settings-card {
      width: 100%;
      max-width: 400px;
   }

   .settings-title {
      font-size: 40px;
   }

   input,
   .key-form {
      width: 90%;
   }

   button,
   .key-button {
      width: 100%;
      max-width: 200px;
   }
}

@media screen and (max-width: 500px) {
   .settings-container {
      padding-top: 35%;
   }
}

@media screen and (min-width: 1000px) {
   .settings-container {
      padding-top: 10%;
   }
}

#last-updated {
   margin-top: -3%;
}

#ab-settings {
   display: flex;
   align-items: center;
   gap: 5vw;
}

#ab-settings-container {
   margin-top: 13px;
   margin-left: 20px;
}

#warning {
   color: red;
}


================================================
FILE: static/assets/css/t.css
================================================
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
   font-family: "Inter", sans-serif;
   text-decoration: none;
   margin: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: var(--background-color);
   color: var(--text-primary);
}

.nav {
   padding: 1rem;
   transition: transform 0.5s ease;
   border-radius: 0 10px 10px 0;
   transform: translateX(0);
   width: 100vw;
   height: 0.5vw;
   display: flex;
   align-items: center;
}

.close-tab {
   border: none;
   background: none;
   font-size: 12px;
   color: var(--text-primary);
   cursor: pointer;
   transition: color 0.3s ease;
   width: 20px;
}

.close-tab:hover {
   color: var(--text-primary);
}

.nav-bar {
   left: 0;
   right: 0;
   height: 2.5em;
   padding: 0 25px;
   background: var(--background-color);
   box-sizing: border-box;
   transition: 0.35s ease;
   z-index: 100;
   width: 100vw;
   position: fixed;
}

.nav-button {
   border-radius: 10px;
   color: var(--text-primary);
   background: none;
   height: 3em;
   border: none;
   right: 10px;
   top: auto;
   box-sizing: border-box;
   margin-right: 10px;
   transition: 0.2s ease;
   margin-top: 0 auto;
   margin-bottom: 0 auto;
}

.nav-button:hover {
   transform: scale(1.3);
   cursor: pointer;
}

.nav-btn-left {
   float: left;
}

.nav-btn-right {
   float: right;
}

.nav-container {
   min-width: 5vw;
   min-height: 10vh;
   display: inline;
}

.nav-left {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 1%;
   width: 80%;
}

.nav-right {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 1%;
   width: 20%;
}

.nav-right .nav-btn:hover {
   text-transform: uppercase;
   cursor: pointer;
   font-weight: 800;
   font-family: "Inter", sans-serif;
   font-style: normal;
   font-size: 3vw;
   transform: translateX(-20%);
}

.nav-right .nav-btn:hover {
   text-transform: uppercase;
   cursor: pointer;
   font-weight: 800;
   font-family: "Inter", sans-serif;
   font-style: normal;
   font-size: 3vh;
   transform: translateX(-20%);
}

.fullscreen .nav-bar {
   display: none;
}

.fullscreen #ifra {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.bar {
   background: none;
   border: none;
   color: var(--text-primary);
   width: 60vw;
   height: 30px;
   border-radius: 5px;
   margin: 0 auto;
   transition: 0.3s;
}

.bar:focus {
   background: var(--background-input);
   box-shadow: none;
   outline: none;
   color: var(--text-primary);
   transition: 0.3s;
}

.navpost {
   padding: none;
   float: right;
   margin-top: 0em;
   color: var(--text-primary);
   border-radius: 5px;
}

.overlay {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: none;
}

h1 {
   text-align: center;
   color: var(--text-primary);
   font-size: 50px;
   white-space: nowrap;
}

p {
   text-align: center;
   color: var(--text-primary);
   font-size: 25px;
}

.frame-container iframe {
   display: none;
}

.frame-container iframe.active {
   display: block;
}

#add-tab {
   padding: 0.5rem;
   cursor: pointer;
   background-color: var(--background-settings);
   color: var(--text-primary);
   border: none;
   border-radius: 5px;
   margin-right: 0.5rem;
   transition: background-color 0.3s ease;
}

#add-tab:hover {
   background-color: var(--tab-active-background);
}

ul {
   list-style-type: none;
   padding: 0;
   display: flex;
}

li {
   padding: 0.4rem;
   background-color: var(--background-settings);
   margin-right: 0.5rem;
   cursor: pointer;
   border-radius: 5px;
   transition: background-color 0.3s ease;
   display: flex;
   align-items: center;
   justify-content: center;
}

li.active {
   background-color: var(--tab-active-background);
}

li:hover {
   background-color: var(--tab-active-background);
}

iframe {
   position: absolute;
   width: 100%;
   height: 90%;
   border: none;
   left: 0;
   top: 10%;
}


================================================
FILE: static/assets/css/themes/catppuccin/frappe.css
================================================
@import url("https://unpkg.com/@catppuccin/palette/css/catppuccin.css");
:root {
   --background-image: var(--ctp-frappe-base) /*base*/;
   --background: #1e1e2e;
   --background-input: var(--ctp-frappe-mantle) /*mantle*/;
   --background-dark: #11111b /*crust*/;
   --background-settings: var(--ctp-frappe-surface0) /*surface0*/;
   --background-settings-buttons: var(--ctp-frappe-surface1) /*surface1*/;
   --input: var(--ctp-frappe-surface0) /*surface0*/;
   --background-column: var(--ctp-frappe-crust) /*crust*/;
   --text-primary: var(--ctp-frappe-text) /*text*/;
   --text-secondary: var(--ctp-frappe-subtext1) /*subtext1*/;
   --text-placeholder: var(--ctp-frappe-subtext0) /*subtext0*/;
   --background-color: var(--ctp-frappe-base) /* base */;
   --tab-active-background: var(--ctp-frappe-mantle) /* mantle */;
}

input,
select,
.column,
.key-form,
button,
.key-button,
.searchbar {
   background-color: var(--ctp-frappe-surface0) /*surface0*/;
   color: var(--ctp-frappe-subtext1) /*subtext1*/;
}

.settings-card {
   background-color: var(--ctp-frappe-mantle) /*mantle*/;
}

input:checked + .slider-round {
   background-color: #000;
}

.f-nav-right .navbar-link {
   color: var(--ctp-frappe-mauve) /*mauve*/;
}

.f-nav-right:hover .navbar-link:hover {
   color: var(--ctp-frappe-blue) /*blue*/;
}


================================================
FILE: static/assets/css/themes/catppuccin/latte.css
================================================
@import url("https://unpkg.com/@catppuccin/palette/css/catppuccin.css");
:root {
   --background-image: var(--ctp-latte-base) /*base*/;
   --background: #1e1e2e;
   --background-input: var(--ctp-latte-mantle) /*mantle*/;
   --background-dark: #11111b /*crust*/;
   --background-settings: var(--ctp-latte-surface0) /*surface0*/;
   --background-settings-buttons: var(--ctp-latte-surface1) /*surface1*/;
   --input: var(--ctp-latte-surface0) /*surface0*/;
   --background-column: var(--ctp-latte-crust) /*crust*/;
   --text-primary: var(--ctp-latte-text) /*text*/;
   --text-secondary: var(--ctp-latte-subtext1) /*subtext1*/;
   --text-placeholder: var(--ctp-latte-subtext0) /*subtext0*/;
   --background-color: var(--ctp-latte-base) /* base */;
   --tab-active-background: var(--ctp-latte-mantle) /* mantle */;
}

input,
select,
.column,
.key-form,
button,
.key-button,
.searchbar {
   background-color: var(--ctp-latte-surface0) /*surface0*/;
   color: var(--ctp-latte-subtext1) /*subtext1*/;
}

.settings-card {
   background-color: var(--ctp-latte-mantle) /*mantle*/;
}

input:checked + .slider-round {
   background-color: #000;
}

.f-nav-right .navbar-link {
   color: var(--ctp-latte-mauve) /*mauve*/;
}

.f-nav-right:hover .navbar-link:hover {
   color: var(--ctp-latte-blue) /*blue*/;
}


================================================
FILE: static/assets/css/themes/catppuccin/macchiato.css
================================================
@import url("https://unpkg.com/@catppuccin/palette/css/catppuccin.css");
:root {
   --background-image: var(--ctp-macchiato-base) /*base*/;
   --background: #1e1e2e;
   --background-input: var(--ctp-macchiato-mantle) /*mantle*/;
   --background-dark: #11111b /*crust*/;
   --background-settings: var(--ctp-macchiato-surface0) /*surface0*/;
   --background-settings-buttons: var(--ctp-macchiato-surface1) /*surface1*/;
   --input: var(--ctp-macchiato-surface0) /*surface0*/;
   --background-column: var(--ctp-macchiato-crust) /*crust*/;
   --text-primary: var(--ctp-macchiato-text) /*text*/;
   --text-secondary: var(--ctp-macchiato-subtext1) /*subtext1*/;
   --text-placeholder: var(--ctp-macchiato-subtext0) /*subtext0*/;
   --background-color: var(--ctp-macchiato-base) /* base */;
   --tab-active-background: var(--ctp-macchiato-mantle) /* mantle */;
}

input,
select,
.column,
.key-form,
button,
.key-button,
.searchbar {
   background-color: var(--ctp-macchiato-surface0) /*surface0*/;
   color: var(--ctp-macchiato-subtext1) /*subtext1*/;
}

.settings-card {
   background-color: var(--ctp-macchiato-mantle) /*mantle*/;
}

input:checked + .slider-round {
   background-color: #000;
}

.f-nav-right .navbar-link {
   color: var(--ctp-macchiato-mauve) /*mauve*/;
}

.f-nav-right:hover .navbar-link:hover {
   color: var(--ctp-macchiato-blue) /*blue*/;
}


================================================
FILE: static/assets/css/themes/catppuccin/mocha.css
================================================
@import url("https://unpkg.com/@catppuccin/palette/css/catppuccin.css");
:root {
   --background-image: var(--ctp-mocha-base) /*base*/;
   --background: #1e1e2e;
   --background-input: var(--ctp-mocha-mantle) /*mantle*/;
   --background-dark: #11111b /*crust*/;
   --background-settings: var(--ctp-mocha-surface0) /*surface0*/;
   --background-settings-buttons: var(--ctp-mocha-surface1) /*surface1*/;
   --input: var(--ctp-mocha-surface0) /*surface0*/;
   --background-column: var(--ctp-mocha-crust) /*crust*/;
   --text-primary: var(--ctp-mocha-text) /*text*/;
   --text-secondary: var(--ctp-mocha-subtext1) /*subtext1*/;
   --text-placeholder: var(--ctp-mocha-subtext0) /*subtext0*/;
   --background-color: var(--ctp-mocha-base) /* base */;
   --tab-active-background: var(--ctp-mocha-mantle) /* mantle */;
}

input,
select,
.column,
.key-form,
button,
.key-button,
.searchbar {
   background-color: var(--ctp-mocha-surface0) /*surface0*/;
   color: var(--ctp-mocha-subtext1) /*subtext1*/;
}

.settings-card {
   background-color: var(--ctp-mocha-mantle) /*mantle*/;
}

input:checked + .slider-round {
   background-color: #000;
}

.f-nav-right .navbar-link {
   color: var(--ctp-mocha-mauve) /*mauve*/;
}

.f-nav-right:hover .navbar-link:hover {
   color: var(--ctp-mocha-blue) /*blue*/;
}


================================================
FILE: static/assets/css/themes/colors/inverted.css
================================================
:root {
   /* Background Variables */
   --background-image: url("/./assets/media/background/full-inverted.png"); /* Background Image */
   --backdrop-filter: blur(10px) brightness(80%); /* Nav Backdrop filter */
   --background-nav: rgba(0, 0, 0, 0.02); /* Nav Background */
   --background-color: #ddd; /* Main Background Color */
   --background-input: #cccccc; /* Input Field Background Color */
   --background-column: #cacaca; /* Background for Apps Container */
   --background-settings: #d5d5d5; /* Settings Card Background */
   --background-buttons: #ccc; /* Button Background Color */
   --tab-active-background: #bbb; /* Accent Color for Tabs */
   --slider-active-background: #b3b0af; /* Active Slider Background Color */
   --slider-inactive-background: #333; /* Slider Background Color */
   --nav-image: url("/./assets/media/favicon/main-inverted.png"); /* Nav Logo */
   /* Text Variables */
   --text-primary: #000; /* Primary Text Color */
   --text-dark: #aaa; /* Dark Text Color for Error Page, Scrollbar, and Particles */
   --text-placeholder: #555; /* Placeholder Text Color */
   /* Other Variables */
   --tab-hover: #bbb; /* Tab Color on Hover */
}


================================================
FILE: static/assets/css/themes/colors/sky.css
================================================
:root {
   /* Background Variables */
   --background-image: url("/./assets/media/background/full-main.png"); /* Background Image */
   --backdrop-filter: blur(10px) brightness(80%); /* Nav Backdrop filter */
   --background-nav: #173055; /* Nav Background */
   --background-color: #173055; /* Main Background Color */
   --background-input: #4a6fa5; /* Input Field Background Color */
   --background-column: #173055; /* Background for Apps Container */
   --background-settings: #173055; /* Settings Card Background */
   --background-buttons: #3665ac; /* Button Background Color */
   --tab-active-background: #204a88; /* Accent Color for Tabs */
   --slider-active-background: #204a88; /* Active Slider Background Color */
   --slider-inactive-background: #204a88; /* Slider Background Color */
   --nav-image: url("/./assets/media/favicon/main.png"); /* Nav Logo */
   /* Text Variables */
   --text-primary: #ffffff; /* Primary Text Color */
   --text-dark: #1b50cc; /* Dark Text Color for Error Page, Scrollbar, and Particles */
   --text-placeholder: #00d9ff; /* Placeholder Text Color */
   /* Other Variables */
   --tab-hover: #a05959; /* Tab Color on Hover */
}


================================================
FILE: static/assets/css/themes/template.css
================================================
:root {
   /* Background Variables */
   --background-color: #ddd; /* Main Background Color */
   --background-input: #cccccc; /* Input Field Background Color */
   --background-column: #cacaca; /* Background for Apps Container */
   --background-settings: #d5d5d5; /* Settings Card Background */
   --background-buttons: #ccc; /* Button Background Color */
   --tab-active-background: #bbb; /* Accent Color for Tabs */
   --tab-inactive-background: ; /* Background Color for Tabs Not In Use */
   --slider-active-background: #b3b0af; /* Active Slider Background Color */
   --slider-inactive-background: #333; /* Slider Background Color */
   --nav-image: url("/./assets/media/favicon/main-inverted.png"); /* Nav Logo */
   --save-button: #a6d189; /* Save Button, Normally Green */
   /* Text Variables */
   --text-primary: #000; /* Primary Text Color */
   --text-dark: #aaa; /* Dark Text Color for Error Page, Scrollbar, and Particles */
   --text-placeholder: #555; /* Placeholder Text Color */
   /* Other Variables */
}


================================================
FILE: static/assets/history/client.js
================================================
(()=>{var aa=Object.create,Xe=Object.defineProperty,sa=Object.getOwnPropertyDescriptor,oa=Object.getOwnPropertyNames,ca=Object.getPrototypeOf,ua=Object.prototype.hasOwnProperty,la=(e,t,i)=>t in e?Xe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,Tt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),dr=(e,t)=>{for(var i in t)Xe(e,i,{get:t[i],enumerable:!0})},ha=(e,t,i,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let n of oa(t))ua.call(e,n)||n===i||Xe(e,n,{get:()=>t[n],enumerable:!(r=sa(t,n))||r.enumerable});return e},Qe=(e,t,i)=>(i=null!=e?aa(ca(e)):{},ha(!t&&e&&e.__esModule?i:Xe(i,"default",{value:e,enumerable:!0}),e)),q=(e,t,i)=>(la(e,"symbol"!=typeof t?t+"":t,i),i),Nt=Tt((e,t)=>{function i(e){if("string"!=typeof e)throw TypeError("Path must be a string. Received "+JSON.stringify(e))}function r(e,t){for(var i,r="",n=0,s=-1,a=0,o=0;o<=e.length;++o){if(o<e.length)i=e.charCodeAt(o);else{if(47===i)break;i=47}if(47===i){if(!(s===o-1||1===a)){if(s!==o-1&&2===a){if(r.length<2||2!==n||46!==r.charCodeAt(r.length-1)||46!==r.charCodeAt(r.length-2)){if(r.length>2){var c=r.lastIndexOf("/");if(c!==r.length-1){-1===c?(r="",n=0):n=(r=r.slice(0,c)).length-1-r.lastIndexOf("/"),s=o,a=0;continue}}else if(2===r.length||1===r.length){r="",n=0,s=o,a=0;continue}}t&&(r.length>0?r+="/..":r="..",n=2)}else r.length>0?r+="/"+e.slice(s+1,o):r=e.slice(s+1,o),n=o-s-1}s=o,a=0}else 46===i&&-1!==a?++a:a=-1}return r}function n(e,t){var i=t.dir||t.root,r=t.base||(t.name||"")+(t.ext||"");return i?i===t.root?i+r:i+e+r:r}var s={resolve(){for(var e,t,n="",s=!1,a=arguments.length-1;a>=-1&&!s;a--)a>=0?e=arguments[a]:(void 0===t&&(t=process.cwd()),e=t),i(e),0!==e.length&&(n=e+"/"+n,s=47===e.charCodeAt(0));return n=r(n,!s),s?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize(e){if(i(e),0===e.length)return".";var t=47===e.charCodeAt(0),n=47===e.charCodeAt(e.length-1);return 0!==(e=r(e,!t)).length||t||(e="."),e.length>0&&n&&(e+="/"),t?"/"+e:e},isAbsolute:e=>(i(e),e.length>0&&47===e.charCodeAt(0)),join(){if(0===arguments.length)return".";for(var e,t=0;t<arguments.length;++t){var r=arguments[t];i(r),r.length>0&&(void 0===e?e=r:e+="/"+r)}return void 0===e?".":s.normalize(e)},relative(e,t){if(i(e),i(t),e===t||(e=s.resolve(e))===(t=s.resolve(t)))return"";for(var r=1;r<e.length&&47===e.charCodeAt(r);++r);for(var n=e.length,a=n-r,o=1;o<t.length&&47===t.charCodeAt(o);++o);for(var c=t.length,u=c-o,l=a<u?a:u,h=-1,p=0;p<=l;++p){if(p===l){if(u>l){if(47===t.charCodeAt(o+p))return t.slice(o+p+1);if(0===p)return t.slice(o+p)}else a>l&&(47===e.charCodeAt(r+p)?h=p:0===p&&(h=0));break}var d=e.charCodeAt(r+p);if(d!==t.charCodeAt(o+p))break;47===d&&(h=p)}var m="";for(p=r+h+1;p<=n;++p)(p===n||47===e.charCodeAt(p))&&(0===m.length?m+="..":m+="/..");return m.length>0?m+t.slice(o+h):(o+=h,47===t.charCodeAt(o)&&++o,t.slice(o))},_makeLong:e=>e,dirname(e){if(i(e),0===e.length)return".";for(var t=e.charCodeAt(0),r=47===t,n=-1,s=!0,a=e.length-1;a>=1;--a)if(47===(t=e.charCodeAt(a))){if(!s){n=a;break}}else s=!1;return -1===n?r?"/":".":r&&1===n?"//":e.slice(0,n)},basename(e,t){if(void 0!==t&&"string"!=typeof t)throw TypeError('"ext" argument must be a string');i(e);var r,n=0,s=-1,a=!0;if(void 0!==t&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return"";var o=t.length-1,c=-1;for(r=e.length-1;r>=0;--r){var u=e.charCodeAt(r);if(47===u){if(!a){n=r+1;break}}else -1===c&&(a=!1,c=r+1),o>=0&&(u===t.charCodeAt(o)?-1==--o&&(s=r):(o=-1,s=c))}return n===s?s=c:-1===s&&(s=e.length),e.slice(n,s)}for(r=e.length-1;r>=0;--r)if(47===e.charCodeAt(r)){if(!a){n=r+1;break}}else -1===s&&(a=!1,s=r+1);return -1===s?"":e.slice(n,s)},extname(e){i(e);for(var t=-1,r=0,n=-1,s=!0,a=0,o=e.length-1;o>=0;--o){var c=e.charCodeAt(o);if(47===c){if(!s){r=o+1;break}continue}-1===n&&(s=!1,n=o+1),46===c?-1===t?t=o:1!==a&&(a=1):-1!==t&&(a=-1)}return -1===t||-1===n||0===a||1===a&&t===n-1&&t===r+1?"":e.slice(t,n)},format(e){if(null===e||"object"!=typeof e)throw TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return n("/",e)},parse(e){i(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return t;var r,n=e.charCodeAt(0),s=47===n;s?(t.root="/",r=1):r=0;for(var a=-1,o=0,c=-1,u=!0,l=e.length-1,h=0;l>=r;--l){if(47===(n=e.charCodeAt(l))){if(!u){o=l+1;break}continue}-1===c&&(u=!1,c=l+1),46===n?-1===a?a=l:1!==h&&(h=1):-1!==a&&(h=-1)}return -1===a||-1===c||0===h||1===h&&a===c-1&&a===o+1?-1!==c&&(0===o&&s?t.base=t.name=e.slice(1,c):t.base=t.name=e.slice(o,c)):(0===o&&s?(t.name=e.slice(1,a),t.base=e.slice(1,c)):(t.name=e.slice(o,a),t.base=e.slice(o,c)),t.ext=e.slice(a,c)),o>0?t.dir=e.slice(0,o-1):s&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};s.posix=s,t.exports=s}),vn=Tt(e=>{e.parse=r,e.serialize=n;var t=Object.prototype.toString,i=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function r(e,t){if("string"!=typeof e)throw TypeError("argument str must be a string");for(var i={},r=(t||{}).decode||s,n=0;n<e.length;){var a=e.indexOf("=",n);if(-1===a)break;var o=e.indexOf(";",n);if(-1===o)o=e.length;else if(o<a){n=e.lastIndexOf(";",a-1)+1;continue}var u=e.slice(n,a).trim();if(void 0===i[u]){var l=e.slice(a+1,o).trim();34===l.charCodeAt(0)&&(l=l.slice(1,-1)),i[u]=c(l,r)}n=o+1}return i}function n(e,t,r){var n=r||{},s=n.encode||a;if("function"!=typeof s)throw TypeError("option encode is invalid");if(!i.test(e))throw TypeError("argument name is invalid");var c=s(t);if(c&&!i.test(c))throw TypeError("argument val is invalid");var u=e+"="+c;if(null!=n.maxAge){var l=n.maxAge-0;if(isNaN(l)||!isFinite(l))throw TypeError("option maxAge is invalid");u+="; Max-Age="+Math.floor(l)}if(n.domain){if(!i.test(n.domain))throw TypeError("option domain is invalid");u+="; Domain="+n.domain}if(n.path){if(!i.test(n.path))throw TypeError("option path is invalid");u+="; Path="+n.path}if(n.expires){var h=n.expires;if(!o(h)||isNaN(h.valueOf()))throw TypeError("option expires is invalid");u+="; Expires="+h.toUTCString()}if(n.httpOnly&&(u+="; HttpOnly"),n.secure&&(u+="; Secure"),n.priority){var p="string"==typeof n.priority?n.priority.toLowerCase():n.priority;switch(p){case"low":u+="; Priority=Low";break;case"medium":u+="; Priority=Medium";break;case"high":u+="; Priority=High";break;default:throw TypeError("option priority is invalid")}}if(n.sameSite){var d="string"==typeof n.sameSite?n.sameSite.toLowerCase():n.sameSite;switch(d){case!0:case"strict":u+="; SameSite=Strict";break;case"lax":u+="; SameSite=Lax";break;case"none":u+="; SameSite=None";break;default:throw TypeError("option sameSite is invalid")}}return u}function s(e){return -1!==e.indexOf("%")?decodeURIComponent(e):e}function a(e){return encodeURIComponent(e)}function o(e){return"[object Date]"===t.call(e)||e instanceof Date}function c(e,t){try{return t(e)}catch{return e}}}),En=Tt((e,t)=>{var i={decodeValues:!0,map:!1,silent:!1};function r(e){return"string"==typeof e&&!!e.trim()}function n(e,t){var n=e.split(";").filter(r),a=s(n.shift()),o=a.name,c=a.value;t=t?Object.assign({},i,t):i;try{c=t.decodeValues?decodeURIComponent(c):c}catch(u){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+c+"'. Set options.decodeValues to false to disable this feature.",u)}var l={name:o,value:c};return n.forEach(e=>{var t=e.split("="),i=t.shift().trimLeft().toLowerCase(),r=t.join("=");"expires"===i?l.expires=new Date(r):"max-age"===i?l.maxAge=Number.parseInt(r,10):"secure"===i?l.secure=!0:"httponly"===i?l.httpOnly=!0:"samesite"===i?l.sameSite=r:l[i]=r}),l}function s(e){var t="",i="",r=e.split("=");return r.length>1?(t=r.shift(),i=r.join("=")):i=e,{name:t,value:i}}function a(e,t){if(t=t?Object.assign({},i,t):i,!e)return t.map?{}:[];if(e.headers){if("function"==typeof e.headers.getSetCookie)e=e.headers.getSetCookie();else if(e.headers["set-cookie"])e=e.headers["set-cookie"];else{var s=e.headers[Object.keys(e.headers).find(e=>"set-cookie"===e.toLowerCase())];s||!e.headers.cookie||t.silent||console.warn("Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning."),e=s}}return(Array.isArray(e)||(e=[e]),(t=t?Object.assign({},i,t):i).map)?e.filter(r).reduce((e,i)=>{var r=n(i,t);return e[r.name]=r,e},{}):e.filter(r).map(e=>n(e,t))}function o(e){if(Array.isArray(e))return e;if("string"!=typeof e)return[];var t,i,r,n,s,a=[],o=0;function c(){for(;o<e.length&&/\s/.test(e.charAt(o));)o+=1;return o<e.length}function u(){return"="!==(i=e.charAt(o))&&";"!==i&&","!==i}for(;o<e.length;){for(t=o,s=!1;c();)if(","===(i=e.charAt(o))){for(r=o,o+=1,c(),n=o;o<e.length&&u();)o+=1;o<e.length&&"="===e.charAt(o)?(s=!0,o=n,a.push(e.substring(t,r)),t=o):o=r+1}else o+=1;(!s||o>=e.length)&&a.push(e.substring(t,e.length))}return a}t.exports=a,t.exports.parse=a,t.exports.parseString=n,t.exports.splitCookiesString=o}),xr=Qe(Nt()),Ye={"application/ecmascript":{source:"apache",compressible:!0,extensions:["ecma"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/http":{source:"iana"},"application/javascript":{source:"apache",charset:"UTF-8",compressible:!0,extensions:["js"]},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/mp4":{source:"iana",extensions:["mp4","mpg4","mp4s","m4p"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/sql":{source:"iana",extensions:["sql"]},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-gzip":{source:"apache"},"application/x-javascript":{compressible:!0},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/red":{source:"iana"},"audio/rtx":{source:"iana"},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/webp":{source:"iana",extensions:["webp"]},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/ecmascript":{source:"apache"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"text/markdown":{source:"iana",compressible:!0,extensions:["md","markdown"]}},_r=/^\s*([^;\s]*)(?:;|\s|$)/,fa=/^text\//i,U={};function gr(e){if(!e||"string"!=typeof e)return!1;var t=_r.exec(e),i=t&&Ye[t[1].toLowerCase()];return i&&i.charset?i.charset:!(!t||!fa.test(t[1]))&&"UTF-8"}function da(e){if(!e||"string"!=typeof e)return!1;var t=-1===e.indexOf("/")?U.lookup(e):e;if(!t)return!1;if(-1===t.indexOf("charset")){var i=U.charset(t);i&&(t+="; charset="+i.toLowerCase())}return t}function ma(e){if(!e||"string"!=typeof e)return!1;var t=_r.exec(e),i=t&&U.extensions[t[1].toLowerCase()];return!(!i||!i.length)&&i[0]}function ya(e){if(!e||"string"!=typeof e)return!1;var t=(0,xr.extname)("x."+e).toLowerCase().substr(1);return t&&U.types[t]||!1}function ga(e,t){var i=["nginx","apache",void 0,"iana"];Object.keys(Ye).forEach(r=>{var n=Ye[r],s=n.extensions;if(s&&s.length){e[r]=s;for(var a=0;a<s.length;a++){var o=s[a];if(t[o]){var c=i.indexOf(Ye[t[o]].source),u=i.indexOf(n.source);if("application/octet-stream"!==t[o]&&(c>u||c===u&&"application/"===t[o].substr(0,12)))continue}t[o]=r}}})}U.charset=gr,U.charsets={lookup:gr},U.contentType=da,U.extension=ma,U.extensions=Object.create(null),U.lookup=ya,U.types=Object.create(null),ga(U.extensions,U.types);var br=U,Us=Qe(Nt(),1),Je={};dr(Je,{deleteDB:()=>Ca,openDB:()=>Bt,unwrap:()=>Le,wrap:()=>G});var wr,vr,xa=(e,t)=>t.some(t=>e instanceof t);function _a(){return wr||(wr=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function ba(){return vr||(vr=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey,])}var Sr=new WeakMap,Dt=new WeakMap,Er=new WeakMap,Mt=new WeakMap,Vt=new WeakMap;function wa(e){let t=new Promise((t,i)=>{let r=()=>{e.removeEventListener("success",n),e.removeEventListener("error",s)},n=()=>{t(G(e.result)),r()},s=()=>{i(e.error),r()};e.addEventListener("success",n),e.addEventListener("error",s)});return t.then(t=>{t instanceof IDBCursor&&Sr.set(t,e)}).catch(()=>{}),Vt.set(t,e),t}function va(e){if(Dt.has(e))return;let t=new Promise((t,i)=>{let r=()=>{e.removeEventListener("complete",n),e.removeEventListener("error",s),e.removeEventListener("abort",s)},n=()=>{t(),r()},s=()=>{i(e.error||new DOMException("AbortError","AbortError")),r()};e.addEventListener("complete",n),e.addEventListener("error",s),e.addEventListener("abort",s)});Dt.set(e,t)}var Ot={get(e,t,i){if(e instanceof IDBTransaction){if("done"===t)return Dt.get(e);if("objectStoreNames"===t)return e.objectStoreNames||Er.get(e);if("store"===t)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return G(e[t])},set:(e,t,i)=>(e[t]=i,!0),has:(e,t)=>e instanceof IDBTransaction&&("done"===t||"store"===t)||t in e};function Cr(e){Ot=e(Ot)}function Sa(e){return e!==IDBDatabase.prototype.transaction||"objectStoreNames"in IDBTransaction.prototype?ba().includes(e)?function(...t){return e.apply(Le(this),t),G(Sr.get(this))}:function(...t){return G(e.apply(Le(this),t))}:function(t,...i){let r=e.call(Le(this),t,...i);return Er.set(r,t.sort?t.sort():[t]),G(r)}}function Ea(e){return"function"==typeof e?Sa(e):(e instanceof IDBTransaction&&va(e),xa(e,_a())?new Proxy(e,Ot):e)}function G(e){if(e instanceof IDBRequest)return wa(e);if(Mt.has(e))return Mt.get(e);let t=Ea(e);return t!==e&&(Mt.set(e,t),Vt.set(t,e)),t}var Le=e=>Vt.get(e);function Bt(e,t,{blocked:i,upgrade:r,blocking:n,terminated:s}={}){let a=indexedDB.open(e,t),o=G(a);return r&&a.addEventListener("upgradeneeded",e=>{r(G(a.result),e.oldVersion,e.newVersion,G(a.transaction),e)}),i&&a.addEventListener("blocked",e=>i(e.oldVersion,e.newVersion,e)),o.then(e=>{s&&e.addEventListener("close",()=>s()),n&&e.addEventListener("versionchange",e=>n(e.oldVersion,e.newVersion,e))}).catch(()=>{}),o}function Ca(e,{blocked:t}={}){let i=indexedDB.deleteDatabase(e);return t&&i.addEventListener("blocked",e=>t(e.oldVersion,e)),G(i).then(()=>{})}var ka=["get","getKey","getAll","getAllKeys","count"],Aa=["put","add","delete","clear"],Ft=new Map;function kr(e,t){if(!(e instanceof IDBDatabase&&!(t in e)&&"string"==typeof t))return;if(Ft.get(t))return Ft.get(t);let i=t.replace(/FromIndex$/,""),r=t!==i,n=Aa.includes(i);if(!(i in(r?IDBIndex:IDBObjectStore).prototype)||!(n||ka.includes(i)))return;let s=async function(e,...t){let s=this.transaction(e,n?"readwrite":"readonly"),a=s.store;return r&&(a=a.index(t.shift())),(await Promise.all([a[i](...t),n&&s.done]))[0]};return Ft.set(t,s),s}Cr(e=>({...e,get:(t,i,r)=>kr(t,i)||e.get(t,i,r),has:(t,i)=>!!kr(t,i)||e.has(t,i)}));var La=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239,],Ir=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,3104,541,1507,4938,6,4191,],Pa="‌‍\xb7̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",Tr="\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",$t={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},jt="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",Ra={5:jt,"5module":jt+" export import",6:jt+" const class extends export import super"},Ia=/^in(stanceof)?$/,Ta=RegExp("["+Tr+"]"),Na=RegExp("["+Tr+Pa+"]");function Ht(e,t){for(var i=65536,r=0;r<t.length&&!((i+=t[r])>e);r+=2)if((i+=t[r+1])>=e)return!0;return!1}function ce(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Ta.test(String.fromCharCode(e)):!1!==t&&Ht(e,Ir)))}function be(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Na.test(String.fromCharCode(e)):!1!==t&&(Ht(e,Ir)||Ht(e,La)))))}var L=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function z(e,t){return new L(e,{beforeExpr:!0,binop:t})}var K={beforeExpr:!0},H={startsExpr:!0},Gt={};function k(e,t){return void 0===t&&(t={}),t.keyword=e,Gt[e]=new L(e,t)}var u={num:new L("num",H),regexp:new L("regexp",H),string:new L("string",H),name:new L("name",H),privateId:new L("privateId",H),eof:new L("eof"),bracketL:new L("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new L("]"),braceL:new L("{",{beforeExpr:!0,startsExpr:!0}),braceR:new L("}"),parenL:new L("(",{beforeExpr:!0,startsExpr:!0}),parenR:new L(")"),comma:new L(",",K),semi:new L(";",K),colon:new L(":",K),dot:new L("."),question:new L("?",K),questionDot:new L("?."),arrow:new L("=>",K),template:new L("template"),invalidTemplate:new L("invalidTemplate"),ellipsis:new L("...",K),backQuote:new L("`",H),dollarBraceL:new L("${",{beforeExpr:!0,startsExpr:!0}),eq:new L("=",{beforeExpr:!0,isAssign:!0}),assign:new L("_=",{beforeExpr:!0,isAssign:!0}),incDec:new L("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new L("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:z("||",1),logicalAND:z("&&",2),bitwiseOR:z("|",3),bitwiseXOR:z("^",4),bitwiseAND:z("&",5),equality:z("==/!=/===/!==",6),relational:z("</>/<=/>=",7),bitShift:z("<</>>/>>>",8),plusMin:new L("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:z("%",10),star:z("*",10),slash:z("/",10),starstar:new L("**",{beforeExpr:!0}),coalesce:z("??",1),_break:k("break"),_case:k("case",K),_catch:k("catch"),_continue:k("continue"),_debugger:k("debugger"),_default:k("default",K),_do:k("do",{isLoop:!0,beforeExpr:!0}),_else:k("else",K),_finally:k("finally"),_for:k("for",{isLoop:!0}),_function:k("function",H),_if:k("if"),_return:k("return",K),_switch:k("switch"),_throw:k("throw",K),_try:k("try"),_var:k("var"),_const:k("const"),_while:k("while",{isLoop:!0}),_with:k("with"),_new:k("new",{beforeExpr:!0,startsExpr:!0}),_this:k("this",H),_super:k("super",H),_class:k("class",H),_extends:k("extends",K),_export:k("export"),_import:k("import",H),_null:k("null",H),_true:k("true",H),_false:k("false",H),_in:k("in",{beforeExpr:!0,binop:7}),_instanceof:k("instanceof",{beforeExpr:!0,binop:7}),_typeof:k("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:k("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:k("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},Y=/\r\n?|\n|\u2028|\u2029/,Ma=RegExp(Y.source,"g");function we(e){return 10===e||13===e||8232===e||8233===e}function Nr(e,t,i){void 0===i&&(i=e.length);for(var r=t;r<i;r++){var n=e.charCodeAt(r);if(we(n))return r<i-1&&13===n&&10===e.charCodeAt(r+1)?r+2:r+1}return -1}var Mr=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,X=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,Dr=Object.prototype,Da=Dr.hasOwnProperty,Oa=Dr.toString,Te=Object.hasOwn||((e,t)=>Da.call(e,t)),Ar=Array.isArray||(e=>"[object Array]"===Oa.call(e));function pe(e){return RegExp("^(?:"+e.replace(/ /g,"|")+")$")}function fe(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(((e-=65536)>>10)+55296,(1023&e)+56320)}var Va=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,Re=function(e,t){this.line=e,this.column=t};Re.prototype.offset=function(e){return new Re(this.line,this.column+e)};var rt=function(e,t,i){this.start=t,this.end=i,null!==e.sourceFile&&(this.source=e.sourceFile)};function Or(e,t){for(var i=1,r=0;;){var n=Nr(e,r,t);if(n<0)return new Re(i,t-r);++i,r=n}}var Wt={ecmaVersion:null,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},Lr=!1;function Fa(e){var t={};for(var i in Wt)t[i]=e&&Te(e,i)?e[i]:Wt[i];if("latest"===t.ecmaVersion?t.ecmaVersion=1e8:null==t.ecmaVersion?(!Lr&&"object"==typeof console&&console.warn&&(Lr=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.
Defaulting to 2020, but this will stop working in the future.`)),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),e&&null!=e.allowHashBang||(t.allowHashBang=t.ecmaVersion>=14),Ar(t.onToken)){var r=t.onToken;t.onToken=e=>r.push(e)}return Ar(t.onComment)&&(t.onComment=Ba(t,t.onComment)),t}function Ba(e,t){return function(i,r,n,s,a,o){var c={type:i?"Block":"Line",value:r,start:n,end:s};e.locations&&(c.loc=new rt(this,a,o)),e.ranges&&(c.range=[n,s]),t.push(c)}}var Ie=1,ve=2,zt=4,Vr=8,Fr=16,Br=32,Kt=64,$r=128,Ne=256,Xt=Ie|ve|Ne;function Qt(e,t){return ve|(e?zt:0)|(t?Vr:0)}var et=0,Yt=1,le=2,jr=3,Ur=4,Hr=5,T=function(e,t,i){this.options=e=Fa(e),this.sourceFile=e.sourceFile,this.keywords=pe(Ra[e.ecmaVersion>=6?6:"module"===e.sourceType?"5module":5]);var r="";!0!==e.allowReserved&&(r=$t[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],"module"===e.sourceType&&(r+=" await")),this.reservedWords=pe(r);var n=(r?r+" ":"")+$t.strict;this.reservedWordsStrict=pe(n),this.reservedWordsStrictBind=pe(n+" "+$t.strictBind),this.input=String(t),this.containsEsc=!1,i?(this.pos=i,this.lineStart=this.input.lastIndexOf(`
`,i-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(Y).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=u.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(Ie),this.regexpState=null,this.privateNameStack=[]},ie={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};T.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},ie.inFunction.get=function(){return(this.currentVarScope().flags&ve)>0},ie.inGenerator.get=function(){return(this.currentVarScope().flags&Vr)>0&&!this.currentVarScope().inClassFieldInit},ie.inAsync.get=function(){return(this.currentVarScope().flags&zt)>0&&!this.currentVarScope().inClassFieldInit},ie.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&Ne)return!1;if(t.flags&ve)return(t.flags&zt)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},ie.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(t&Kt)>0||i||this.options.allowSuperOutsideMethod},ie.allowDirectSuper.get=function(){return(this.currentThisScope().flags&$r)>0},ie.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},ie.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(t&(ve|Ne))>0||i},ie.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&Ne)>0},T.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var i=this,r=0;r<e.length;r++)i=e[r](i);return i},T.parse=function(e,t){return new this(t,e).parse()},T.parseExpressionAt=function(e,t,i){var r=new this(i,e,t);return r.nextToken(),r.parseExpression()},T.tokenizer=function(e,t){return new this(t,e)},Object.defineProperties(T.prototype,ie);var $=T.prototype,$a=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;$.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){X.lastIndex=e,e+=X.exec(this.input)[0].length;var t=$a.exec(this.input.slice(e));if(!t)return!1;if("use strict"===(t[1]||t[2])){X.lastIndex=e+t[0].length;var i=X.exec(this.input),r=i.index+i[0].length,n=this.input.charAt(r);return";"===n||"}"===n||Y.test(i[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(n)||"!"===n&&"="===this.input.charAt(r+1))}e+=t[0].length,X.lastIndex=e,e+=X.exec(this.input)[0].length,";"===this.input[e]&&e++}},$.eat=function(e){return this.type===e&&(this.next(),!0)},$.isContextual=function(e){return this.type===u.name&&this.value===e&&!this.containsEsc},$.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},$.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},$.canInsertSemicolon=function(){return this.type===u.eof||this.type===u.braceR||Y.test(this.input.slice(this.lastTokEnd,this.start))},$.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},$.semicolon=function(){this.eat(u.semi)||this.insertSemicolon()||this.unexpected()},$.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},$.expect=function(e){this.eat(e)||this.unexpected()},$.unexpected=function(e){this.raise(e??this.start,"Unexpected token")};var nt=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};$.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var i=t?e.parenthesizedAssign:e.parenthesizedBind;i>-1&&this.raiseRecoverable(i,t?"Assigning to rvalue":"Parenthesized pattern")}},$.checkExpressionErrors=function(e,t){if(!e)return!1;var i=e.shorthandAssign,r=e.doubleProto;if(!t)return i>=0||r>=0;i>=0&&this.raise(i,"Shorthand property assignments are valid only in destructuring patterns"),r>=0&&this.raiseRecoverable(r,"Redefinition of __proto__ property")},$.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")},$.isSimpleAssignTarget=function(e){return"ParenthesizedExpression"===e.type?this.isSimpleAssignTarget(e.expression):"Identifier"===e.type||"MemberExpression"===e.type};var w=T.prototype;w.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==u.eof;){var i=this.parseStatement(null,!0,t);e.body.push(i)}if(this.inModule)for(var r=0,n=Object.keys(this.undefinedExports);r<n.length;r+=1){var s=n[r];this.raiseRecoverable(this.undefinedExports[s].start,"Export '"+s+"' is not defined")}return this.adaptDirectivePrologue(e.body),this.next(),e.sourceType=this.options.sourceType,this.finishNode(e,"Program")};var Jt={kind:"loop"},ja={kind:"switch"};w.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;X.lastIndex=this.pos;var t=X.exec(this.input),i=this.pos+t[0].length,r=this.input.charCodeAt(i);if(91===r||92===r)return!0;if(e)return!1;if(123===r||r>55295&&r<56320)return!0;if(ce(r,!0)){for(var n=i+1;be(r=this.input.charCodeAt(n),!0);)++n;if(92===r||r>55295&&r<56320)return!0;var s=this.input.slice(i,n);if(!Ia.test(s))return!0}return!1},w.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;X.lastIndex=this.pos;var e,t=X.exec(this.input),i=this.pos+t[0].length;return!Y.test(this.input.slice(this.pos,i))&&"function"===this.input.slice(i,i+8)&&(i+8===this.input.length||!(be(e=this.input.charCodeAt(i+8))||e>55295&&e<56320))},w.parseStatement=function(e,t,i){var r,n=this.type,s=this.startNode();switch(this.isLet(e)&&(n=u._var,r="let"),n){case u._break:case u._continue:return this.parseBreakContinueStatement(s,n.keyword);case u._debugger:return this.parseDebuggerStatement(s);case u._do:return this.parseDoStatement(s);case u._for:return this.parseForStatement(s);case u._function:return e&&(this.strict||"if"!==e&&"label"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(s,!1,!e);case u._class:return e&&this.unexpected(),this.parseClass(s,!0);case u._if:return this.parseIfStatement(s);case u._return:return this.parseReturnStatement(s);case u._switch:return this.parseSwitchStatement(s);case u._throw:return this.parseThrowStatement(s);case u._try:return this.parseTryStatement(s);case u._const:case u._var:return r=r||this.value,e&&"var"!==r&&this.unexpected(),this.parseVarStatement(s,r);case u._while:return this.parseWhileStatement(s);case u._with:return this.parseWithStatement(s);case u.braceL:return this.parseBlock(!0,s);case u.semi:return this.parseEmptyStatement(s);case u._export:case u._import:if(this.options.ecmaVersion>10&&n===u._import){X.lastIndex=this.pos;var a=X.exec(this.input),o=this.pos+a[0].length,c=this.input.charCodeAt(o);if(40===c||46===c)return this.parseExpressionStatement(s,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),n===u._import?this.parseImport(s):this.parseExport(s,i);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(s,!0,!e);var l=this.value,h=this.parseExpression();return n===u.name&&"Identifier"===h.type&&this.eat(u.colon)?this.parseLabeledStatement(s,l,h,e):this.parseExpressionStatement(s,h)}},w.parseBreakContinueStatement=function(e,t){var i="break"===t;this.next(),this.eat(u.semi)||this.insertSemicolon()?e.label=null:this.type!==u.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var r=0;r<this.labels.length;++r){var n=this.labels[r];if((null==e.label||n.name===e.label.name)&&(null!=n.kind&&(i||"loop"===n.kind)||e.label&&i))break}return r===this.labels.length&&this.raise(e.start,"Unsyntactic "+t),this.finishNode(e,i?"BreakStatement":"ContinueStatement")},w.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},w.parseDoStatement=function(e){return this.next(),this.labels.push(Jt),e.body=this.parseStatement("do"),this.labels.pop(),this.expect(u._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(u.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},w.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(Jt),this.enterScope(0),this.expect(u.parenL),this.type===u.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var i=this.isLet();if(this.type===u._var||this.type===u._const||i){var r=this.startNode(),n=i?"let":this.value;return this.next(),this.parseVar(r,!0,n),this.finishNode(r,"VariableDeclaration"),(this.type===u._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&1===r.declarations.length?(this.options.ecmaVersion>=9&&(this.type===u._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,r)):(t>-1&&this.unexpected(t),this.parseFor(e,r))}var s=this.isContextual("let"),a=!1,o=new nt,c=this.parseExpression(!(t>-1)||"await",o);return this.type===u._in||(a=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===u._in?t>-1&&this.unexpected(t):e.await=t>-1),s&&a&&this.raise(c.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(c,!1,o),this.checkLValPattern(c),this.parseForIn(e,c)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,c))},w.parseFunctionStatement=function(e,t,i){return this.next(),this.parseFunction(e,Pe|(i?0:qt),!1,t)},w.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(u._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")},w.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(u.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},w.parseSwitchStatement=function(e){this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(u.braceL),this.labels.push(ja),this.enterScope(0);for(var t,i=!1;this.type!==u.braceR;)if(this.type===u._case||this.type===u._default){var r=this.type===u._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),r?t.test=this.parseExpression():(i&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),i=!0,t.test=null),this.expect(u.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},w.parseThrowStatement=function(e){return this.next(),Y.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var Ua=[];w.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t="Identifier"===e.type;return this.enterScope(t?Br:0),this.checkLValPattern(e,t?Ur:le),this.expect(u.parenR),e},w.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===u._catch){var t=this.startNode();this.next(),this.eat(u.parenL)?t.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0)),t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(u._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},w.parseVarStatement=function(e,t,i){return this.next(),this.parseVar(e,!1,t,i),this.semicolon(),this.finishNode(e,"VariableDeclaration")},w.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(Jt),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")},w.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement("with"),this.finishNode(e,"WithStatement")},w.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},w.parseLabeledStatement=function(e,t,i,r){for(var n=0,s=this.labels;n<s.length;n+=1)s[n].name===t&&this.raise(i.start,"Label '"+t+"' is already declared");for(var a=this.type.isLoop?"loop":this.type===u._switch?"switch":null,o=this.labels.length-1;o>=0;o--){var c=this.labels[o];if(c.statementStart===e.start)c.statementStart=this.start,c.kind=a;else break}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(r?-1===r.indexOf("label")?r+"label":r:"label"),this.labels.pop(),e.label=i,this.finishNode(e,"LabeledStatement")},w.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},w.parseBlock=function(e,t,i){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(u.braceL),e&&this.enterScope(0);this.type!==u.braceR;){var r=this.parseStatement(null);t.body.push(r)}return i&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")},w.parseFor=function(e,t){return e.init=t,this.expect(u.semi),e.test=this.type===u.semi?null:this.parseExpression(),this.expect(u.semi),e.update=this.type===u.parenR?null:this.parseExpression(),this.expect(u.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")},w.parseForIn=function(e,t){var i=this.type===u._in;return this.next(),"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(!i||this.options.ecmaVersion<8||this.strict||"var"!==t.kind||"Identifier"!==t.declarations[0].id.type)&&this.raise(t.start,(i?"for-in":"for-of")+" loop variable declaration may not have an initializer"),e.left=t,e.right=i?this.parseExpression():this.parseMaybeAssign(),this.expect(u.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,i?"ForInStatement":"ForOfStatement")},w.parseVar=function(e,t,i,r){for(e.declarations=[],e.kind=i;;){var n=this.startNode();if(this.parseVarId(n,i),this.eat(u.eq)?n.init=this.parseMaybeAssign(t):r||"const"!==i||this.type===u._in||this.options.ecmaVersion>=6&&this.isContextual("of")?r||"Identifier"===n.id.type||t&&(this.type===u._in||this.isContextual("of"))?n.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),e.declarations.push(this.finishNode(n,"VariableDeclarator")),!this.eat(u.comma))break}return e},w.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,"var"===t?Yt:le,!1)};var Pe=1,qt=2,Wr=4;function Ha(e,t){var i=t.key.name,r=e[i],n="true";return"MethodDefinition"===t.type&&("get"===t.kind||"set"===t.kind)&&(n=(t.static?"s":"i")+t.kind),"iget"===r&&"iset"===n||"iset"===r&&"iget"===n||"sget"===r&&"sset"===n||"sset"===r&&"sget"===n?(e[i]="true",!1):!!r||(e[i]=n,!1)}function tt(e,t){var i=e.computed,r=e.key;return!i&&("Identifier"===r.type&&r.name===t||"Literal"===r.type&&r.value===t)}w.parseFunction=function(e,t,i,r,n){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!r)&&(this.type===u.star&&t&qt&&this.unexpected(),e.generator=this.eat(u.star)),this.options.ecmaVersion>=8&&(e.async=!!r),t&Pe&&(e.id=t&Wr&&this.type!==u.name?null:this.parseIdent(),e.id&&!(t&qt)&&this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?Yt:le:jr));var s=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Qt(e.async,e.generator)),t&Pe||(e.id=this.type===u.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,i,!1,n),this.yieldPos=s,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,t&Pe?"FunctionDeclaration":"FunctionExpression")},w.parseFunctionParams=function(e){this.expect(u.parenL),e.params=this.parseBindingList(u.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},w.parseClass=function(e,t){this.next();var i=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var r=this.enterClassBody(),n=this.startNode(),s=!1;for(n.body=[],this.expect(u.braceL);this.type!==u.braceR;){var a=this.parseClassElement(null!==e.superClass);a&&(n.body.push(a),"MethodDefinition"===a.type&&"constructor"===a.kind?(s&&this.raiseRecoverable(a.start,"Duplicate constructor in the same class"),s=!0):a.key&&"PrivateIdentifier"===a.key.type&&Ha(r,a)&&this.raiseRecoverable(a.key.start,"Identifier '#"+a.key.name+"' has already been declared"))}return this.strict=i,this.next(),e.body=this.finishNode(n,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},w.parseClassElement=function(e){if(this.eat(u.semi))return null;var t=this.options.ecmaVersion,i=this.startNode(),r="",n=!1,s=!1,a="method",o=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(u.braceL))return this.parseClassStaticBlock(i),i;this.isClassElementNameStart()||this.type===u.star?o=!0:r="static"}if(i.static=o,!r&&t>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.type===u.star)&&!this.canInsertSemicolon()?s=!0:r="async"),!r&&(t>=9||!s)&&this.eat(u.star)&&(n=!0),!r&&!s&&!n){var c=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?a=c:r=c)}if(r?(i.computed=!1,i.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),i.key.name=r,this.finishNode(i.key,"Identifier")):this.parseClassElementName(i),t<13||this.type===u.parenL||"method"!==a||n||s){var l=!i.static&&tt(i,"constructor");l&&"method"!==a&&this.raise(i.key.start,"Constructor can't have get/set modifier"),i.kind=l?"constructor":a,this.parseClassMethod(i,n,s,l&&e)}else this.parseClassField(i);return i},w.isClassElementNameStart=function(){return this.type===u.name||this.type===u.privateId||this.type===u.num||this.type===u.string||this.type===u.bracketL||this.type.keyword},w.parseClassElementName=function(e){this.type===u.privateId?("constructor"===this.value&&this.raise(this.start,"Classes can't have an element named '#constructor'"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)},w.parseClassMethod=function(e,t,i,r){var n=e.key;"constructor"===e.kind?(t&&this.raise(n.start,"Constructor can't be a generator"),i&&this.raise(n.start,"Constructor can't be an async method")):e.static&&tt(e,"prototype")&&this.raise(n.start,"Classes may not have a static property named prototype");var s=e.value=this.parseMethod(t,i,r);return"get"===e.kind&&0!==s.params.length&&this.raiseRecoverable(s.start,"getter should have no params"),"set"===e.kind&&1!==s.params.length&&this.raiseRecoverable(s.start,"setter should have exactly one param"),"set"===e.kind&&"RestElement"===s.params[0].type&&this.raiseRecoverable(s.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")},w.parseClassField=function(e){if(tt(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&tt(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(u.eq)){var t=this.currentThisScope(),i=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=i}else e.value=null;return this.semicolon(),this.finishNode(e,"PropertyDefinition")},w.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(Ne|Kt);this.type!==u.braceR;){var i=this.parseStatement(null);e.body.push(i)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")},w.parseClassId=function(e,t){this.type===u.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,le,!1)):(!0===t&&this.unexpected(),e.id=null)},w.parseClassSuper=function(e){e.superClass=this.eat(u._extends)?this.parseExprSubscripts(null,!1):null},w.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},w.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,i=e.used;if(this.options.checkPrivateFields)for(var r=this.privateNameStack.length,n=0===r?null:this.privateNameStack[r-1],s=0;s<i.length;++s){var a=i[s];Te(t,a.name)||(n?n.used.push(a):this.raiseRecoverable(a.start,"Private field '#"+a.name+"' must be declared in an enclosing class"))}},w.parseExportAllDeclaration=function(e,t){return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual("from"),this.type!==u.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration")},w.parseExport=function(e,t){if(this.next(),this.eat(u.star))return this.parseExportAllDeclaration(e,t);if(this.eat(u._default))return this.checkExport(t,"default",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==u.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var i=0,r=e.specifiers;i<r.length;i+=1){var n=r[i];this.checkUnreserved(n.local),this.checkLocalExport(n.local),"Literal"===n.local.type&&this.raise(n.local.start,"A string literal cannot be used as an exported binding without `from`.")}e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},w.parseExportDeclaration=function(e){return this.parseStatement(null)},w.parseExportDefaultDeclaration=function(){if(this.type===u._function||(e=this.isAsyncFunction())){var e,t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,Pe|Wr,!1,e)}if(this.type===u._class){var i=this.startNode();return this.parseClass(i,"nullableID")}var r=this.parseMaybeAssign();return this.semicolon(),r},w.checkExport=function(e,t,i){e&&("string"!=typeof t&&(t="Identifier"===t.type?t.name:t.value),Te(e,t)&&this.raiseRecoverable(i,"Duplicate export '"+t+"'"),e[t]=!0)},w.checkPatternExport=function(e,t){var i=t.type;if("Identifier"===i)this.checkExport(e,t,t.start);else if("ObjectPattern"===i)for(var r=0,n=t.properties;r<n.length;r+=1){var s=n[r];this.checkPatternExport(e,s)}else if("ArrayPattern"===i)for(var a=0,o=t.elements;a<o.length;a+=1){var c=o[a];c&&this.checkPatternExport(e,c)}else"Property"===i?this.checkPatternExport(e,t.value):"AssignmentPattern"===i?this.checkPatternExport(e,t.left):"RestElement"===i?this.checkPatternExport(e,t.argument):"ParenthesizedExpression"===i&&this.checkPatternExport(e,t.expression)},w.checkVariableExport=function(e,t){if(e)for(var i=0,r=t;i<r.length;i+=1){var n=r[i];this.checkPatternExport(e,n.id)}},w.shouldParseExportStatement=function(){return"var"===this.type.keyword||"const"===this.type.keyword||"class"===this.type.keyword||"function"===this.type.keyword||this.isLet()||this.isAsyncFunction()},w.parseExportSpecifier=function(e){var t=this.startNode();return t.local=this.parseModuleExportName(),t.exported=this.eatContextual("as")?this.parseModuleExportName():t.local,this.checkExport(e,t.exported,t.exported.start),this.finishNode(t,"ExportSpecifier")},w.parseExportSpecifiers=function(e){var t=[],i=!0;for(this.expect(u.braceL);!this.eat(u.braceR);){if(i)i=!1;else if(this.expect(u.comma),this.afterTrailingComma(u.braceR))break;t.push(this.parseExportSpecifier(e))}return t},w.parseImport=function(e){return this.next(),this.type===u.string?(e.specifiers=Ua,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===u.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},w.parseImportSpecifier=function(){var e=this.startNode();return e.imported=this.parseModuleExportName(),this.eatContextual("as")?e.local=this.parseIdent():(this.checkUnreserved(e.imported),e.local=e.imported),this.checkLValSimple(e.local,le),this.finishNode(e,"ImportSpecifier")},w.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,le),this.finishNode(e,"ImportDefaultSpecifier")},w.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual("as"),e.local=this.parseIdent(),this.checkLValSimple(e.local,le),this.finishNode(e,"ImportNamespaceSpecifier")},w.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===u.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(u.comma)))return e;if(this.type===u.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(u.braceL);!this.eat(u.braceR);){if(t)t=!1;else if(this.expect(u.comma),this.afterTrailingComma(u.braceR))break;e.push(this.parseImportSpecifier())}return e},w.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===u.string){var e=this.parseLiteral(this.value);return Va.test(e.value)&&this.raise(e.start,"An export name cannot include a lone surrogate."),e}return this.parseIdent(!0)},w.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},w.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"string"==typeof e.expression.value&&('"'===this.input[e.start]||"'"===this.input[e.start])};var J=T.prototype;J.toAssignable=function(e,t,i){if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",i&&this.checkPatternErrors(i,!0);for(var r=0,n=e.properties;r<n.length;r+=1){var s=n[r];this.toAssignable(s,t),"RestElement"===s.type&&("ArrayPattern"===s.argument.type||"ObjectPattern"===s.argument.type)&&this.raise(s.argument.start,"Unexpected token")}break;case"Property":"init"!==e.kind&&this.raise(e.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(e.value,t);break;case"ArrayExpression":e.type="ArrayPattern",i&&this.checkPatternErrors(i,!0),this.toAssignableList(e.elements,t);break;case"SpreadElement":e.type="RestElement",this.toAssignable(e.argument,t),"AssignmentPattern"===e.argument.type&&this.raise(e.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":"="!==e.operator&&this.raise(e.left.end,"Only '=' operator can be used for specifying default value."),e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,t);break;case"ParenthesizedExpression":this.toAssignable(e.expression,t,i);break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!t)break;default:this.raise(e.start,"Assigning to rvalue")}else i&&this.checkPatternErrors(i,!0);return e},J.toAssignableList=function(e,t){for(var i=e.length,r=0;r<i;r++){var n=e[r];n&&this.toAssignable(n,t)}if(i){var s=e[i-1];6===this.options.ecmaVersion&&t&&s&&"RestElement"===s.type&&"Identifier"!==s.argument.type&&this.unexpected(s.argument.start)}return e},J.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,"SpreadElement")},J.parseRestBinding=function(){var e=this.startNode();return this.next(),6===this.options.ecmaVersion&&this.type!==u.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")},J.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case u.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(u.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case u.braceL:return this.parseObj(!0)}return this.parseIdent()},J.parseBindingList=function(e,t,i,r){for(var n=[],s=!0;!this.eat(e);)if(s?s=!1:this.expect(u.comma),t&&this.type===u.comma)n.push(null);else{if(i&&this.afterTrailingComma(e))break;if(this.type===u.ellipsis){var a=this.parseRestBinding();this.parseBindingListItem(a),n.push(a),this.type===u.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(e);break}n.push(this.parseAssignableListItem(r))}return n},J.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t},J.parseBindingListItem=e=>e,J.parseMaybeDefault=function(e,t,i){if(i=i||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(u.eq))return i;var r=this.startNodeAt(e,t);return r.left=i,r.right=this.parseMaybeAssign(),this.finishNode(r,"AssignmentPattern")},J.checkLValSimple=function(e,t,i){void 0===t&&(t=et);var r=t!==et;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(r?"Binding ":"Assigning to ")+e.name+" in strict mode"),r&&(t===le&&"let"===e.name&&this.raiseRecoverable(e.start,"let is disallowed as a lexically bound name"),i&&(Te(i,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),i[e.name]=!0),t!==Hr&&this.declareName(e.name,t,e.start));break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":r&&this.raiseRecoverable(e.start,"Binding member expression");break;case"ParenthesizedExpression":return r&&this.raiseRecoverable(e.start,"Binding parenthesized expression"),this.checkLValSimple(e.expression,t,i);default:this.raise(e.start,(r?"Binding":"Assigning to")+" rvalue")}},J.checkLValPattern=function(e,t,i){switch(void 0===t&&(t=et),e.type){case"ObjectPattern":for(var r=0,n=e.properties;r<n.length;r+=1){var s=n[r];this.checkLValInnerPattern(s,t,i)}break;case"ArrayPattern":for(var a=0,o=e.elements;a<o.length;a+=1){var c=o[a];c&&this.checkLValInnerPattern(c,t,i)}break;default:this.checkLValSimple(e,t,i)}},J.checkLValInnerPattern=function(e,t,i){switch(void 0===t&&(t=et),e.type){case"Property":this.checkLValInnerPattern(e.value,t,i);break;case"AssignmentPattern":this.checkLValPattern(e.left,t,i);break;case"RestElement":this.checkLValPattern(e.argument,t,i);break;default:this.checkLValPattern(e,t,i)}};var Z=function(e,t,i,r,n){this.token=e,this.isExpr=!!t,this.preserveSpace=!!i,this.override=r,this.generator=!!n},R={b_stat:new Z("{",!1),b_expr:new Z("{",!0),b_tmpl:new Z("${",!1),p_stat:new Z("(",!1),p_expr:new Z("(",!0),q_tmpl:new Z("`",!0,!0,e=>e.tryReadTemplateToken()),f_stat:new Z("function",!1),f_expr:new Z("function",!0),f_expr_gen:new Z("function",!0,!1,null,!0),f_gen:new Z("function",!1,!1,null,!0)},Se=T.prototype;Se.initialContext=()=>[R.b_stat],Se.curContext=function(){return this.context[this.context.length-1]},Se.braceIsBlock=function(e){var t=this.curContext();return t===R.f_expr||t===R.f_stat||(e===u.colon&&(t===R.b_stat||t===R.b_expr)?!t.isExpr:e===u._return||e===u.name&&this.exprAllowed?Y.test(this.input.slice(this.lastTokEnd,this.start)):e===u._else||e===u.semi||e===u.eof||e===u.parenR||e===u.arrow||(e===u.braceL?t===R.b_stat:e!==u._var&&e!==u._const&&e!==u.name&&!this.exprAllowed))},Se.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if("function"===t.token)return t.generator}return!1},Se.updateContext=function(e){var t,i=this.type;i.keyword&&e===u.dot?this.exprAllowed=!1:(t=i.updateContext)?t.call(this,e):this.exprAllowed=i.beforeExpr},Se.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)},u.parenR.updateContext=u.braceR.updateContext=function(){if(1===this.context.length){this.exprAllowed=!0;return}var e=this.context.pop();e===R.b_stat&&"function"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr},u.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?R.b_stat:R.b_expr),this.exprAllowed=!0},u.dollarBraceL.updateContext=function(){this.context.push(R.b_tmpl),this.exprAllowed=!0},u.parenL.updateContext=function(e){var t=e===u._if||e===u._for||e===u._with||e===u._while;this.context.push(t?R.p_stat:R.p_expr),this.exprAllowed=!0},u.incDec.updateContext=()=>{},u._function.updateContext=u._class.updateContext=function(e){!e.beforeExpr||e===u._else||e===u.semi&&this.curContext()!==R.p_stat||e===u._return&&Y.test(this.input.slice(this.lastTokEnd,this.start))||(e===u.colon||e===u.braceL)&&this.curContext()===R.b_stat?this.context.push(R.f_stat):this.context.push(R.f_expr),this.exprAllowed=!1},u.backQuote.updateContext=function(){this.curContext()===R.q_tmpl?this.context.pop():this.context.push(R.q_tmpl),this.exprAllowed=!1},u.star.updateContext=function(e){if(e===u._function){var t=this.context.length-1;this.context[t]===R.f_expr?this.context[t]=R.f_expr_gen:this.context[t]=R.f_gen}this.exprAllowed=!0},u.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==u.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var v=T.prototype;function qr(e){return"MemberExpression"===e.type&&"PrivateIdentifier"===e.property.type||"ChainExpression"===e.type&&qr(e.expression)}v.checkPropClash=function(e,t,i){if(!(this.options.ecmaVersion>=9&&"SpreadElement"===e.type)&&!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var r,n,s=e.key;switch(s.type){case"Identifier":n=s.name;break;case"Literal":n=String(s.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6){"__proto__"===n&&"init"===a&&(t.proto&&(i?i.doubleProto<0&&(i.doubleProto=s.start):this.raiseRecoverable(s.start,"Redefinition of __proto__ property")),t.proto=!0);return}var o=t[n="$"+n];o?(r="init"===a?this.strict&&o.init||o.get||o.set:o.init||o[a])&&this.raiseRecoverable(s.start,"Redefinition of property"):o=t[n]={init:!1,get:!1,set:!1},o[a]=!0}},v.parseExpression=function(e,t){var i=this.start,r=this.startLoc,n=this.parseMaybeAssign(e,t);if(this.type===u.comma){var s=this.startNodeAt(i,r);for(s.expressions=[n];this.eat(u.comma);)s.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(s,"SequenceExpression")}return n},v.parseMaybeAssign=function(e,t,i){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var r=!1,n=-1,s=-1,a=-1;t?(n=t.parenthesizedAssign,s=t.trailingComma,a=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new nt,r=!0);var o=this.start,c=this.startLoc;(this.type===u.parenL||this.type===u.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait="await"===e);var l=this.parseMaybeConditional(e,t);if(i&&(l=i.call(this,l,o,c)),this.type.isAssign){var h=this.startNodeAt(o,c);return h.operator=this.value,this.type===u.eq&&(l=this.toAssignable(l,!1,t)),r||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=l.start&&(t.shorthandAssign=-1),this.type===u.eq?this.checkLValPattern(l):this.checkLValSimple(l),h.left=l,this.next(),h.right=this.parseMaybeAssign(e),a>-1&&(t.doubleProto=a),this.finishNode(h,"AssignmentExpression")}return r&&this.checkExpressionErrors(t,!0),n>-1&&(t.parenthesizedAssign=n),s>-1&&(t.trailingComma=s),l},v.parseMaybeConditional=function(e,t){var i=this.start,r=this.startLoc,n=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return n;if(this.eat(u.question)){var s=this.startNodeAt(i,r);return s.test=n,s.consequent=this.parseMaybeAssign(),this.expect(u.colon),s.alternate=this.parseMaybeAssign(e),this.finishNode(s,"ConditionalExpression")}return n},v.parseExprOps=function(e,t){var i=this.start,r=this.startLoc,n=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||n.start===i&&"ArrowFunctionExpression"===n.type?n:this.parseExprOp(n,i,r,-1,e)},v.parseExprOp=function(e,t,i,r,n){var s=this.type.binop;if(null!=s&&(!n||this.type!==u._in)&&s>r){var a=this.type===u.logicalOR||this.type===u.logicalAND,o=this.type===u.coalesce;o&&(s=u.logicalAND.binop);var c=this.value;this.next();var l=this.start,h=this.startLoc,p=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,n),l,h,s,n),d=this.buildBinary(t,i,e,p,c,a||o);return(a&&this.type===u.coalesce||o&&(this.type===u.logicalOR||this.type===u.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(d,t,i,r,n)}return e},v.buildBinary=function(e,t,i,r,n,s){"PrivateIdentifier"===r.type&&this.raise(r.start,"Private identifier can only be left side of binary expression");var a=this.startNodeAt(e,t);return a.left=i,a.operator=n,a.right=r,this.finishNode(a,s?"LogicalExpression":"BinaryExpression")},v.parseMaybeUnary=function(e,t,i,r){var n,s=this.start,a=this.startLoc;if(this.isContextual("await")&&this.canAwait)n=this.parseAwait(r),t=!0;else if(this.type.prefix){var o=this.startNode(),c=this.type===u.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0,c,r),this.checkExpressionErrors(e,!0),c?this.checkLValSimple(o.argument):this.strict&&"delete"===o.operator&&"Identifier"===o.argument.type?this.raiseRecoverable(o.start,"Deleting local variable in strict mode"):"delete"===o.operator&&qr(o.argument)?this.raiseRecoverable(o.start,"Private fields can not be deleted"):t=!0,n=this.finishNode(o,c?"UpdateExpression":"UnaryExpression")}else if(t||this.type!==u.privateId){if(n=this.parseExprSubscripts(e,r),this.checkExpressionErrors(e))return n;for(;this.type.postfix&&!this.canInsertSemicolon();){var l=this.startNodeAt(s,a);l.operator=this.value,l.prefix=!1,l.argument=n,this.checkLValSimple(n),this.next(),n=this.finishNode(l,"UpdateExpression")}}else(r||0===this.privateNameStack.length)&&this.options.checkPrivateFields&&this.unexpected(),n=this.parsePrivateIdent(),this.type!==u._in&&this.unexpected();return!i&&this.eat(u.starstar)?t?void this.unexpected(this.lastTokStart):this.buildBinary(s,a,n,this.parseMaybeUnary(null,!1,!1,r),"**",!1):n},v.parseExprSubscripts=function(e,t){var i=this.start,r=this.startLoc,n=this.parseExprAtom(e,t);if("ArrowFunctionExpression"===n.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd))return n;var s=this.parseSubscripts(n,i,r,!1,t);return e&&"MemberExpression"===s.type&&(e.parenthesizedAssign>=s.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=s.start&&(e.parenthesizedBind=-1),e.trailingComma>=s.start&&(e.trailingComma=-1)),s},v.parseSubscripts=function(e,t,i,r,n){for(var s=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start==5&&this.potentialArrowAt===e.start,a=!1;;){var o=this.parseSubscript(e,t,i,r,s,a,n);if(o.optional&&(a=!0),o===e||"ArrowFunctionExpression"===o.type){if(a){var c=this.startNodeAt(t,i);c.expression=o,o=this.finishNode(c,"ChainExpression")}return o}e=o}},v.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(u.arrow)},v.parseSubscriptAsyncArrow=function(e,t,i,r){return this.parseArrowExpression(this.startNodeAt(e,t),i,!0,r)},v.parseSubscript=function(e,t,i,r,n,s,a){var o=this.options.ecmaVersion>=11,c=o&&this.eat(u.questionDot);r&&c&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var l=this.eat(u.bracketL);if(l||c&&this.type!==u.parenL&&this.type!==u.backQuote||this.eat(u.dot)){var h=this.startNodeAt(t,i);h.object=e,l?(h.property=this.parseExpression(),this.expect(u.bracketR)):this.type===u.privateId&&"Super"!==e.type?h.property=this.parsePrivateIdent():h.property=this.parseIdent("never"!==this.options.allowReserved),h.computed=!!l,o&&(h.optional=c),e=this.finishNode(h,"MemberExpression")}else if(!r&&this.eat(u.parenL)){var p=new nt,d=this.yieldPos,m=this.awaitPos,f=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var $=this.parseExprList(u.parenR,this.options.ecmaVersion>=8,!1,p);if(n&&!c&&this.shouldParseAsyncArrow())return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=d,this.awaitPos=m,this.awaitIdentPos=f,this.parseSubscriptAsyncArrow(t,i,$,a);this.checkExpressionErrors(p,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=m||this.awaitPos,this.awaitIdentPos=f||this.awaitIdentPos;var y=this.startNodeAt(t,i);y.callee=e,y.arguments=$,o&&(y.optional=c),e=this.finishNode(y,"CallExpression")}else if(this.type===u.backQuote){(c||s)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var _=this.startNodeAt(t,i);_.tag=e,_.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(_,"TaggedTemplateExpression")}return e},v.parseExprAtom=function(e,t,i){this.type===u.slash&&this.readRegexp();var r,n=this.potentialArrowAt===this.start;switch(this.type){case u._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),r=this.startNode(),this.next(),this.type!==u.parenL||this.allowDirectSuper||this.raise(r.start,"super() call outside constructor of a subclass"),this.type!==u.dot&&this.type!==u.bracketL&&this.type!==u.parenL&&this.unexpected(),this.finishNode(r,"Super");case u._this:return r=this.startNode(),this.next(),this.finishNode(r,"ThisExpression");case u.name:var s=this.start,a=this.startLoc,o=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!o&&"async"===c.name&&!this.canInsertSemicolon()&&this.eat(u._function))return this.overrideContext(R.f_expr),this.parseFunction(this.startNodeAt(s,a),0,!1,!0,t);if(n&&!this.canInsertSemicolon()){if(this.eat(u.arrow))return this.parseArrowExpression(this.startNodeAt(s,a),[c],!1,t);if(this.options.ecmaVersion>=8&&"async"===c.name&&this.type===u.name&&!o&&(!this.potentialArrowInForAwait||"of"!==this.value||this.containsEsc))return c=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(u.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(s,a),[c],!0,t)}return c;case u.regexp:var l=this.value;return(r=this.parseLiteral(l.value)).regex={pattern:l.pattern,flags:l.flags},r;case u.num:case u.string:return this.parseLiteral(this.value);case u._null:case u._true:case u._false:return(r=this.startNode()).value=this.type===u._null?null:this.type===u._true,r.raw=this.type.keyword,this.next(),this.finishNode(r,"Literal");case u.parenL:var h=this.start,p=this.parseParenAndDistinguishExpression(n,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(p)&&(e.parenthesizedAssign=h),e.parenthesizedBind<0&&(e.parenthesizedBind=h)),p;case u.bracketL:return r=this.startNode(),this.next(),r.elements=this.parseExprList(u.bracketR,!0,!0,e),this.finishNode(r,"ArrayExpression");case u.braceL:return this.overrideContext(R.b_expr),this.parseObj(!1,e);case u._function:return r=this.startNode(),this.next(),this.parseFunction(r,0);case u._class:return this.parseClass(this.startNode(),!1);case u._new:return this.parseNew();case u.backQuote:return this.parseTemplate();case u._import:return this.options.ecmaVersion>=11?this.parseExprImport(i):this.unexpected();default:return this.parseExprAtomDefault()}},v.parseExprAtomDefault=function(){this.unexpected()},v.parseExprImport=function(e){var t=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var i=this.parseIdent(!0);return this.type!==u.parenL||e?this.type===u.dot?(t.meta=i,this.parseImportMeta(t)):void this.unexpected():this.parseDynamicImport(t)},v.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(u.parenR)){var t=this.start;this.eat(u.comma)&&this.eat(u.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")},v.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),"meta"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for import is 'import.meta'"),t&&this.raiseRecoverable(e.start,"'import.meta' must not contain escaped characters"),"module"===this.options.sourceType||this.options.allowImportExportEverywhere||this.raiseRecoverable(e.start,"Cannot use 'import.meta' outside a module"),this.finishNode(e,"MetaProperty")},v.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),110===t.raw.charCodeAt(t.raw.length-1)&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(t,"Literal")},v.parseParenExpression=function(){this.expect(u.parenL);var e=this.parseExpression();return this.expect(u.parenR),e},v.shouldParseArrow=function(e){return!this.canInsertSemicolon()},v.parseParenAndDistinguishExpression=function(e,t){var i,r=this.start,n=this.startLoc,s=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,c=this.startLoc,l=[],h=!0,p=!1,d=new nt,m=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==u.parenR;)if(h?h=!1:this.expect(u.comma),s&&this.afterTrailingComma(u.parenR,!0)){p=!0;break}else if(this.type===u.ellipsis){a=this.start,l.push(this.parseParenItem(this.parseRestBinding())),this.type===u.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}else l.push(this.parseMaybeAssign(!1,d,this.parseParenItem));var $=this.lastTokEnd,y=this.lastTokEndLoc;if(this.expect(u.parenR),e&&this.shouldParseArrow(l)&&this.eat(u.arrow))return this.checkPatternErrors(d,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=m,this.awaitPos=f,this.parseParenArrowList(r,n,l,t);(!l.length||p)&&this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(d,!0),this.yieldPos=m||this.yieldPos,this.awaitPos=f||this.awaitPos,l.length>1?((i=this.startNodeAt(o,c)).expressions=l,this.finishNodeAt(i,"SequenceExpression",$,y)):i=l[0]}else i=this.parseParenExpression();if(!this.options.preserveParens)return i;var _=this.startNodeAt(r,n);return _.expression=i,this.finishNode(_,"ParenthesizedExpression")},v.parseParenItem=e=>e,v.parseParenArrowList=function(e,t,i,r){return this.parseArrowExpression(this.startNodeAt(e,t),i,!1,r)};var Wa=[];v.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(u.dot)){e.meta=t;var i=this.containsEsc;return e.property=this.parseIdent(!0),"target"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is 'new.target'"),i&&this.raiseRecoverable(e.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(e.start,"'new.target' can only be used in functions and class static block"),this.finishNode(e,"MetaProperty")}var r=this.start,n=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),r,n,!0,!1),this.eat(u.parenL)?e.arguments=this.parseExprList(u.parenR,this.options.ecmaVersion>=8,!1):e.arguments=Wa,this.finishNode(e,"NewExpression")},v.parseTemplateElement=function(e){var t=e.isTagged,i=this.startNode();return this.type===u.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),i.value={raw:this.value,cooked:null}):i.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,`
`),cooked:this.value},this.next(),i.tail=this.type===u.backQuote,this.finishNode(i,"TemplateElement")},v.parseTemplate=function(e){void 0===e&&(e={});var t=e.isTagged;void 0===t&&(t=!1);var i=this.startNode();this.next(),i.expressions=[];var r=this.parseTemplateElement({isTagged:t});for(i.quasis=[r];!r.tail;)this.type===u.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(u.dollarBraceL),i.expressions.push(this.parseExpression()),this.expect(u.braceR),i.quasis.push(r=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(i,"TemplateLiteral")},v.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===u.name||this.type===u.num||this.type===u.string||this.type===u.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===u.star)&&!Y.test(this.input.slice(this.lastTokEnd,this.start))},v.parseObj=function(e,t){var i=this.startNode(),r=!0,n={};for(i.properties=[],this.next();!this.eat(u.braceR);){if(r)r=!1;else if(this.expect(u.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(u.braceR))break;var s=this.parseProperty(e,t);e||this.checkPropClash(s,n,t),i.properties.push(s)}return this.finishNode(i,e?"ObjectPattern":"ObjectExpression")},v.parseProperty=function(e,t){var i,r,n,s,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(u.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===u.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(a,"RestElement")):(a.argument=this.parseMaybeAssign(!1,t),this.type===u.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,"SpreadElement"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(n=this.start,s=this.startLoc),e||(i=this.eat(u.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(a)?(r=!0,i=this.options.ecmaVersion>=9&&this.eat(u.star),this.parsePropertyName(a)):r=!1,this.parsePropertyValue(a,e,i,r,n,s,t,o),this.finishNode(a,"Property")},v.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t="get"===e.kind?0:1;if(e.value.params.length!==t){var i=e.value.start;"get"===e.kind?this.raiseRecoverable(i,"getter should have no params"):this.raiseRecoverable(i,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")},v.parsePropertyValue=function(e,t,i,r,n,s,a,o){(i||r)&&this.type===u.colon&&this.unexpected(),this.eat(u.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind="init"):this.options.ecmaVersion>=6&&this.type===u.parenL?(t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(i,r)):t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===u.comma||this.type===u.braceR||this.type===u.eq?this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((i||r)&&this.unexpected(),this.checkUnreserved(e.key),"await"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=n),e.kind="init",t?e.value=this.parseMaybeDefault(n,s,this.copyNode(e.key)):this.type===u.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(n,s,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected():((i||r)&&this.unexpected(),this.parseGetterSetter(e))},v.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(u.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(u.bracketR),e.key;e.computed=!1}return e.key=this.type===u.num||this.type===u.string?this.parseExprAtom():this.parseIdent("never"!==this.options.allowReserved)},v.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},v.parseMethod=function(e,t,i){var r=this.startNode(),n=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(r),this.options.ecmaVersion>=6&&(r.generator=e),this.options.ecmaVersion>=8&&(r.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Qt(t,r.generator)|Kt|(i?$r:0)),this.expect(u.parenL),r.params=this.parseBindingList(u.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(r,!1,!0,!1),this.yieldPos=n,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(r,"FunctionExpression")},v.parseArrowExpression=function(e,t,i,r){var n=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.enterScope(Qt(i,!1)|Fr),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!i),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,r),this.yieldPos=n,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(e,"ArrowFunctionExpression")},v.parseFunctionBody=function(e,t,i,r){var n=t&&this.type!==u.braceL,s=this.strict,a=!1;if(n)e.body=this.parseMaybeAssign(r),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);(!s||o)&&(a=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var c=this.labels;this.labels=[],a&&(this.strict=!0),this.checkParams(e,!s&&!a&&!t&&!i&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,Hr),e.body=this.parseBlock(!1,void 0,a&&!s),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=c}this.exitScope()},v.isSimpleParamList=e=>{for(var t,i=0,r=e;i<r.length;i+=1)if("Identifier"!==r[i].type)return!1;return!0},v.checkParams=function(e,t){for(var i=Object.create(null),r=0,n=e.params;r<n.length;r+=1){var s=n[r];this.checkLValInnerPattern(s,Yt,t?null:i)}},v.parseExprList=function(e,t,i,r){for(var n=[],s=!0;!this.eat(e);){if(s)s=!1;else if(this.expect(u.comma),t&&this.afterTrailingComma(e))break;var a=void 0;i&&this.type===u.comma?a=null:this.type===u.ellipsis?(a=this.parseSpread(r),r&&this.type===u.comma&&r.trailingComma<0&&(r.trailingComma=this.start)):a=this.parseMaybeAssign(!1,r),n.push(a)}return n},v.checkUnreserved=function(e){var t=e.start,i=e.end,r=e.name;this.inGenerator&&"yield"===r&&this.raiseRecoverable(t,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&"await"===r&&this.raiseRecoverable(t,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&"arguments"===r&&this.raiseRecoverable(t,"Cannot use 'arguments' in class field initializer"),this.inClassStaticBlock&&("arguments"===r||"await"===r)&&this.raise(t,"Cannot use "+r+" in class static initialization block"),this.keywords.test(r)&&this.raise(t,"Unexpected keyword '"+r+"'"),!(this.options.ecmaVersion<6&&-1!==this.input.slice(t,i).indexOf("\\"))&&(this.strict?this.reservedWordsStrict:this.reservedWords).test(r)&&(this.inAsync||"await"!==r||this.raiseRecoverable(t,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(t,"The keyword '"+r+"' is reserved"))},v.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,"Identifier"),e||(this.checkUnreserved(t),"await"!==t.name||this.awaitIdentPos||(this.awaitIdentPos=t.start)),t},v.parseIdentNode=function(){var e=this.startNode();return this.type===u.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,("class"===e.name||"function"===e.name)&&(this.lastTokEnd!==this.lastTokStart+1||46!==this.input.charCodeAt(this.lastTokStart))&&this.context.pop()):this.unexpected(),e},v.parsePrivateIdent=function(){var e=this.startNode();return this.type===u.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,"PrivateIdentifier"),this.options.checkPrivateFields&&(0===this.privateNameStack.length?this.raise(e.start,"Private field '#"+e.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(e)),e},v.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===u.semi||this.canInsertSemicolon()||this.type!==u.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(u.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,"YieldExpression")},v.parseAwait=function(e){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!0,!1,e),this.finishNode(t,"AwaitExpression")};var it=T.prototype;it.raise=function(e,t){var i=Or(this.input,e),r=SyntaxError(t+=" ("+i.line+":"+i.column+")");throw r.pos=e,r.loc=i,r.raisedAt=this.pos,r},it.raiseRecoverable=it.raise,it.curPosition=function(){if(this.options.locations)return new Re(this.curLine,this.pos-this.lineStart)};var de=T.prototype,qa=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};de.enterScope=function(e){this.scopeStack.push(new qa(e))},de.exitScope=function(){this.scopeStack.pop()},de.treatFunctionsAsVarInScope=function(e){return e.flags&ve||!this.inModule&&e.flags&Ie},de.declareName=function(e,t,i){var r=!1;if(t===le){var n=this.currentScope();r=n.lexical.indexOf(e)>-1||n.functions.indexOf(e)>-1||n.var.indexOf(e)>-1,n.lexical.push(e),this.inModule&&n.flags&Ie&&delete this.undefinedExports[e]}else if(t===Ur)this.currentScope().lexical.push(e);else if(t===jr){var s=this.currentScope();r=this.treatFunctionsAsVar?s.lexical.indexOf(e)>-1:s.lexical.indexOf(e)>-1||s.var.indexOf(e)>-1,s.functions.push(e)}else for(var a=this.scopeStack.length-1;a>=0;--a){var o=this.scopeStack[a];if(o.lexical.indexOf(e)>-1&&!(o.flags&Br&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){r=!0;break}if(o.var.push(e),this.inModule&&o.flags&Ie&&delete this.undefinedExports[e],o.flags&Xt)break}r&&this.raiseRecoverable(i,"Identifier '"+e+"' has already been declared")},de.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},de.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},de.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Xt)return t}},de.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Xt&&!(t.flags&Fr))return t}};var at=function(e,t,i){this.type="",this.start=t,this.end=0,e.options.locations&&(this.loc=new rt(e,i)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},Me=T.prototype;function Gr(e,t,i,r){return e.type=t,e.end=i,this.options.locations&&(e.loc.end=r),this.options.ranges&&(e.range[1]=i),e}Me.startNode=function(){return new at(this,this.start,this.startLoc)},Me.startNodeAt=function(e,t){return new at(this,e,t)},Me.finishNode=function(e,t){return Gr.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},Me.finishNodeAt=function(e,t,i,r){return Gr.call(this,e,t,i,r)},Me.copyNode=function(e){var t=new at(this,e.start,this.startLoc);for(var i in e)t[i]=e[i];return t};var Ka,zr="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",Kr=zr+" Extended_Pictographic",Xr=Kr,Qr=Xr+" EBase EComp EMod EPres ExtPict",Yr=Qr,Ga=Yr,za={9:zr,10:Kr,11:Xr,12:Qr,13:Yr,14:Ga},Xa={9:"",10:"",11:"",12:"",13:"",14:"Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji"},Pr="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",Jr="Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",Zr=Jr+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",en=Zr+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",tn=en+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",rn=tn+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",Qa=rn+" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz",Ya={9:Jr,10:Zr,11:en,12:tn,13:rn,14:Qa},nn={};function Ja(e){var t=nn[e]={binary:pe(za[e]+" "+Pr),binaryOfStrings:pe(Xa[e]),nonBinary:{General_Category:pe(Pr),Script:pe(Ya[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}for(Ze=0,Ut=[9,10,11,12,13,14];Ze<Ut.length;Ze+=1)Ja(Rr=Ut[Ze]);var Rr,Ze,Ut,b=T.prototype,re=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":"")+(e.options.ecmaVersion>=13?"d":"")+(e.options.ecmaVersion>=15?"v":""),this.unicodeProperties=nn[e.options.ecmaVersion>=14?14:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchV=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function an(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function Za(e){return ce(e,!0)||36===e||95===e}function es(e){return be(e,!0)||36===e||95===e||8204===e||8205===e}function sn(e){return e>=65&&e<=90||e>=97&&e<=122}function ts(e){return e>=0&&e<=1114111}re.prototype.reset=function(e,t,i){var r=-1!==i.indexOf("v"),n=-1!==i.indexOf("u");this.start=0|e,this.source=t+"",this.flags=i,r&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=n&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=n&&this.parser.options.ecmaVersion>=9)},re.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},re.prototype.at=function(e,t){void 0===t&&(t=!1);var i=this.source,r=i.length;if(e>=r)return -1;var n=i.charCodeAt(e);if(!(t||this.switchU)||n<=55295||n>=57344||e+1>=r)return n;var s=i.charCodeAt(e+1);return s>=56320&&s<=57343?(n<<10)+s-56613888:n},re.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var i=this.source,r=i.length;if(e>=r)return r;var n,s=i.charCodeAt(e);return!(t||this.switchU)||s<=55295||s>=57344||e+1>=r||(n=i.charCodeAt(e+1))<56320||n>57343?e+1:e+2},re.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},re.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},re.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},re.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},re.prototype.eatChars=function(e,t){void 0===t&&(t=!1);for(var i=this.pos,r=0,n=e;r<n.length;r+=1){var s=n[r],a=this.at(i,t);if(-1===a||a!==s)return!1;i=this.nextIndex(i,t)}return this.pos=i,!0},b.validateRegExpFlags=function(e){for(var t=e.validFlags,i=e.flags,r=!1,n=!1,s=0;s<i.length;s++){var a=i.charAt(s);-1===t.indexOf(a)&&this.raise(e.start,"Invalid regular expression flag"),i.indexOf(a,s+1)>-1&&this.raise(e.start,"Duplicate regular expression flag"),"u"===a&&(r=!0),"v"===a&&(n=!0)}this.options.ecmaVersion>=15&&r&&n&&this.raise(e.start,"Invalid regular expression flag")},b.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},b.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var t=0,i=e.backReferenceNames;t<i.length;t+=1){var r=i[t];-1===e.groupNames.indexOf(r)&&e.raise("Invalid named capture referenced")}},b.regexp_disjunction=function(e){for(this.regexp_alternative(e);e.eat(124);)this.regexp_alternative(e);this.regexp_eatQuantifier(e,!0)&&e.raise("Nothing to repeat"),e.eat(123)&&e.raise("Lone quantifier brackets")},b.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););},b.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise("Invalid quantifier"),!0):(e.switchU?!!this.regexp_eatAtom(e):!!this.regexp_eatExtendedAtom(e))&&(this.regexp_eatQuantifier(e),!0)},b.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var i=!1;if(this.options.ecmaVersion>=9&&(i=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!i,!0}return e.pos=t,!1},b.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},b.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},b.regexp_eatBracedQuantifier=function(e,t){var i=e.pos;if(e.eat(123)){var r=0,n=-1;if(this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue),e.eat(125)))return -1!==n&&n<r&&!t&&e.raise("numbers out of order in {} quantifier"),!0;e.switchU&&!t&&e.raise("Incomplete quantifier"),e.pos=i}return!1},b.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)},b.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1},b.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)&&e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise("Unterminated group")}e.pos=t}return!1},b.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1},b.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},b.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},b.regexp_eatSyntaxCharacter=e=>{var t=e.current();return!!an(t)&&(e.lastIntValue=t,e.advance(),!0)},b.regexp_eatPatternCharacters=e=>{for(var t=e.pos,i=0;-1!==(i=e.current())&&!an(i);)e.advance();return e.pos!==t},b.regexp_eatExtendedPatternCharacter=e=>{var t=e.current();return -1!==t&&36!==t&&(!(t>=40)||!(t<=43))&&46!==t&&63!==t&&91!==t&&94!==t&&124!==t&&(e.advance(),!0)},b.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e)){-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise("Duplicate capture group name"),e.groupNames.push(e.lastStringValue);return}e.raise("Invalid group")}},b.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1},b.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=fe(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=fe(e.lastIntValue);return!0}return!1},b.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,r=e.current(i);return e.advance(i),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(r=e.lastIntValue),Za(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},b.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,r=e.current(i);return e.advance(i),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(r=e.lastIntValue),es(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},b.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)},b.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var i=e.lastIntValue;if(e.switchU)return i>e.maxBackReference&&(e.maxBackReference=i),!0;if(i<=e.numCapturingParens)return!0;e.pos=t}return!1},b.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1},b.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},b.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},b.regexp_eatZero=e=>!(48!==e.current()||st(e.lookahead()))&&(e.lastIntValue=0,e.advance(),!0),b.regexp_eatControlEscape=e=>{var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},b.regexp_eatControlLetter=e=>{var t=e.current();return!!sn(t)&&(e.lastIntValue=t%32,e.advance(),!0)},b.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var i=e.pos,r=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var n=e.lastIntValue;if(r&&n>=55296&&n<=56319){var s=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var a=e.lastIntValue;if(a>=56320&&a<=57343)return e.lastIntValue=(n-55296)*1024+(a-56320)+65536,!0}e.pos=s,e.lastIntValue=n}return!0}if(r&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&ts(e.lastIntValue))return!0;r&&e.raise("Invalid unicode escape"),e.pos=i}return!1},b.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return 99!==t&&(!e.switchN||107!==t)&&(e.lastIntValue=t,e.advance(),!0)},b.regexp_eatDecimalEscape=e=>{e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do e.lastIntValue=10*e.lastIntValue+(t-48),e.advance();while((t=e.current())>=48&&t<=57);return!0}return!1};var on=0,ue=1,Q=2;function is(e){return 100===e||68===e||115===e||83===e||119===e||87===e}function cn(e){return sn(e)||95===e}function rs(e){return cn(e)||st(e)}function ns(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&&e<=64||94===e||96===e||126===e}function as(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=123&&e<=125}function ss(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>=58&&e<=62||64===e||96===e||126===e}function st(e){return e>=48&&e<=57}function un(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function ln(e){return e>=65&&e<=70?10+(e-65):e>=97&&e<=102?10+(e-97):e-48}function hn(e){return e>=48&&e<=55}b.regexp_eatCharacterClassEscape=function(e){var t,i=e.current();if(is(i))return e.lastIntValue=-1,e.advance(),ue;var r=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((r=80===i)||112===i)){if(e.lastIntValue=-1,e.advance(),e.eat(123)&&(t=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return r&&t===Q&&e.raise("Invalid property name"),t;e.raise("Invalid property name")}return on},b.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(th
Download .txt
gitextract_cbt85_f1/

├── .github/
│   ├── FUNDING.yml
│   ├── ISSUE_TEMPLATE/
│   │   ├── bug-report.md
│   │   ├── feature-request.md
│   │   └── game-request.md
│   ├── dependabot.yml
│   └── workflows/
│       └── ads.yml
├── .gitignore
├── .vscode/
│   ├── extensions.json
│   └── settings.json
├── CONTRIBUTING.md
├── Dockerfile
├── Failed.html
├── LICENSE
├── Masqr.js
├── README.md
├── SECURITY.md
├── app.json
├── biome.json
├── config.js
├── index.js
├── package.json
├── render.yaml
├── static/
│   ├── 404.html
│   ├── ads.txt
│   ├── apps.html
│   ├── assets/
│   │   ├── css/
│   │   │   ├── container.css
│   │   │   ├── error.css
│   │   │   ├── global.css
│   │   │   ├── h.css
│   │   │   ├── nav.css
│   │   │   ├── settings.css
│   │   │   ├── t.css
│   │   │   └── themes/
│   │   │       ├── catppuccin/
│   │   │       │   ├── frappe.css
│   │   │       │   ├── latte.css
│   │   │       │   ├── macchiato.css
│   │   │       │   └── mocha.css
│   │   │       ├── colors/
│   │   │       │   ├── inverted.css
│   │   │       │   └── sky.css
│   │   │       └── template.css
│   │   ├── history/
│   │   │   ├── client.js
│   │   │   ├── config.js
│   │   │   ├── handler.js
│   │   │   ├── html.js
│   │   │   └── worker.js
│   │   ├── js/
│   │   │   ├── c1.js
│   │   │   ├── h1.js
│   │   │   ├── index-3.js
│   │   │   ├── m1.js
│   │   │   ├── s1.js
│   │   │   └── t3.js
│   │   ├── json/
│   │   │   ├── a.json
│   │   │   ├── a.min.json
│   │   │   ├── g.json
│   │   │   └── g.min.json
│   │   └── mathematics/
│   │       ├── bundle.js
│   │       ├── config.js
│   │       ├── handler.js
│   │       └── sw.js
│   ├── games.html
│   ├── index.html
│   ├── robots.txt
│   ├── settings.html
│   ├── sw.js
│   └── tabs.html
└── vercel.json
Download .txt
Showing preview only (1,650K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (2483 symbols across 15 files)

FILE: Masqr.js
  constant LICENSE_SERVER_URL (line 5) | const LICENSE_SERVER_URL = "https://masqr.gointerstellar.app/validate?li...
  function setupMasqr (line 8) | function setupMasqr(app) {
  function MasqFail (line 62) | async function MasqFail(req, res) {

FILE: index.js
  constant PORT (line 21) | const PORT = process.env.PORT || 8080;
  constant CACHE_TTL (line 23) | const CACHE_TTL = 30 * 24 * 60 * 60 * 1000;

FILE: static/assets/history/client.js
  function i (line 1) | function i(e){if("string"!=typeof e)throw TypeError("Path must be a stri...
  function r (line 1) | function r(e,t){for(var i,r="",n=0,s=-1,a=0,o=0;o<=e.length;++o){if(o<e....
  function n (line 1) | function n(e,t){var i=t.dir||t.root,r=t.base||(t.name||"")+(t.ext||"");r...
  method resolve (line 1) | resolve(){for(var e,t,n="",s=!1,a=arguments.length-1;a>=-1&&!s;a--)a>=0?...
  method normalize (line 1) | normalize(e){if(i(e),0===e.length)return".";var t=47===e.charCodeAt(0),n...
  method join (line 1) | join(){if(0===arguments.length)return".";for(var e,t=0;t<arguments.lengt...
  method relative (line 1) | relative(e,t){if(i(e),i(t),e===t||(e=s.resolve(e))===(t=s.resolve(t)))re...
  method dirname (line 1) | dirname(e){if(i(e),0===e.length)return".";for(var t=e.charCodeAt(0),r=47...
  method basename (line 1) | basename(e,t){if(void 0!==t&&"string"!=typeof t)throw TypeError('"ext" a...
  method extname (line 1) | extname(e){i(e);for(var t=-1,r=0,n=-1,s=!0,a=0,o=e.length-1;o>=0;--o){va...
  method format (line 1) | format(e){if(null===e||"object"!=typeof e)throw TypeError('The "pathObje...
  method parse (line 1) | parse(e){i(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.len...
  function r (line 1) | function r(e,t){if("string"!=typeof e)throw TypeError("argument str must...
  function n (line 1) | function n(e,t,r){var n=r||{},s=n.encode||a;if("function"!=typeof s)thro...
  function s (line 1) | function s(e){return -1!==e.indexOf("%")?decodeURIComponent(e):e}
  function a (line 1) | function a(e){return encodeURIComponent(e)}
  function o (line 1) | function o(e){return"[object Date]"===t.call(e)||e instanceof Date}
  function c (line 1) | function c(e,t){try{return t(e)}catch{return e}}
  function r (line 1) | function r(e){return"string"==typeof e&&!!e.trim()}
  function n (line 1) | function n(e,t){var n=e.split(";").filter(r),a=s(n.shift()),o=a.name,c=a...
  function s (line 1) | function s(e){var t="",i="",r=e.split("=");return r.length>1?(t=r.shift(...
  function a (line 1) | function a(e,t){if(t=t?Object.assign({},i,t):i,!e)return t.map?{}:[];if(...
  function o (line 1) | function o(e){if(Array.isArray(e))return e;if("string"!=typeof e)return[...
  function gr (line 1) | function gr(e){if(!e||"string"!=typeof e)return!1;var t=_r.exec(e),i=t&&...
  function da (line 1) | function da(e){if(!e||"string"!=typeof e)return!1;var t=-1===e.indexOf("...
  function ma (line 1) | function ma(e){if(!e||"string"!=typeof e)return!1;var t=_r.exec(e),i=t&&...
  function ya (line 1) | function ya(e){if(!e||"string"!=typeof e)return!1;var t=(0,xr.extname)("...
  function ga (line 1) | function ga(e,t){var i=["nginx","apache",void 0,"iana"];Object.keys(Ye)....
  function _a (line 1) | function _a(){return wr||(wr=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCur...
  function ba (line 1) | function ba(){return vr||(vr=[IDBCursor.prototype.advance,IDBCursor.prot...
  function wa (line 1) | function wa(e){let t=new Promise((t,i)=>{let r=()=>{e.removeEventListene...
  function va (line 1) | function va(e){if(Dt.has(e))return;let t=new Promise((t,i)=>{let r=()=>{...
  method get (line 1) | get(e,t,i){if(e instanceof IDBTransaction){if("done"===t)return Dt.get(e...
  function Cr (line 1) | function Cr(e){Ot=e(Ot)}
  function Sa (line 1) | function Sa(e){return e!==IDBDatabase.prototype.transaction||"objectStor...
  function Ea (line 1) | function Ea(e){return"function"==typeof e?Sa(e):(e instanceof IDBTransac...
  function G (line 1) | function G(e){if(e instanceof IDBRequest)return wa(e);if(Mt.has(e))retur...
  function Bt (line 1) | function Bt(e,t,{blocked:i,upgrade:r,blocking:n,terminated:s}={}){let a=...
  function Ca (line 1) | function Ca(e,{blocked:t}={}){let i=indexedDB.deleteDatabase(e);return t...
  function kr (line 1) | function kr(e,t){if(!(e instanceof IDBDatabase&&!(t in e)&&"string"==typ...
  function Ht (line 1) | function Ht(e,t){for(var i=65536,r=0;r<t.length&&!((i+=t[r])>e);r+=2)if(...
  function ce (line 1) | function ce(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?...
  function be (line 1) | function be(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e...
  function z (line 1) | function z(e,t){return new L(e,{beforeExpr:!0,binop:t})}
  function k (line 1) | function k(e,t){return void 0===t&&(t={}),t.keyword=e,Gt[e]=new L(e,t)}
  function we (line 1) | function we(e){return 10===e||13===e||8232===e||8233===e}
  function Nr (line 1) | function Nr(e,t,i){void 0===i&&(i=e.length);for(var r=t;r<i;r++){var n=e...
  function pe (line 1) | function pe(e){return RegExp("^(?:"+e.replace(/ /g,"|")+")$")}
  function fe (line 1) | function fe(e){return e<=65535?String.fromCharCode(e):String.fromCharCod...
  function Or (line 1) | function Or(e,t){for(var i=1,r=0;;){var n=Nr(e,r,t);if(n<0)return new Re...
  function Fa (line 1) | function Fa(e){var t={};for(var i in Wt)t[i]=e&&Te(e,i)?e[i]:Wt[i];if("l...
  function Ba (line 2) | function Ba(e,t){return function(i,r,n,s,a,o){var c={type:i?"Block":"Lin...
  function Qt (line 2) | function Qt(e,t){return ve|(e?zt:0)|(t?Vr:0)}
  function Ha (line 3) | function Ha(e,t){var i=t.key.name,r=e[i],n="true";return"MethodDefinitio...
  function tt (line 3) | function tt(e,t){var i=e.computed,r=e.key;return!i&&("Identifier"===r.ty...
  function qr (line 3) | function qr(e){return"MemberExpression"===e.type&&"PrivateIdentifier"===...
  function Gr (line 4) | function Gr(e,t,i,r){return e.type=t,e.end=i,this.options.locations&&(e....
  function Ja (line 4) | function Ja(e){var t=nn[e]={binary:pe(za[e]+" "+Pr),binaryOfStrings:pe(X...
  function an (line 4) | function an(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94...
  function Za (line 4) | function Za(e){return ce(e,!0)||36===e||95===e}
  function es (line 4) | function es(e){return be(e,!0)||36===e||95===e||8204===e||8205===e}
  function sn (line 4) | function sn(e){return e>=65&&e<=90||e>=97&&e<=122}
  function ts (line 4) | function ts(e){return e>=0&&e<=1114111}
  function is (line 4) | function is(e){return 100===e||68===e||115===e||83===e||119===e||87===e}
  function cn (line 4) | function cn(e){return sn(e)||95===e}
  function rs (line 4) | function rs(e){return cn(e)||st(e)}
  function ns (line 4) | function ns(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&...
  function as (line 4) | function as(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=1...
  function ss (line 4) | function ss(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>...
  function st (line 4) | function st(e){return e>=48&&e<=57}
  function un (line 4) | function un(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}
  function ln (line 4) | function ln(e){return e>=65&&e<=70?10+(e-65):e>=97&&e<=102?10+(e-97):e-48}
  function hn (line 4) | function hn(e){return e>=48&&e<=55}
  function os (line 4) | function os(e,t){return t?Number.parseInt(e,8):Number.parseFloat(e.repla...
  function pn (line 4) | function pn(e){return"function"!=typeof BigInt?null:BigInt(e.replace(/_/...
  function dn (line 6) | function dn(e,t){return T.parse(e,t)}
  method constructor (line 6) | constructor(e,t){super(t.message||t.code),q(this,"status"),q(this,"body"...
  method constructor (line 6) | constructor(e,t){q(this,"base"),this.base=new URL(`./v${e}/`,t)}
  function ye (line 6) | function ye(e,t){let i=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(i>>16)...
  function fs (line 6) | function fs(e,t){return e<<t|e>>>32-t}
  function ut (line 6) | function ut(e,t,i,r,n,s){return ye(fs(ye(ye(t,e),ye(r,s)),n),i)}
  function D (line 6) | function D(e,t,i,r,n,s,a){return ut(t&i|~t&r,e,t,n,s,a)}
  function O (line 6) | function O(e,t,i,r,n,s,a){return ut(t&r|i&~r,e,t,n,s,a)}
  function V (line 6) | function V(e,t,i,r,n,s,a){return ut(t^i^r,e,t,n,s,a)}
  function F (line 6) | function F(e,t,i,r,n,s,a){return ut(i^(t|~r),e,t,n,s,a)}
  function ot (line 6) | function ot(e,t){e[t>>5]|=128<<t%32,e[(t+64>>>9<<4)+14]=t;let i=17325841...
  function yn (line 6) | function yn(e){let t="",i=32*e.length;for(let r=0;r<i;r+=8)t+=String.fro...
  function ri (line 6) | function ri(e){let t=[],i=e.length>>2;for(let r=0;r<i;r+=1)t[r]=0;let n=...
  function ds (line 6) | function ds(e){return yn(ot(ri(e),8*e.length))}
  function ms (line 6) | function ms(e,t){let i=ri(e),r=[],n=[];i.length>16&&(i=ot(i,8*e.length))...
  function gn (line 6) | function gn(e){let t="0123456789abcdef",i="";for(let r=0;r<e.length;r+=1...
  function ni (line 6) | function ni(e){return unescape(encodeURIComponent(e))}
  function xn (line 6) | function xn(e){return ds(ni(e))}
  function ys (line 6) | function ys(e){return gn(xn(e))}
  function _n (line 6) | function _n(e,t){return ms(ni(e),ni(t))}
  function gs (line 6) | function gs(e,t){return gn(_n(e,t))}
  function xs (line 6) | function xs(e,t,i){return t?i?_n(t,e):gs(t,e):i?xn(e):ys(e)}
  function _s (line 6) | function _s(e){let t=new Headers(e);if(e.has("x-bare-headers")){let i=e....
  function bs (line 6) | function bs(e){let t=new Headers(e),i="x-bare-headers";if(e.has(`${i}-0`...
  method constructor (line 6) | constructor(e){super(3,e),q(this,"ws"),q(this,"http"),this.ws=new URL(th...
  method connect (line 6) | connect(e,t,i,r,n){let s=new me(this.ws),a=()=>{s.removeEventListener("c...
  method request (line 6) | async request(e,t,i,r,n,s,a){if(r.protocol.startsWith("blob:")){let o=aw...
  method readBareResponse (line 6) | async readBareResponse(e){if(!e.ok)throw new ct(e.status,await e.json())...
  method createBareHeaders (line 6) | createBareHeaders(e,t,i=[],r=[],n=[]){let s=new Headers;for(let a of(s.s...
  function vs (line 6) | function vs(e){for(let t=0;t<e.length;t++){let i=e[t];if(!ws.includes(i)...
  function bn (line 6) | async function bn(e,t){let i=await ti(e,{signal:t});if(!i.ok)throw Error...
  method constructor (line 6) | constructor(e,t){q(this,"manifest"),q(this,"client"),q(this,"server"),q(...
  method loadManifest (line 6) | loadManifest(e){return this.manifest=e,this.client=this.getClient(),this...
  method demand (line 6) | demand(){return this.onDemand?(this.working||(this.working=bn(this.serve...
  method getClient (line 6) | getClient(){for(let[e,t]of Ss)if(this.manifest.versions.includes(e))retu...
  method createWebSocket (line 6) | createWebSocket(e,t=[],i){if(!this.client)throw TypeError("You need to w...
  method fetch (line 6) | async fetch(e,t){let i=ks(e)?new us(e,t):e,r=t?.headers||i.headers,n=r i...
  function ks (line 6) | function ks(e){return"string"==typeof e||e instanceof URL}
  function wn (line 6) | async function wn(e,t){let i=await bn(e,t);return new De(e,i)}
  function Ce (line 6) | function Ce(e,t){let{generator:i}=e;if(e.write("("),null!=t&&t.length>0)...
  function In (line 6) | function In(e,t,i,r){let n=e.expressionsPrecedence[t.type];if(n===ee)ret...
  function pt (line 6) | function pt(e,t,i,r){let{generator:n}=e;In(e,t,i,r)?(e.write("("),n[t.ty...
  function Fs (line 6) | function Fs(e,t,i,r){let n=t.split(`
  function j (line 7) | function j(e,t,i,r){let{length:n}=t;for(let s=0;s<n;s++){let a=t[s];e.wr...
  function Bs (line 8) | function Bs(e){let t=e;for(;null!=t;){let{type:i}=t;if("C"===i[0]&&"a"==...
  function ui (line 8) | function ui(e,t){let{generator:i}=e,{declarations:r}=t;e.write(t.kind+" ...
  method constructor (line 8) | constructor(e){let t=e??{};this.output="",null!=t.output?(this.output=t....
  method write (line 10) | write(e){this.output+=e}
  method writeToStream (line 10) | writeToStream(e){this.output.write(e)}
  method writeAndMap (line 10) | writeAndMap(e,t){this.output+=e,this.map(e,t)}
  method writeToStreamAndMap (line 10) | writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}
  method map (line 10) | map(e,t){if(null!=t){let{type:i}=t;if("L"===i[0]&&"n"===i[2]){this.colum...
  method toString (line 11) | toString(){return this.output}
  function Tn (line 11) | function Tn(e,t){let i=new li(t);return i.generator[e.type](e,i),i.output}
  method constructor (line 11) | constructor(e){this.mime=br,this.idb=Je,this.path=Us,this.acorn={parse:d...
  function pi (line 11) | function pi(e,t,i,r,n="",s=!1,a=""){if(self.__dynamic$config)var o="deve...
  method constructor (line 11) | constructor(e){this.generateHead=pi,this.config=[{elements:"all",tags:["...
  method generateRedirect (line 11) | generateRedirect(e){return`
  method iterate (line 18) | iterate(e,t){!function i(r=e){for(var n=0;n<r.childNodes.length;n++)t(r....
  method rewrite (line 18) | rewrite(e,t,i=[]){return Array.isArray(e)&&(e=e[0]),e&&((e=e.toString())...
  method constructor (line 19) | constructor(e){this.ctx=e.ctx}
  method rewrite (line 19) | rewrite(e,t,i={}){return e&&e.toString().replace(/(?:@import\s?|url\(?)[...
  function fi (line 19) | function fi(e,t){"object"==typeof e&&t&&function e(t,i,r){if(!("object"!...
  function di (line 19) | function di(e,t={},i,r){var n=this.ctx.modules.acorn.parse(e.toString(),...
  function mi (line 19) | function mi(e,t={}){if("string"!=typeof e.name)return!1;if(!0!==e.__dyna...
  function ke (line 19) | function ke(e,t={}){Object.entries({type:"CallExpression",callee:{type:"...
  function yi (line 19) | function yi(e,t={},i={}){if(e.object.name+="","AssignmentExpression"!==t...
  function gi (line 19) | function gi(e,t={}){if(!(e.value instanceof String)||("__dynamic"==e.val...
  function ft (line 19) | function ft(e,t={}){e.__dynamic||e.arguments.length&&(e.arguments=[{type...
  function xi (line 19) | function xi(e,t={}){if(!("AssignmentExpression"==t.type&&t.left==e)){if(...
  function _i (line 19) | function _i(e,t={}){if("Identifier"==e.left.type&&!0!==e.left.__dynamic&...
  function bi (line 19) | function bi(e,t={}){"ObjectPattern"!=e.parent.type&&e.parent?.parent?.ty...
  function wi (line 19) | function wi(e,t={},i={},r={}){if("Literal"==e.type&&("ImportDeclaration"...
  function vi (line 19) | function vi(e,t={}){if("Identifier"!==e.id.type)return!1;!0!==e.id.__dyn...
  function Ws (line 19) | function Ws(e,t,i={},r={},n={},s={}){if(!e.__dynamic){switch(t){case"Ide...
  method constructor (line 19) | constructor(e){this.ctx=e,this.html=new Ve(this),this.srcset={encode:(e,...
  function Fn (line 24) | async function Fn(e){var t;if("GET"===e.method){var i=new URL(e.url);t=i...
  function Bn (line 24) | function Bn({url:e}){return!e.toString().substr(location.origin.length,(...
  function Ei (line 24) | function Ei({url:e}){return!e.toString().substr(location.origin.length,t...
  function Ci (line 24) | async function Ci(e,t,i){for(let r in e){if(-1!==this.ctx.headers.csp.in...
  function ki (line 24) | function ki(e,t,i,r){let{referrer:n}=i;if(["origin","Origin","host","Hos...
  function Ai (line 24) | function Ai(e){return Object.assign(Object.create(Object.getPrototypeOf(...
  function Li (line 24) | function Li(e){try{if(new new Proxy(e,{construct:()=>({})}),!Object.getO...
  function Pi (line 24) | function Pi(e){return e.url.toString().substr(location.origin.length,e.u...
  function Ri (line 24) | async function Ri(e){let t;if("development"!==self.__dynamic$config.mode...
  function Ii (line 25) | async function Ii(e,t){}
  method constructor (line 25) | constructor(e){this.rawHeaders={},this.headers=new Headers({}),this.stat...
  method blob (line 25) | async blob(){return this.body}
  method text (line 25) | async text(){return await this.body.text()}
  function Ti (line 25) | function Ti(e){var t=this.ctx.encoding;return t="object"==typeof this.ct...
  function Ni (line 25) | function Ni(e,t,i){if(!e.url.startsWith("http"))return e.url;let r=e.url...
  method constructor (line 25) | constructor(e){this.route=Fn,this.routePath=Bn,this.path=Ei,this.resHead...
  function Di (line 25) | function Di(e,t){if(!e)return e;if((e=new String(e).toString()).startsWi...
  function Oi (line 25) | function Oi(e){if(!e||(e=new String(e).toString()).match(this.ctx.regex....
  method constructor (line 25) | constructor(e){this.encode=Di,this.decode=Oi,this.ctx=e}
  method constructor (line 25) | constructor(e){this.BypassRegex=/^(#|about:|mailto:|blob:|javascript:)/g...
  function Fi (line 25) | function Fi(e){for(var t in e=new URL(e.href))this.ctx.meta[t]=e[t];retu...
  method constructor (line 25) | constructor(){}
  method constructor (line 25) | constructor(e){super(),this.load=Fi,this.ctx=e}
  function $i (line 25) | function $i(e,t=""){return"text/css"===(this.ctx.modules.mime.contentTyp...
  function ji (line 25) | function ji(e,t="",i=""){let r;return t||this.ctx.modules.mime.contentTy...
  function Ui (line 25) | function Ui(e,t=""){if(e.pathname.endsWith(".js")&&"text/plain"==t)retur...
  method constructor (line 25) | constructor(e){this.html=ji,this.js=Ui,this.css=$i,this.ctx=e}
  function dt (line 25) | function dt(e,t=!0){let i=t=>{let i=e.__dynamic.util.clone(t);for(var r=...
  function mt (line 25) | function mt(e){e.__dynamic$get=t=>{var i=e.__dynamic.fire("get",[t]);if(...
  function yt (line 25) | function yt(e){e.__dynamic.util.CreateDocumentProxy=t=>new Proxy(t,{get(...
  function Wi (line 25) | function Wi(e){e.__dynamic.rewrite.dom=(t,i)=>{if(typeof e.DOMParser>"u"...
  function qi (line 25) | function qi(e){let t=e=>new DOMParser().parseFromString(e,"text/html").b...
  function Gi (line 25) | function Gi(e){let t=e.XMLHttpRequest;e.Worker=new Proxy(e.Worker,{const...
  function zi (line 25) | function zi(e){e.__dynamic$history=function(t,...i){i[2]&&(i[2]=e.__dyna...
  function qn (line 25) | function qn(e){e=e.toString();let t="";for(let i=0;i<e.length;i++){let r...
  function Ki (line 25) | function Ki(e){let t=()=>e.location.protocol.replace("http","ws")+"//"+n...
  function Xi (line 25) | function Xi(e){e.Request=e.__dynamic.wrap(e.Request,(t,...i)=>{if(i[0]in...
  function gt (line 25) | function gt(e){let t=t=>"Worker"==t.constructor.name||"MessagePort"==t.c...
  function Qi (line 25) | function Qi(e){function t(t,...i){for(var r in i)i[r]=e.__dynamic.rewrit...
  function xt (line 25) | function xt(e){e.importScripts=new Proxy(e.importScripts,{apply:(t,i,r)=...
  function _t (line 25) | function _t(e){var t=e.Reflect.get.bind({}),i=e.Reflect.set.bind({});e.R...
  function Yi (line 25) | function Yi(e){e.__dynamic.define(e.document,"origin",{value:e.__dynamic...
  function Ji (line 25) | function Ji(e){e.Storage.prototype.setItem=e.__dynamic.wrap(e.Storage.pr...
  function Zi (line 25) | function Zi(e){"serviceWorker"in e.navigator&&(e.__dynamic.sw=e.navigato...
  function tr (line 25) | function tr(e){if(delete e.Document.prototype.cookie,e.__dynamic.define(...
  function ir (line 25) | function ir(e){e.CSSStyleDeclaration.prototype._setProperty=e.CSSStyleDe...
  function bt (line 25) | function bt(e){e.__dynamic.createBlobHandler=async(t,i,r)=>{let n=(await...
  function wt (line 25) | function wt(e,t){function i(e){if(!e.rewritten&&!(1!==e.nodeType&&3!==e....
  function rr (line 25) | function rr(e){e.__dynamic.eval=e.__dynamic.wrap(eval,function(t,...i){i...
  function nr (line 25) | function nr(e){var t=e.Function.prototype.toString;e.__dynamic.Function=...
  function ar (line 25) | function ar(e){}
  function sr (line 25) | function sr(e){}
  method constructor (line 25) | constructor(e){this.methods=[{name:"get",function:"self"},{name:"func",f...
  function Qs (line 25) | function Qs(e,t){return e||(e=[]),e.find(e=>e.name==t.name)?e[e.findInde...
  method upgrade (line 25) | async upgrade(e){await e.createObjectStore("__dynamic$cookies")}
  method get (line 25) | async get(e,t){var i=e.replace(/^(.*\.)?([^.]*\..*)$/g,"$2"),r=await (aw...
  method remove (line 25) | async remove(e,t,i){t.domain&&(e=t.domain),e.startsWith(".")&&(e=e.slice...
  method update (line 25) | async update(e,t){var i=await (await t).get("__dynamic$cookies",e.replac...
  method constructor (line 25) | constructor(e){this.db=he,this.ctx=e}
  method get (line 25) | async get(e){this._db||(this._db=this.db.open());let t=await he.get(e,th...
  method set (line 25) | async set(e,t=""){return t=this.ctx.modules.setCookieParser.parse(t,{dec...
  method open (line 25) | async open(){await he.open()}
  method update (line 25) | async update(e){return this._db||(this._db=this.db.open()),await he.upda...
  function t (line 25) | function t(e,t){return e<<t|e>>>32-t}
  function i (line 25) | function i(e,t){var i,r,n,s,a;return n=2147483648&e,s=2147483648&t,i=107...
  function r (line 25) | function r(e,t,i){return e&t|~e&i}
  function n (line 25) | function n(e,t,i){return e&i|t&~i}
  function s (line 25) | function s(e,t,i){return e^t^i}
  function a (line 25) | function a(e,t,i){return t^(e|~i)}
  function o (line 25) | function o(e,n,s,a,o,c,u){return e=i(e,i(i(r(n,s,a),o),u)),i(t(e,c),n)}
  function c (line 25) | function c(e,r,s,a,o,c,u){return e=i(e,i(i(n(r,s,a),o),u)),i(t(e,c),r)}
  function u (line 25) | function u(e,r,n,a,o,c,u){return e=i(e,i(i(s(r,n,a),o),u)),i(t(e,c),r)}
  function l (line 25) | function l(e,r,n,s,o,c,u){return e=i(e,i(i(a(r,n,s),o),u)),i(t(e,c),r)}
  function h (line 25) | function h(e){for(var t,i=e.length,r=i+8,n=((r-r%64)/64+1)*16,s=[],a=0,o...
  function p (line 25) | function p(e){var t,i,r=[];for(i=0;i<=3;i++)t=e>>>8*i&255,r=r.concat(t);...
  method constructor (line 27) | constructor(e){this.modules=new Mn(this),this.util=new $n(this),this.met...
  method on (line 27) | on(e,t){this.listeners.push({event:e,cb:t})}
  method fire (line 27) | fire(e,t){let i=!1;for(let r of this.listeners)r.event===e&&(t=(i=!0,r.c...
  function hr (line 27) | function hr(e,t){t||(t=e.__dynamic),t.define=new e.Proxy(e.Object.define...
  function pr (line 27) | function pr(e){e.__dynamic.wrap=(t,i,r)=>{if(t.__dynamic$target)return t...
  function It (line 27) | function It(e,t={},i=""){if(e.hasOwnProperty("__dynamic"))return!1;e.has...

FILE: static/assets/history/handler.js
  function i (line 1) | function i(e){if("string"!=typeof e)throw new TypeError("Path must be a ...
  function r (line 1) | function r(e,t){for(var i,r="",n=0,s=-1,a=0,o=0;o<=e.length;++o){if(o<e....
  function r (line 1) | function r(e){return-1!==e.indexOf("%")?decodeURIComponent(e):e}
  function n (line 1) | function n(e){return encodeURIComponent(e)}
  function s (line 1) | function s(e,t){try{return t(e)}catch{return e}}
  function r (line 1) | function r(e){return"string"==typeof e&&!!e.trim()}
  function n (line 1) | function n(e,t){var n=e.split(";").filter(r),s=function(e){var t="",i=""...
  function s (line 1) | function s(e,t){if(t=t?Object.assign({},i,t):i,!e)return t.map?{}:[];if(...
  function c (line 1) | function c(){for(;o<e.length&&/\s/.test(e.charAt(o));)o+=1;return o<e.le...
  function yr (line 1) | function yr(e){if(!e||"string"!=typeof e)return!1;var t=xr.exec(e),i=t&&...
  function da (line 1) | function da(e){if(!e||"string"!=typeof e)return!1;var t=-1===e.indexOf("...
  function ma (line 1) | function ma(e){if(!e||"string"!=typeof e)return!1;var t=xr.exec(e),i=t&&...
  function ya (line 1) | function ya(e){if(!e||"string"!=typeof e)return!1;var t=(0,gr.extname)("...
  function ga (line 1) | function ga(e,t){var i=["nginx","apache",void 0,"iana"];Object.keys(et)....
  function _a (line 1) | function _a(){return br||(br=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCur...
  function ba (line 1) | function ba(){return wr||(wr=[IDBCursor.prototype.advance,IDBCursor.prot...
  function wa (line 1) | function wa(e){let t=new Promise(((t,i)=>{let r=()=>{e.removeEventListen...
  function va (line 1) | function va(e){if(Ot.has(e))return;let t=new Promise(((t,i)=>{let r=()=>...
  method get (line 1) | get(e,t,i){if(e instanceof IDBTransaction){if("done"===t)return Ot.get(e...
  function Er (line 1) | function Er(e){Vt=e(Vt)}
  function Sa (line 1) | function Sa(e){return e!==IDBDatabase.prototype.transaction||"objectStor...
  function Ea (line 1) | function Ea(e){return"function"==typeof e?Sa(e):(e instanceof IDBTransac...
  function G (line 1) | function G(e){if(e instanceof IDBRequest)return wa(e);if(Dt.has(e))retur...
  function $t (line 1) | function $t(e,t,{blocked:i,upgrade:r,blocking:n,terminated:s}={}){let a=...
  function Ca (line 1) | function Ca(e,{blocked:t}={}){let i=indexedDB.deleteDatabase(e);return t...
  function Cr (line 1) | function Cr(e,t){if(!(e instanceof IDBDatabase)||t in e||"string"!=typeo...
  function Wt (line 1) | function Wt(e,t){for(var i=65536,r=0;r<t.length;r+=2){if((i+=t[r])>e)ret...
  function ce (line 1) | function ce(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?...
  function be (line 1) | function be(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e...
  function z (line 1) | function z(e,t){return new L(e,{beforeExpr:!0,binop:t})}
  function k (line 1) | function k(e,t){return void 0===t&&(t={}),t.keyword=e,zt[e]=new L(e,t)}
  function we (line 1) | function we(e){return 10===e||13===e||8232===e||8233===e}
  function Tr (line 1) | function Tr(e,t,i){void 0===i&&(i=e.length);for(var r=t;r<i;r++){var n=e...
  function pe (line 1) | function pe(e){return new RegExp("^(?:"+e.replace(/ /g,"|")+")$")}
  function fe (line 1) | function fe(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.f...
  function Dr (line 1) | function Dr(e,t){for(var i=1,r=0;;){var n=Tr(e,r,t);if(n<0)return new Ie...
  function Fa (line 1) | function Fa(e){var t={};for(var i in qt)t[i]=e&&Ne(e,i)?e[i]:qt[i];if("l...
  function Ba (line 1) | function Ba(e,t){return function(i,r,n,s,a,o){var c={type:i?"Block":"Lin...
  function Yt (line 1) | function Yt(e,t){return ve|(e?Kt:0)|(t?Or:0)}
  function Ha (line 1) | function Ha(e,t){var i=t.key.name,r=e[i],n="true";return"MethodDefinitio...
  function nt (line 1) | function nt(e,t){var i=e.computed,r=e.key;return!i&&("Identifier"===r.ty...
  function Wr (line 1) | function Wr(e){return"MemberExpression"===e.type&&"PrivateIdentifier"===...
  function qr (line 1) | function qr(e,t,i,r){return e.type=t,e.end=i,this.options.locations&&(e....
  function Ja (line 1) | function Ja(e){var t=rn[e]={binary:pe(za[e]+" "+Lr),binaryOfStrings:pe(X...
  function nn (line 1) | function nn(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94...
  function Za (line 1) | function Za(e){return ce(e,!0)||36===e||95===e}
  function es (line 1) | function es(e){return be(e,!0)||36===e||95===e||8204===e||8205===e}
  function an (line 1) | function an(e){return e>=65&&e<=90||e>=97&&e<=122}
  function ts (line 1) | function ts(e){return e>=0&&e<=1114111}
  function is (line 1) | function is(e){return 100===e||68===e||115===e||83===e||119===e||87===e}
  function on (line 1) | function on(e){return an(e)||95===e}
  function rs (line 1) | function rs(e){return on(e)||ut(e)}
  function ns (line 1) | function ns(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&...
  function as (line 1) | function as(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=1...
  function ss (line 1) | function ss(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>...
  function ut (line 1) | function ut(e){return e>=48&&e<=57}
  function cn (line 1) | function cn(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}
  function un (line 1) | function un(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}
  function ln (line 1) | function ln(e){return e>=48&&e<=55}
  function os (line 1) | function os(e,t){return t?parseInt(e,8):parseFloat(e.replace(/_/g,""))}
  function hn (line 1) | function hn(e){return"function"!=typeof BigInt?null:BigInt(e.replace(/_/...
  function fn (line 1) | function fn(e,t){return T.parse(e,t)}
  method constructor (line 1) | constructor(e,t){super(t.message||t.code),q(this,"status"),q(this,"body"...
  method constructor (line 1) | constructor(e,t){q(this,"base"),this.base=new URL(`./v${e}/`,t)}
  function ye (line 1) | function ye(e,t){let i=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(i>>16)...
  function fs (line 1) | function fs(e,t){return e<<t|e>>>32-t}
  function pt (line 1) | function pt(e,t,i,r,n,s){return ye(fs(ye(ye(t,e),ye(r,s)),n),i)}
  function D (line 1) | function D(e,t,i,r,n,s,a){return pt(t&i|~t&r,e,t,n,s,a)}
  function O (line 1) | function O(e,t,i,r,n,s,a){return pt(t&r|i&~r,e,t,n,s,a)}
  function V (line 1) | function V(e,t,i,r,n,s,a){return pt(t^i^r,e,t,n,s,a)}
  function F (line 1) | function F(e,t,i,r,n,s,a){return pt(i^(t|~r),e,t,n,s,a)}
  function lt (line 1) | function lt(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;let i=17325841...
  function mn (line 1) | function mn(e){let t="",i=32*e.length;for(let r=0;r<i;r+=8)t+=String.fro...
  function ni (line 1) | function ni(e){let t=[],i=e.length>>2;for(let e=0;e<i;e+=1)t[e]=0;let r=...
  function ds (line 1) | function ds(e){return mn(lt(ni(e),8*e.length))}
  function ms (line 1) | function ms(e,t){let i=ni(e),r=[],n=[];i.length>16&&(i=lt(i,8*e.length))...
  function yn (line 1) | function yn(e){let t="0123456789abcdef",i="";for(let r=0;r<e.length;r+=1...
  function ai (line 1) | function ai(e){return unescape(encodeURIComponent(e))}
  function gn (line 1) | function gn(e){return ds(ai(e))}
  function ys (line 1) | function ys(e){return yn(gn(e))}
  function xn (line 1) | function xn(e,t){return ms(ai(e),ai(t))}
  function gs (line 1) | function gs(e,t){return yn(xn(e,t))}
  function xs (line 1) | function xs(e,t,i){return t?i?xn(t,e):gs(t,e):i?gn(e):ys(e)}
  function _s (line 1) | function _s(e){let t=new Headers(e);if(e.has("x-bare-headers")){let i=e....
  function bs (line 1) | function bs(e){let t=new Headers(e),i="x-bare-headers";if(e.has(`${i}-0`...
  method constructor (line 1) | constructor(e){super(3,e),q(this,"ws"),q(this,"http"),this.ws=new URL(th...
  method connect (line 1) | connect(e,t,i,r,n){let s=new me(this.ws),a=()=>{s.removeEventListener("c...
  method request (line 1) | async request(e,t,i,r,n,s,a){if(r.protocol.startsWith("blob:")){let e=aw...
  method readBareResponse (line 1) | async readBareResponse(e){if(!e.ok)throw new ht(e.status,await e.json())...
  method createBareHeaders (line 1) | createBareHeaders(e,t,i=[],r=[],n=[]){let s=new Headers;s.set("x-bare-ur...
  function vs (line 1) | function vs(e){for(let t=0;t<e.length;t++){let i=e[t];if(!ws.includes(i)...
  function _n (line 1) | async function _n(e,t){let i=await ii(e,{signal:t});if(!i.ok)throw new E...
  method constructor (line 1) | constructor(e,t){q(this,"manifest"),q(this,"client"),q(this,"server"),q(...
  method loadManifest (line 1) | loadManifest(e){return this.manifest=e,this.client=this.getClient(),this...
  method demand (line 1) | demand(){return this.onDemand?(this.working||(this.working=_n(this.serve...
  method getClient (line 1) | getClient(){for(let[e,t]of Ss)if(this.manifest.versions.includes(e))retu...
  method createWebSocket (line 1) | createWebSocket(e,t=[],i){if(!this.client)throw new TypeError("You need ...
  method fetch (line 1) | async fetch(e,t){let i=ks(e)?new us(e,t):e,r=t?.headers||i.headers,n=r i...
  function ks (line 1) | function ks(e){return"string"==typeof e||e instanceof URL}
  function bn (line 1) | async function bn(e,t){let i=await _n(e,t);return new Oe(e,i)}
  function Ce (line 1) | function Ce(e,t){let{generator:i}=e;if(e.write("("),null!=t&&t.length>0)...
  function Rn (line 1) | function Rn(e,t,i,r){let n=e.expressionsPrecedence[t.type];if(n===ee)ret...
  function mt (line 1) | function mt(e,t,i,r){let{generator:n}=e;Rn(e,t,i,r)?(e.write("("),n[t.ty...
  function Fs (line 1) | function Fs(e,t,i,r){let n=t.split("\n"),s=n.length-1;if(e.write(n[0].tr...
  function j (line 1) | function j(e,t,i,r){let{length:n}=t;for(let s=0;s<n;s++){let n=t[s];e.wr...
  function Bs (line 1) | function Bs(e){let t=e;for(;null!=t;){let{type:e}=t;if("C"===e[0]&&"a"==...
  function li (line 1) | function li(e,t){let{generator:i}=e,{declarations:r}=t;e.write(t.kind+" ...
  method Program (line 1) | Program(e,t){let i=t.indent.repeat(t.indentLevel),{lineEnd:r,writeCommen...
  method StaticBlock (line 1) | StaticBlock(e,t){t.write("static "),this.BlockStatement(e,t)}
  method EmptyStatement (line 1) | EmptyStatement(e,t){t.write(";")}
  method ExpressionStatement (line 1) | ExpressionStatement(e,t){let i=t.expressionsPrecedence[e.expression.type...
  method IfStatement (line 1) | IfStatement(e,t){t.write("if ("),this[e.test.type](e.test,t),t.write(") ...
  method LabeledStatement (line 1) | LabeledStatement(e,t){this[e.label.type](e.label,t),t.write(": "),this[e...
  method BreakStatement (line 1) | BreakStatement(e,t){t.write("break"),null!=e.label&&(t.write(" "),this[e...
  method ContinueStatement (line 1) | ContinueStatement(e,t){t.write("continue"),null!=e.label&&(t.write(" "),...
  method WithStatement (line 1) | WithStatement(e,t){t.write("with ("),this[e.object.type](e.object,t),t.w...
  method SwitchStatement (line 1) | SwitchStatement(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:r,w...
  method ReturnStatement (line 1) | ReturnStatement(e,t){t.write("return"),e.argument&&(t.write(" "),this[e....
  method ThrowStatement (line 1) | ThrowStatement(e,t){t.write("throw "),this[e.argument.type](e.argument,t...
  method TryStatement (line 1) | TryStatement(e,t){if(t.write("try "),this[e.block.type](e.block,t),e.han...
  method WhileStatement (line 1) | WhileStatement(e,t){t.write("while ("),this[e.test.type](e.test,t),t.wri...
  method DoWhileStatement (line 1) | DoWhileStatement(e,t){t.write("do "),this[e.body.type](e.body,t),t.write...
  method ForStatement (line 1) | ForStatement(e,t){if(t.write("for ("),null!=e.init){let{init:i}=e;"V"===...
  method DebuggerStatement (line 1) | DebuggerStatement(e,t){t.write("debugger;",e)}
  method VariableDeclaration (line 1) | VariableDeclaration(e,t){li(t,e),t.write(";")}
  method VariableDeclarator (line 1) | VariableDeclarator(e,t){this[e.id.type](e.id,t),null!=e.init&&(t.write("...
  method ClassDeclaration (line 1) | ClassDeclaration(e,t){if(t.write("class "+(e.id?`${e.id.name} `:""),e),e...
  method ImportDeclaration (line 1) | ImportDeclaration(e,t){t.write("import ");let{specifiers:i}=e,{length:r}...
  method ImportExpression (line 1) | ImportExpression(e,t){t.write("import("),this[e.source.type](e.source,t)...
  method ExportDefaultDeclaration (line 1) | ExportDefaultDeclaration(e,t){t.write("export default "),this[e.declarat...
  method ExportNamedDeclaration (line 1) | ExportNamedDeclaration(e,t){if(t.write("export "),e.declaration)this[e.d...
  method ExportAllDeclaration (line 1) | ExportAllDeclaration(e,t){null!=e.exported?t.write("export * as "+e.expo...
  method MethodDefinition (line 1) | MethodDefinition(e,t){e.static&&t.write("static ");let i=e.kind[0];("g"=...
  method ClassExpression (line 1) | ClassExpression(e,t){this.ClassDeclaration(e,t)}
  method ArrowFunctionExpression (line 1) | ArrowFunctionExpression(e,t){t.write(e.async?"async ":"",e);let{params:i...
  method ThisExpression (line 1) | ThisExpression(e,t){t.write("this",e)}
  method Super (line 1) | Super(e,t){t.write("super",e)}
  method YieldExpression (line 1) | YieldExpression(e,t){t.write(e.delegate?"yield*":"yield"),e.argument&&(t...
  method AwaitExpression (line 1) | AwaitExpression(e,t){t.write("await ",e),mt(t,e.argument,e)}
  method TemplateLiteral (line 1) | TemplateLiteral(e,t){let{quasis:i,expressions:r}=e;t.write("`");let{leng...
  method TemplateElement (line 1) | TemplateElement(e,t){t.write(e.value.raw,e)}
  method TaggedTemplateExpression (line 1) | TaggedTemplateExpression(e,t){mt(t,e.tag,e),this[e.quasi.type](e.quasi,t)}
  method ObjectExpression (line 1) | ObjectExpression(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:r,...
  method Property (line 1) | Property(e,t){e.method||"i"!==e.kind[0]?this.MethodDefinition(e,t):(e.sh...
  method PropertyDefinition (line 1) | PropertyDefinition(e,t){e.static&&t.write("static "),e.computed&&t.write...
  method ObjectPattern (line 1) | ObjectPattern(e,t){if(t.write("{"),e.properties.length>0){let{properties...
  method SequenceExpression (line 1) | SequenceExpression(e,t){Ce(t,e.expressions)}
  method UnaryExpression (line 1) | UnaryExpression(e,t){if(e.prefix){let{operator:i,argument:r,argument:{ty...
  method UpdateExpression (line 1) | UpdateExpression(e,t){e.prefix?(t.write(e.operator),this[e.argument.type...
  method AssignmentExpression (line 1) | AssignmentExpression(e,t){this[e.left.type](e.left,t),t.write(" "+e.oper...
  method AssignmentPattern (line 1) | AssignmentPattern(e,t){this[e.left.type](e.left,t),t.write(" = "),this[e...
  method ConditionalExpression (line 1) | ConditionalExpression(e,t){let{test:i}=e,r=t.expressionsPrecedence[i.typ...
  method NewExpression (line 1) | NewExpression(e,t){t.write("new ");let i=t.expressionsPrecedence[e.calle...
  method CallExpression (line 1) | CallExpression(e,t){let i=t.expressionsPrecedence[e.callee.type];i===ee|...
  method ChainExpression (line 1) | ChainExpression(e,t){this[e.expression.type](e.expression,t)}
  method MemberExpression (line 1) | MemberExpression(e,t){let i=t.expressionsPrecedence[e.object.type];i===e...
  method MetaProperty (line 1) | MetaProperty(e,t){t.write(e.meta.name+"."+e.property.name,e)}
  method Identifier (line 1) | Identifier(e,t){t.write(e.name,e)}
  method PrivateIdentifier (line 1) | PrivateIdentifier(e,t){t.write(`#${e.name}`,e)}
  method Literal (line 1) | Literal(e,t){null!=e.raw?t.write(e.raw,e):null!=e.regex?this.RegExpLiter...
  method RegExpLiteral (line 1) | RegExpLiteral(e,t){let{regex:i}=e;t.write(`/${i.pattern}/${i.flags}`,e)}
  method constructor (line 1) | constructor(e){let t=e??js;this.output="",null!=t.output?(this.output=t....
  method write (line 1) | write(e){this.output+=e}
  method writeToStream (line 1) | writeToStream(e){this.output.write(e)}
  method writeAndMap (line 1) | writeAndMap(e,t){this.output+=e,this.map(e,t)}
  method writeToStreamAndMap (line 1) | writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}
  method map (line 1) | map(e,t){if(null!=t){let{type:i}=t;if("L"===i[0]&&"n"===i[2])return this...
  method toString (line 1) | toString(){return this.output}
  function In (line 1) | function In(e,t){let i=new hi(t);return i.generator[e.type](e,i),i.output}
  method constructor (line 1) | constructor(e){this.mime=_r,this.idb=tt,this.path=Us,this.acorn={parse:f...
  function fi (line 1) | function fi(e,t,i,r,n="",s=!1,a=""){if(self.__dynamic$config)var o="deve...
  method constructor (line 1) | constructor(e){this.generateHead=fi,this.config=[{elements:"all",tags:["...
  method generateRedirect (line 1) | generateRedirect(e){return`\n<HTML><HEAD><meta http-equiv="content-type"...
  method iterate (line 1) | iterate(e,t){!function i(r=e){for(var n=0;n<r.childNodes.length;n++)t(r....
  method rewrite (line 1) | rewrite(e,t,i=[]){return Array.isArray(e)&&(e=e[0]),e&&((e=e.toString())...
  method constructor (line 1) | constructor(e){this.ctx=e.ctx}
  method rewrite (line 1) | rewrite(e,t,i={}){return e&&e.toString().replace(/(?:@import\s?|url\(?)[...
  function di (line 1) | function di(e,t){"object"==typeof e&&t&&function e(t,i,r){if("object"==t...
  function mi (line 1) | function mi(e,t={},i,r){var n=this.ctx.modules.acorn.parse(e.toString(),...
  function yi (line 1) | function yi(e,t={}){if("string"!=typeof e.name)return!1;if(!0!==e.__dyna...
  function ke (line 1) | function ke(e,t={}){Object.entries({type:"CallExpression",callee:{type:"...
  function gi (line 1) | function gi(e,t={},i={}){if(e.object.name+="","AssignmentExpression"!==t...
  function xi (line 1) | function xi(e,t={}){if(!(e.value instanceof String&&("__dynamic"==e.valu...
  function yt (line 1) | function yt(e,t={}){e.__dynamic||e.arguments.length&&(e.arguments=[{type...
  function _i (line 1) | function _i(e,t={}){if("AssignmentExpression"!=t.type||t.left!=e){if("Id...
  function bi (line 1) | function bi(e,t={}){if("Identifier"==e.left.type){if(!0===e.left.__dynam...
  function wi (line 1) | function wi(e,t={}){"ObjectPattern"!=e.parent.type&&"AssignmentExpressio...
  function vi (line 1) | function vi(e,t={},i={},r={}){if("Literal"==e.type&&("ImportDeclaration"...
  function Si (line 1) | function Si(e,t={}){if("Identifier"!==e.id.type)return!1;!0!==e.id.__dyn...
  function Ws (line 1) | function Ws(e,t,i={},r={},n={},s={}){if(!e.__dynamic){switch(t){case"Ide...
  method constructor (line 1) | constructor(e){this.iterate=di,this.process=mi,this.emit=Mn,this.ctx=e.ctx}
  method rewrite (line 1) | rewrite(e,t={},i=!0,r={}){if(!e||e instanceof Object||(e=e.toString()).i...
  method constructor (line 1) | constructor(e){this.config={rewrite:[["icons","urlit"],["name"," - Dynam...
  method rewrite (line 1) | rewrite(e,t){let i=JSON.parse(e);for(let e in this.config)if("rewrite"==...
  method constructor (line 1) | constructor(e){this.ctx=e,this.html=new Fe(this),this.srcset=Dn,this.js=...
  function Vn (line 1) | async function Vn(e){var t;if("GET"===e.method){t=new URL(e.url).searchP...
  function Fn (line 1) | function Fn({url:e}){return!e.toString().substr(location.origin.length,(...
  function Ci (line 1) | function Ci({url:e}){return!e.toString().substr(location.origin.length,t...
  function ki (line 1) | async function ki(e,t,i){for(let n in e)if(-1!==this.ctx.headers.csp.ind...
  function Ai (line 1) | function Ai(e,t,i,r){let{referrer:n}=i;if(["origin","Origin","host","Hos...
  function Li (line 1) | function Li(e){return Object.assign(Object.create(Object.getPrototypeOf(...
  function Pi (line 1) | function Pi(e){try{if(new new Proxy(e,{construct:()=>({})}),!Object.getO...
  function Ri (line 1) | function Ri(e){return e.url.toString().substr(location.origin.length,e.u...
  function Ii (line 1) | async function Ii(e){let t;if("development"!==self.__dynamic$config.mode...
  function Ti (line 1) | async function Ti(e,t){}
  method constructor (line 1) | constructor(e){this.rawHeaders={},this.headers=new Headers({}),this.stat...
  method blob (line 1) | async blob(){return this.body}
  method text (line 1) | async text(){return await this.body.text()}
  function Ni (line 1) | function Ni(e){var t=this.ctx.encoding;return t="object"==typeof this.ct...
  function Mi (line 1) | function Mi(e,t,i){if(!e.url.startsWith("http"))return e.url;let r=e.url...
  method constructor (line 1) | constructor(e){this.route=Vn,this.routePath=Fn,this.path=Ci,this.resHead...
  function Oi (line 1) | function Oi(e,t){if(!e)return e;if((e=new String(e).toString()).startsWi...
  function Vi (line 1) | function Vi(e){if(!e||(e=new String(e).toString()).match(this.ctx.regex....
  method constructor (line 1) | constructor(e){this.encode=Oi,this.decode=Vi,this.ctx=e}
  method constructor (line 1) | constructor(e){this.BypassRegex=qs,this.DataRegex=Gs,this.WeirdRegex=zs,...
  function Bi (line 1) | function Bi(e){for(var t in e=new URL(e.href))this.ctx.meta[t]=e[t];retu...
  method constructor (line 1) | constructor(){}
  method constructor (line 1) | constructor(e){super(),this.load=Bi,this.ctx=e}
  function ji (line 1) | function ji(e,t=""){return"text/css"===(this.ctx.modules.mime.contentTyp...
  function Ui (line 1) | function Ui(e,t="",i=""){let r;return t||this.ctx.modules.mime.contentTy...
  function Hi (line 1) | function Hi(e,t=""){if(e.pathname.endsWith(".js")&&"text/plain"==t)retur...
  method constructor (line 1) | constructor(e){this.html=Ui,this.js=Hi,this.css=ji,this.ctx=e}
  function gt (line 1) | function gt(e,t=!0){let i=e.location.ancestorOrigins||[],r=[e.Window,e.L...
  function xt (line 1) | function xt(e){e.__dynamic$get=function(t){var i=e.__dynamic.fire("get",...
  function _t (line 1) | function _t(e){e.__dynamic.util.CreateDocumentProxy=function(t){return n...
  function qi (line 1) | function qi(e){e.__dynamic.rewrite.dom=function(t,i){if(typeof e.DOMPars...
  function Gi (line 1) | function Gi(e){if(e.__dynamic.elements.config.forEach((t=>{t.elements.fo...
  function zi (line 1) | function zi(e){let t=e.XMLHttpRequest;e.Worker=new Proxy(e.Worker,{const...
  function Ki (line 1) | function Ki(e){e.__dynamic$history=function(t,...i){i[2]&&(i[2]=e.__dyna...
  function Wn (line 1) | function Wn(e){e=e.toString();let t="";for(let i=0;i<e.length;i++){let r...
  function Xi (line 1) | function Xi(e){let t=Object.getOwnPropertyDescriptor(e.WebSocket.prototy...
  function Qi (line 1) | function Qi(e){e.Request=e.__dynamic.wrap(e.Request,(function(t,...i){if...
  function bt (line 1) | function bt(e){e.__dynamic$message=function(t,i=top){return t||(t=e),fun...
  function Yi (line 1) | function Yi(e){function t(t,...i){for(var r in i)i[r]=e.__dynamic.rewrit...
  function wt (line 1) | function wt(e){e.importScripts=new Proxy(e.importScripts,{apply:(t,i,r)=...
  function vt (line 1) | function vt(e){var t=e.Reflect.get.bind({}),i=e.Reflect.set.bind({});e.R...
  function Ji (line 1) | function Ji(e){e.__dynamic.define(e.document,"origin",{value:e.__dynamic...
  function Zi (line 1) | function Zi(e){e.Storage.prototype.setItem=e.__dynamic.wrap(e.Storage.pr...
  function er (line 1) | function er(e){"serviceWorker"in e.navigator&&(e.__dynamic.sw=e.navigato...
  function ir (line 1) | function ir(e){if(delete e.Document.prototype.cookie,e.__dynamic.define(...
  function rr (line 1) | function rr(e){e.CSSStyleDeclaration.prototype._setProperty=e.CSSStyleDe...
  function St (line 1) | function St(e){e.__dynamic.createBlobHandler=async function(t,i,r){let n...
  function Et (line 1) | function Et(e,t){function i(e){if(!e.rewritten&&(1===e.nodeType||3===e.n...
  function nr (line 1) | function nr(e){e.__dynamic.eval=e.__dynamic.wrap(eval,(function(t,...i){...
  function ar (line 1) | function ar(e){var t=e.Function.prototype.toString;e.__dynamic.Function=...
  function sr (line 1) | function sr(e){}
  function or (line 1) | function or(e){}
  method constructor (line 1) | constructor(e){this.methods=Gn,"DedicatedWorkerGlobalScope"==self.constr...
  function Qs (line 1) | function Qs(e,t){return e||(e=[]),e.find((e=>e.name==t.name))?e[e.findIn...
  method upgrade (line 1) | async upgrade(e){await e.createObjectStore("__dynamic$cookies")}
  method constructor (line 1) | constructor(e){this.db=he,this.ctx=e}
  method get (line 1) | async get(e){this._db||(this._db=this.db.open());let t=await he.get(e,th...
  method set (line 1) | async set(e,t=""){return t=this.ctx.modules.setCookieParser.parse(t,{dec...
  method open (line 1) | async open(){await he.open()}
  method update (line 1) | async update(e){return this._db||(this._db=this.db.open()),await he.upda...
  function t (line 1) | function t(e,t){return e<<t|e>>>32-t}
  function i (line 1) | function i(e,t){var i,r,n,s,a;return n=2147483648&e,s=2147483648&t,a=(10...
  function r (line 1) | function r(e,r,n,s,a,o,c){return e=i(e,i(i(function(e,t,i){return e&t|~e...
  function n (line 1) | function n(e,r,n,s,a,o,c){return e=i(e,i(i(function(e,t,i){return e&i|t&...
  function s (line 1) | function s(e,r,n,s,a,o,c){return e=i(e,i(i(function(e,t,i){return e^t^i}...
  function a (line 1) | function a(e,r,n,s,a,o,c){return e=i(e,i(i(function(e,t,i){return t^(e|~...
  function o (line 1) | function o(e){var t,i,r=[];for(i=0;i<=3;i++)t=e>>>8*i&255,r=r.concat(t);...
  method constructor (line 1) | constructor(e){this.modules=new Nn(this),this.util=new Bn(this),this.met...
  method on (line 1) | on(e,t){this.listeners.push({event:e,cb:t})}
  method fire (line 1) | fire(e,t){let i=!1;for(let r of this.listeners)r.event===e&&(i=!0,t=r.cb...
  function Xe (line 1) | function Xe(e){e.__dynamic.wrap=function(t,i,r){if(t.__dynamic$target)re...
  function na (line 1) | function na(e,t={},i=""){if(e.hasOwnProperty("__dynamic"))return!1;e.has...
  function Qe (line 1) | function Qe(e,t){t||(t=e.__dynamic),t.define=new e.Proxy(e.Object.define...

FILE: static/assets/history/html.js
  method constructor (line 1) | constructor(e,t){this.Original=null,this.Original=e;var s=this;this.Orig...
  method getAttribute (line 1) | getAttribute(e){return!!this.Original.attribs&&(typeof this.Original.att...
  method setAttribute (line 1) | setAttribute(e,t){return!!this.Original.attribs&&(this.Original.attribs[...
  method removeAttribute (line 1) | removeAttribute(e){return!!this.Original.attribs&&delete this.Original.a...
  method hasAttribute (line 1) | hasAttribute(e){return!!this.Original.attribs&&this.Original.attribs.has...
  function s (line 1) | function s(e,t,s,a,r="",i=!1,n=""){if(self.__dynamic$config)var o="devel...
  function _ (line 1) | function _(e){return e>=55296&&e<=57343}
  function m (line 1) | function m(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31|...
  function d (line 1) | function d(e){return e>=64976&&e<=65007||i.has(e)}
  method constructor (line 1) | constructor(e){this.handler=e,this.html="",this.pos=-1,this.lastGapPos=-...
  method col (line 1) | get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}
  method offset (line 1) | get offset(){return this.droppedBufferSize+this.pos}
  method getError (line 1) | getError(e){let{line:t,col:s,offset:a}=this;return{code:e,startLine:t,en...
  method _err (line 1) | _err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(th...
  method _addGap (line 1) | _addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}
  method _processSurrogate (line 1) | _processSurrogate(e){if(this.pos!==this.html.length-1){let t=this.html.c...
  method willDropParsedChunk (line 1) | willDropParsedChunk(){return this.pos>this.bufferWaterline}
  method dropParsedChunk (line 1) | dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.subst...
  method write (line 1) | write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHi...
  method insertHtmlAtCurrentPos (line 1) | insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+...
  method startsWith (line 1) | startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfC...
  method peek (line 1) | peek(e){let t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHi...
  method advance (line 1) | advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.line...
  method _checkForProblematicCharacters (line 1) | _checkForProblematicCharacters(e){m(e)?this._err(o.controlCharacterInInp...
  method retreat (line 1) | retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=thi...
  function N (line 1) | function N(e,t){for(let s=e.attrs.length-1;s>=0;s--)if(e.attrs[s].name==...
  function M (line 1) | function M(e){return e>=C.ZERO&&e<=C.NINE}
  function k (line 1) | function k(e){return e>=C.UPPER_A&&e<=C.UPPER_F||e>=C.LOWER_A&&e<=C.LOWE...
  function P (line 1) | function P(e){return e===C.EQUALS||function(e){return e>=C.UPPER_A&&e<=C...
  method constructor (line 1) | constructor(e,t,s){this.decodeTree=e,this.emitCodePoint=t,this.errors=s,...
  method startEntity (line 1) | startEntity(e){this.decodeMode=e,this.state=L.EntityStart,this.result=0,...
  method write (line 1) | write(e,t){switch(this.state){case L.EntityStart:return e.charCodeAt(t)=...
  method stateNumericStart (line 1) | stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===C.LO...
  method addToNumericResult (line 1) | addToNumericResult(e,t,s,a){if(t!==s){let r=s-t;this.result=this.result*...
  method stateNumericHex (line 1) | stateNumericHex(e,t){let s=t;for(;t<e.length;){let a=e.charCodeAt(t);if(...
  method stateNumericDecimal (line 1) | stateNumericDecimal(e,t){let s=t;for(;t<e.length;){let a=e.charCodeAt(t)...
  method emitNumericEntity (line 1) | emitNumericEntity(e,t){var s;if(this.consumed<=t)return null===(s=this.e...
  method stateNamedEntity (line 1) | stateNamedEntity(e,t){let{decodeTree:s}=this,a=s[this.treeIndex],r=(a&f....
  method emitNotTerminatedNamedEntity (line 1) | emitNotTerminatedNamedEntity(){var e;let{result:t,decodeTree:s}=this,a=(...
  method emitNamedEntityData (line 1) | emitNamedEntityData(e,t,s){let{decodeTree:a}=this;return this.emitCodePo...
  method end (line 1) | end(){var e;switch(this.state){case L.NamedEntity:return 0===this.result...
  function B (line 1) | function B(e){let t="",s=new b(e,(e=>t+=O(e)));return function(e,a){let ...
  function H (line 1) | function H(e,t,s,a){let r=(t&f.BRANCH_LENGTH)>>7,i=t&f.JUMP_TABLE;if(0==...
  function v (line 1) | function v(e){var t;return null!==(t=x.get(e))&&void 0!==t?t:w.UNKNOWN}
  function q (line 1) | function q(e){return e===Y.H1||e===Y.H2||e===Y.H3||e===Y.H4||e===Y.H5||e...
  function j (line 1) | function j(e){return e>=a.DIGIT_0&&e<=a.DIGIT_9}
  function z (line 1) | function z(e){return e>=a.LATIN_CAPITAL_A&&e<=a.LATIN_CAPITAL_Z}
  function $ (line 1) | function $(e){return function(e){return e>=a.LATIN_SMALL_A&&e<=a.LATIN_S...
  function J (line 1) | function J(e){return $(e)||j(e)}
  function Z (line 1) | function Z(e){return e>=a.LATIN_CAPITAL_A&&e<=a.LATIN_CAPITAL_F}
  function ee (line 1) | function ee(e){return e>=a.LATIN_SMALL_A&&e<=a.LATIN_SMALL_F}
  function te (line 1) | function te(e){return e+32}
  function se (line 1) | function se(e){return e===a.SPACE||e===a.LINE_FEED||e===a.TABULATION||e=...
  function ae (line 1) | function ae(e){return e===a.EQUALS_SIGN||J(e)}
  function re (line 1) | function re(e){return se(e)||e===a.SOLIDUS||e===a.GREATER_THAN_SIGN}
  method constructor (line 1) | constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoo...
  method _err (line 1) | _err(e){var t,s;null===(s=(t=this.handler).onParseError)||void 0===s||s....
  method getCurrentLocation (line 1) | getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startL...
  method _runParsingLoop (line 1) | _runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this...
  method pause (line 1) | pause(){this.paused=!0}
  method resume (line 1) | resume(e){if(!this.paused)throw new Error("Parser was already resumed");...
  method write (line 1) | write(e,t,s){this.active=!0,this.preprocessor.write(e,t),this._runParsin...
  method insertHtmlAtCurrentPos (line 1) | insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtC...
  method _ensureHibernation (line 1) | _ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this._unc...
  method _consume (line 1) | _consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}
  method _unconsume (line 1) | _unconsume(e){this.consumedAfterSnapshot-=e,this.preprocessor.retreat(e)}
  method _reconsumeInState (line 1) | _reconsumeInState(e,t){this.state=e,this._callState(t)}
  method _advanceBy (line 1) | _advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.pre...
  method _consumeSequenceIfMatch (line 1) | _consumeSequenceIfMatch(e,t){return!!this.preprocessor.startsWith(e,t)&&...
  method _createStartTagToken (line 1) | _createStartTagToken(){this.currentToken={type:p.START_TAG,tagName:"",ta...
  method _createEndTagToken (line 1) | _createEndTagToken(){this.currentToken={type:p.END_TAG,tagName:"",tagID:...
  method _createCommentToken (line 1) | _createCommentToken(e){this.currentToken={type:p.COMMENT,data:"",locatio...
  method _createDoctypeToken (line 1) | _createDoctypeToken(e){this.currentToken={type:p.DOCTYPE,name:e,forceQui...
  method _createCharacterToken (line 1) | _createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,lo...
  method _createAttr (line 1) | _createAttr(e){this.currentAttr={name:e,value:""},this.currentLocation=t...
  method _leaveAttrName (line 1) | _leaveAttrName(){var e,t;let s=this.currentToken;if(null===N(s,this.curr...
  method _leaveAttrValue (line 1) | _leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=th...
  method prepareToken (line 1) | prepareToken(e){this._emitCurrentCharacterToken(e.location),this.current...
  method emitCurrentTagToken (line 1) | emitCurrentTagToken(){let e=this.currentToken;this.prepareToken(e),e.tag...
  method emitCurrentComment (line 1) | emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),thi...
  method emitCurrentDoctype (line 1) | emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),thi...
  method _emitCurrentCharacterToken (line 1) | _emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&t...
  method _emitEOFToken (line 1) | _emitEOFToken(){let e=this.getCurrentLocation(0);e&&(e.endLine=e.startLi...
  method _appendCharToCurrentCharacterToken (line 1) | _appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken){i...
  method _emitCodePoint (line 1) | _emitCodePoint(e){let t=se(e)?p.WHITESPACE_CHARACTER:e===a.NULL?p.NULL_C...
  method _emitChars (line 1) | _emitChars(e){this._appendCharToCurrentCharacterToken(p.CHARACTER,e)}
  method _matchNamedCharacterReference (line 1) | _matchNamedCharacterReference(e){let t=null,s=0,r=!1;for(let i=0,n=R[0];...
  method _isCharacterReferenceInAttribute (line 1) | _isCharacterReferenceInAttribute(){return this.returnState===X.ATTRIBUTE...
  method _flushCodePointConsumedAsCharacterReference (line 1) | _flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenc...
  method _callState (line 1) | _callState(e){switch(this.state){case X.DATA:this._stateData(e);break;ca...
  method _stateData (line 1) | _stateData(e){switch(e){case a.LESS_THAN_SIGN:this.state=X.TAG_OPEN;brea...
  method _stateRcdata (line 1) | _stateRcdata(e){switch(e){case a.AMPERSAND:this.returnState=X.RCDATA,thi...
  method _stateRawtext (line 1) | _stateRawtext(e){switch(e){case a.LESS_THAN_SIGN:this.state=X.RAWTEXT_LE...
  method _stateScriptData (line 1) | _stateScriptData(e){switch(e){case a.LESS_THAN_SIGN:this.state=X.SCRIPT_...
  method _statePlaintext (line 1) | _statePlaintext(e){switch(e){case a.NULL:this._err(o.unexpectedNullChara...
  method _stateTagOpen (line 1) | _stateTagOpen(e){if($(e))this._createStartTagToken(),this.state=X.TAG_NA...
  method _stateEndTagOpen (line 1) | _stateEndTagOpen(e){if($(e))this._createEndTagToken(),this.state=X.TAG_N...
  method _stateTagName (line 1) | _stateTagName(e){let t=this.currentToken;switch(e){case a.SPACE:case a.L...
  method _stateRcdataLessThanSign (line 1) | _stateRcdataLessThanSign(e){e===a.SOLIDUS?this.state=X.RCDATA_END_TAG_OP...
  method _stateRcdataEndTagOpen (line 1) | _stateRcdataEndTagOpen(e){$(e)?(this.state=X.RCDATA_END_TAG_NAME,this._s...
  method handleSpecialEndTag (line 1) | handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTa...
  method _stateRcdataEndTagName (line 1) | _stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars(...
  method _stateRawtextLessThanSign (line 1) | _stateRawtextLessThanSign(e){e===a.SOLIDUS?this.state=X.RAWTEXT_END_TAG_...
  method _stateRawtextEndTagOpen (line 1) | _stateRawtextEndTagOpen(e){$(e)?(this.state=X.RAWTEXT_END_TAG_NAME,this....
  method _stateRawtextEndTagName (line 1) | _stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars...
  method _stateScriptDataLessThanSign (line 1) | _stateScriptDataLessThanSign(e){switch(e){case a.SOLIDUS:this.state=X.SC...
  method _stateScriptDataEndTagOpen (line 1) | _stateScriptDataEndTagOpen(e){$(e)?(this.state=X.SCRIPT_DATA_END_TAG_NAM...
  method _stateScriptDataEndTagName (line 1) | _stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitCh...
  method _stateScriptDataEscapeStart (line 1) | _stateScriptDataEscapeStart(e){e===a.HYPHEN_MINUS?(this.state=X.SCRIPT_D...
  method _stateScriptDataEscapeStartDash (line 1) | _stateScriptDataEscapeStartDash(e){e===a.HYPHEN_MINUS?(this.state=X.SCRI...
  method _stateScriptDataEscaped (line 1) | _stateScriptDataEscaped(e){switch(e){case a.HYPHEN_MINUS:this.state=X.SC...
  method _stateScriptDataEscapedDash (line 1) | _stateScriptDataEscapedDash(e){switch(e){case a.HYPHEN_MINUS:this.state=...
  method _stateScriptDataEscapedDashDash (line 1) | _stateScriptDataEscapedDashDash(e){switch(e){case a.HYPHEN_MINUS:this._e...
  method _stateScriptDataEscapedLessThanSign (line 1) | _stateScriptDataEscapedLessThanSign(e){e===a.SOLIDUS?this.state=X.SCRIPT...
  method _stateScriptDataEscapedEndTagOpen (line 1) | _stateScriptDataEscapedEndTagOpen(e){$(e)?(this.state=X.SCRIPT_DATA_ESCA...
  method _stateScriptDataEscapedEndTagName (line 1) | _stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this....
  method _stateScriptDataDoubleEscapeStart (line 1) | _stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith(h,!...
  method _stateScriptDataDoubleEscaped (line 1) | _stateScriptDataDoubleEscaped(e){switch(e){case a.HYPHEN_MINUS:this.stat...
  method _stateScriptDataDoubleEscapedDash (line 1) | _stateScriptDataDoubleEscapedDash(e){switch(e){case a.HYPHEN_MINUS:this....
  method _stateScriptDataDoubleEscapedDashDash (line 1) | _stateScriptDataDoubleEscapedDashDash(e){switch(e){case a.HYPHEN_MINUS:t...
  method _stateScriptDataDoubleEscapedLessThanSign (line 1) | _stateScriptDataDoubleEscapedLessThanSign(e){e===a.SOLIDUS?(this.state=X...
  method _stateScriptDataDoubleEscapeEnd (line 1) | _stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith(h,!1)...
  method _stateBeforeAttributeName (line 1) | _stateBeforeAttributeName(e){switch(e){case a.SPACE:case a.LINE_FEED:cas...
  method _stateAttributeName (line 1) | _stateAttributeName(e){switch(e){case a.SPACE:case a.LINE_FEED:case a.TA...
  method _stateAfterAttributeName (line 1) | _stateAfterAttributeName(e){switch(e){case a.SPACE:case a.LINE_FEED:case...
  method _stateBeforeAttributeValue (line 1) | _stateBeforeAttributeValue(e){switch(e){case a.SPACE:case a.LINE_FEED:ca...
  method _stateAttributeValueDoubleQuoted (line 1) | _stateAttributeValueDoubleQuoted(e){switch(e){case a.QUOTATION_MARK:this...
  method _stateAttributeValueSingleQuoted (line 1) | _stateAttributeValueSingleQuoted(e){switch(e){case a.APOSTROPHE:this.sta...
  method _stateAttributeValueUnquoted (line 1) | _stateAttributeValueUnquoted(e){switch(e){case a.SPACE:case a.LINE_FEED:...
  method _stateAfterAttributeValueQuoted (line 1) | _stateAfterAttributeValueQuoted(e){switch(e){case a.SPACE:case a.LINE_FE...
  method _stateSelfClosingStartTag (line 1) | _stateSelfClosingStartTag(e){switch(e){case a.GREATER_THAN_SIGN:this.cur...
  method _stateBogusComment (line 1) | _stateBogusComment(e){let t=this.currentToken;switch(e){case a.GREATER_T...
  method _stateMarkupDeclarationOpen (line 1) | _stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch(c,!0)?(this....
  method _stateCommentStart (line 1) | _stateCommentStart(e){switch(e){case a.HYPHEN_MINUS:this.state=X.COMMENT...
  method _stateCommentStartDash (line 1) | _stateCommentStartDash(e){let t=this.currentToken;switch(e){case a.HYPHE...
  method _stateComment (line 1) | _stateComment(e){let t=this.currentToken;switch(e){case a.HYPHEN_MINUS:t...
  method _stateCommentLessThanSign (line 1) | _stateCommentLessThanSign(e){let t=this.currentToken;switch(e){case a.EX...
  method _stateCommentLessThanSignBang (line 1) | _stateCommentLessThanSignBang(e){e===a.HYPHEN_MINUS?this.state=X.COMMENT...
  method _stateCommentLessThanSignBangDash (line 1) | _stateCommentLessThanSignBangDash(e){e===a.HYPHEN_MINUS?this.state=X.COM...
  method _stateCommentLessThanSignBangDashDash (line 1) | _stateCommentLessThanSignBangDashDash(e){e!==a.GREATER_THAN_SIGN&&e!==a....
  method _stateCommentEndDash (line 1) | _stateCommentEndDash(e){let t=this.currentToken;switch(e){case a.HYPHEN_...
  method _stateCommentEnd (line 1) | _stateCommentEnd(e){let t=this.currentToken;switch(e){case a.GREATER_THA...
  method _stateCommentEndBang (line 1) | _stateCommentEndBang(e){let t=this.currentToken;switch(e){case a.HYPHEN_...
  method _stateDoctype (line 1) | _stateDoctype(e){switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATI...
  method _stateBeforeDoctypeName (line 1) | _stateBeforeDoctypeName(e){if(z(e))this._createDoctypeToken(String.fromC...
  method _stateDoctypeName (line 1) | _stateDoctypeName(e){let t=this.currentToken;switch(e){case a.SPACE:case...
  method _stateAfterDoctypeName (line 1) | _stateAfterDoctypeName(e){let t=this.currentToken;switch(e){case a.SPACE...
  method _stateAfterDoctypePublicKeyword (line 1) | _stateAfterDoctypePublicKeyword(e){let t=this.currentToken;switch(e){cas...
  method _stateBeforeDoctypePublicIdentifier (line 1) | _stateBeforeDoctypePublicIdentifier(e){let t=this.currentToken;switch(e)...
  method _stateDoctypePublicIdentifierDoubleQuoted (line 1) | _stateDoctypePublicIdentifierDoubleQuoted(e){let t=this.currentToken;swi...
  method _stateDoctypePublicIdentifierSingleQuoted (line 1) | _stateDoctypePublicIdentifierSingleQuoted(e){let t=this.currentToken;swi...
  method _stateAfterDoctypePublicIdentifier (line 1) | _stateAfterDoctypePublicIdentifier(e){let t=this.currentToken;switch(e){...
  method _stateBetweenDoctypePublicAndSystemIdentifiers (line 1) | _stateBetweenDoctypePublicAndSystemIdentifiers(e){let t=this.currentToke...
  method _stateAfterDoctypeSystemKeyword (line 1) | _stateAfterDoctypeSystemKeyword(e){let t=this.currentToken;switch(e){cas...
  method _stateBeforeDoctypeSystemIdentifier (line 1) | _stateBeforeDoctypeSystemIdentifier(e){let t=this.currentToken;switch(e)...
  method _stateDoctypeSystemIdentifierDoubleQuoted (line 1) | _stateDoctypeSystemIdentifierDoubleQuoted(e){let t=this.currentToken;swi...
  method _stateDoctypeSystemIdentifierSingleQuoted (line 1) | _stateDoctypeSystemIdentifierSingleQuoted(e){let t=this.currentToken;swi...
  method _stateAfterDoctypeSystemIdentifier (line 1) | _stateAfterDoctypeSystemIdentifier(e){let t=this.currentToken;switch(e){...
  method _stateBogusDoctype (line 1) | _stateBogusDoctype(e){let t=this.currentToken;switch(e){case a.GREATER_T...
  method _stateCdataSection (line 1) | _stateCdataSection(e){switch(e){case a.RIGHT_SQUARE_BRACKET:this.state=X...
  method _stateCdataSectionBracket (line 1) | _stateCdataSectionBracket(e){e===a.RIGHT_SQUARE_BRACKET?this.state=X.CDA...
  method _stateCdataSectionEnd (line 1) | _stateCdataSectionEnd(e){switch(e){case a.GREATER_THAN_SIGN:this.state=X...
  method _stateCharacterReference (line 1) | _stateCharacterReference(e){e===a.NUMBER_SIGN?this.state=X.NUMERIC_CHARA...
  method _stateNamedCharacterReference (line 1) | _stateNamedCharacterReference(e){let t=this._matchNamedCharacterReferenc...
  method _stateAmbiguousAmpersand (line 1) | _stateAmbiguousAmpersand(e){J(e)?this._flushCodePointConsumedAsCharacter...
  method _stateNumericCharacterReference (line 1) | _stateNumericCharacterReference(e){this.charRefCode=0,e===a.LATIN_SMALL_...
  method _stateHexademicalCharacterReferenceStart (line 1) | _stateHexademicalCharacterReferenceStart(e){!function(e){return j(e)||Z(...
  method _stateHexademicalCharacterReference (line 1) | _stateHexademicalCharacterReference(e){Z(e)?this.charRefCode=16*this.cha...
  method _stateDecimalCharacterReference (line 1) | _stateDecimalCharacterReference(e){j(e)?this.charRefCode=10*this.charRef...
  method _stateNumericCharacterReferenceEnd (line 1) | _stateNumericCharacterReferenceEnd(e){if(this.charRefCode===a.NULL)this....
  method currentTmplContentOrNode (line 1) | get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdap...
  method constructor (line 1) | constructor(e,t,s){this.treeAdapter=t,this.handler=s,this.items=[],this....
  method _indexOf (line 1) | _indexOf(e){return this.items.lastIndexOf(e,this.stackTop)}
  method _isInTemplate (line 1) | _isInTemplate(){return this.currentTagId===w.TEMPLATE&&this.treeAdapter....
  method _updateCurrentElement (line 1) | _updateCurrentElement(){this.current=this.items[this.stackTop],this.curr...
  method push (line 1) | push(e,t){this.stackTop++,this.items[this.stackTop]=e,this.current=e,thi...
  method pop (line 1) | pop(){let e=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tm...
  method replace (line 1) | replace(e,t){let s=this._indexOf(e);this.items[s]=t,s===this.stackTop&&(...
  method insertAfter (line 1) | insertAfter(e,t,s){let a=this._indexOf(e)+1;this.items.splice(a,0,t),thi...
  method popUntilTagNamePopped (line 1) | popUntilTagNamePopped(e){let t=this.stackTop+1;do{t=this.tagIDs.lastInde...
  method shortenToLength (line 1) | shortenToLength(e){for(;this.stackTop>=e;){let t=this.current;this.tmplC...
  method popUntilElementPopped (line 1) | popUntilElementPopped(e){let t=this._indexOf(e);this.shortenToLength(t<0...
  method popUntilPopped (line 1) | popUntilPopped(e,t){let s=this._indexOfTagNames(e,t);this.shortenToLengt...
  method popUntilNumberedHeaderPopped (line 1) | popUntilNumberedHeaderPopped(){this.popUntilPopped(Te,U.HTML)}
  method popUntilTableCellPopped (line 1) | popUntilTableCellPopped(){this.popUntilPopped(_e,U.HTML)}
  method popAllUpToHtmlElement (line 1) | popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}
  method _indexOfTagNames (line 1) | _indexOfTagNames(e,t){for(let s=this.stackTop;s>=0;s--)if(e.includes(thi...
  method clearBackTo (line 1) | clearBackTo(e,t){let s=this._indexOfTagNames(e,t);this.shortenToLength(s...
  method clearBackToTableContext (line 1) | clearBackToTableContext(){this.clearBackTo(Ae,U.HTML)}
  method clearBackToTableBodyContext (line 1) | clearBackToTableBodyContext(){this.clearBackTo(le,U.HTML)}
  method clearBackToTableRowContext (line 1) | clearBackToTableRowContext(){this.clearBackTo(he,U.HTML)}
  method remove (line 1) | remove(e){let t=this._indexOf(e);t>=0&&(t===this.stackTop?this.pop():(th...
  method tryPeekProperlyNestedBodyElement (line 1) | tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[...
  method contains (line 1) | contains(e){return this._indexOf(e)>-1}
  method getCommonAncestor (line 1) | getCommonAncestor(e){let t=this._indexOf(e)-1;return t>=0?this.items[t]:...
  method isRootHtmlElementCurrent (line 1) | isRootHtmlElementCurrent(){return 0===this.stackTop&&this.tagIDs[0]===w....
  method hasInScope (line 1) | hasInScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagIDs[t],a=t...
  method hasNumberedHeaderInScope (line 1) | hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){let t=this....
  method hasInListItemScope (line 1) | hasInListItemScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagID...
  method hasInButtonScope (line 1) | hasInButtonScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagIDs[...
  method hasInTableScope (line 1) | hasInTableScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagIDs[t...
  method hasTableBodyContextInTableScope (line 1) | hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--){let ...
  method hasInSelectScope (line 1) | hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagIDs[...
  method generateImpliedEndTags (line 1) | generateImpliedEndTags(){for(;oe.has(this.currentTagId);)this.pop()}
  method generateImpliedEndTagsThoroughly (line 1) | generateImpliedEndTagsThoroughly(){for(;ce.has(this.currentTagId);)this....
  method generateImpliedEndTagsWithExclusion (line 1) | generateImpliedEndTagsWithExclusion(e){for(;this.currentTagId!==e&&ce.ha...
  method constructor (line 1) | constructor(e){this.treeAdapter=e,this.entries=[],this.bookmark=null}
  method _getNoahArkConditionCandidates (line 1) | _getNoahArkConditionCandidates(e,t){let s=[],a=t.length,r=this.treeAdapt...
  method _ensureNoahArkCondition (line 1) | _ensureNoahArkCondition(e){if(this.entries.length<3)return;let t=this.tr...
  method insertMarker (line 1) | insertMarker(){this.entries.unshift(de)}
  method pushElement (line 1) | pushElement(e,t){this._ensureNoahArkCondition(e),this.entries.unshift({t...
  method insertElementAfterBookmark (line 1) | insertElementAfterBookmark(e,t){let s=this.entries.indexOf(this.bookmark...
  method removeEntry (line 1) | removeEntry(e){let t=this.entries.indexOf(e);t>=0&&this.entries.splice(t...
  method clearToLastMarker (line 1) | clearToLastMarker(){let e=this.entries.indexOf(de);e>=0?this.entries.spl...
  method getElementEntryInScopeWithTagName (line 1) | getElementEntryInScopeWithTagName(e){let t=this.entries.find((t=>t.type=...
  method getElementEntry (line 1) | getElementEntry(e){return this.entries.find((t=>t.type===ie.Element&&t.e...
  function ue (line 1) | function ue(e){return{nodeName:"#text",value:e,parentNode:null}}
  method appendChild (line 1) | appendChild(e,t){e.childNodes.push(t),t.parentNode=e}
  method insertBefore (line 1) | insertBefore(e,t,s){let a=e.childNodes.indexOf(s);e.childNodes.splice(a,...
  method setTemplateContent (line 1) | setTemplateContent(e,t){e.content=t}
  method setDocumentType (line 1) | setDocumentType(e,t,s,a){let r=e.childNodes.find((e=>"#documentType"===e...
  method setDocumentMode (line 1) | setDocumentMode(e,t){e.mode=t}
  method detachNode (line 1) | detachNode(e){if(e.parentNode){let t=e.parentNode.childNodes.indexOf(e);...
  method insertText (line 1) | insertText(e,t){if(e.childNodes.length>0){let s=e.childNodes[e.childNode...
  method insertTextBefore (line 1) | insertTextBefore(e,t,s){let a=e.childNodes[e.childNodes.indexOf(s)-1];a&...
  method adoptAttributes (line 1) | adoptAttributes(e,t){let s=new Set(e.attrs.map((e=>e.name)));for(let a=0...
  method setNodeSourceCodeLocation (line 1) | setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t}
  method updateNodeSourceCodeLocation (line 1) | updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeL...
  function ge (line 1) | function ge(e,t){return t.some((t=>e.startsWith(t)))}
  function Fe (line 1) | function Fe(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===ke)...
  function ye (line 1) | function ye(e){for(let t=0;t<e.attrs.length;t++){let s=be.get(e.attrs[t]...
  function Ge (line 1) | function Ge(e){for(let t=0;t<e.attrs.length;t++){let s=Be.get(e.attrs[t]...
  function we (line 1) | function we(e,t,s,a){return(!a||a===U.HTML)&&function(e,t,s){if(t===U.MA...
  method constructor (line 1) | constructor(e,t,s=null,a=null){this.fragmentContext=s,this.scriptHandler...
  method parse (line 1) | static parse(e,t){let s=new this(t);return s.tokenizer.write(e,!0),s.doc...
  method getFragmentParser (line 1) | static getFragmentParser(e,t){let s={...Xe,...t};e??(e=s.treeAdapter.cre...
  method getFragment (line 1) | getFragment(){let e=this.treeAdapter.getFirstChild(this.document),t=this...
  method _err (line 1) | _err(e,t,s){var a;if(!this.onParseError)return;let r=null!==(a=e.locatio...
  method onItemPush (line 1) | onItemPush(e,t,s){var a,r;null===(r=(a=this.treeAdapter).onItemPush)||vo...
  method onItemPop (line 1) | onItemPop(e,t){var s,a;if(this.options.sourceCodeLocationInfo&&this._set...
  method _setContextModes (line 1) | _setContextModes(e,t){let s=e===this.document||this.treeAdapter.getNames...
  method _switchToTextParsing (line 1) | _switchToTextParsing(e,t){this._insertElement(e,U.HTML),this.tokenizer.s...
  method switchToPlaintextParsing (line 1) | switchToPlaintextParsing(){this.insertionMode=xe.TEXT,this.originalInser...
  method _getAdjustedCurrentElement (line 1) | _getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this...
  method _findFormInFragmentContext (line 1) | _findFormInFragmentContext(){let e=this.fragmentContext;for(;e;){if(this...
  method _initTokenizerForFragmentParsing (line 1) | _initTokenizerForFragmentParsing(){if(this.fragmentContext&&this.treeAda...
  method _setDocumentType (line 1) | _setDocumentType(e){let t=e.name||"",s=e.publicId||"",a=e.systemId||"";i...
  method _attachElementToTree (line 1) | _attachElementToTree(e,t){if(this.options.sourceCodeLocationInfo){let s=...
  method _appendElement (line 1) | _appendElement(e,t){let s=this.treeAdapter.createElement(e.tagName,t,e.a...
  method _insertElement (line 1) | _insertElement(e,t){let s=this.treeAdapter.createElement(e.tagName,t,e.a...
  method _insertFakeElement (line 1) | _insertFakeElement(e,t){let s=this.treeAdapter.createElement(e,U.HTML,[]...
  method _insertTemplate (line 1) | _insertTemplate(e){let t=this.treeAdapter.createElement(e.tagName,U.HTML...
  method _insertFakeRootElement (line 1) | _insertFakeRootElement(){let e=this.treeAdapter.createElement(G.HTML,U.H...
  method _appendCommentNode (line 1) | _appendCommentNode(e,t){let s=this.treeAdapter.createCommentNode(e.data)...
  method _insertCharacters (line 1) | _insertCharacters(e){let t,s;if(this._shouldFosterParentOnInsertion()?((...
  method _adoptNodes (line 1) | _adoptNodes(e,t){for(let s=this.treeAdapter.getFirstChild(e);s;s=this.tr...
  method _setEndLocation (line 1) | _setEndLocation(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t...
  method shouldProcessStartTagTokenInForeignContent (line 1) | shouldProcessStartTagTokenInForeignContent(e){if(!this.currentNotInHTML)...
  method _processToken (line 1) | _processToken(e){switch(e.type){case p.CHARACTER:this.onCharacter(e);bre...
  method _isIntegrationPoint (line 1) | _isIntegrationPoint(e,t,s){return we(e,this.treeAdapter.getNamespaceURI(...
  method _reconstructActiveFormattingElements (line 1) | _reconstructActiveFormattingElements(){let e=this.activeFormattingElemen...
  method _closeTableCell (line 1) | _closeTableCell(){this.openElements.generateImpliedEndTags(),this.openEl...
  method _closePElement (line 1) | _closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(w...
  method _resetInsertionMode (line 1) | _resetInsertionMode(){for(let e=this.openElements.stackTop;e>=0;e--)swit...
  method _resetInsertionModeForSelect (line 1) | _resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){let e=this...
  method _isElementCausesFosterParenting (line 1) | _isElementCausesFosterParenting(e){return We.has(e)}
  method _shouldFosterParentOnInsertion (line 1) | _shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&thi...
  method _findFosterParentingLocation (line 1) | _findFosterParentingLocation(){for(let e=this.openElements.stackTop;e>=0...
  method _fosterParentElement (line 1) | _fosterParentElement(e){let t=this._findFosterParentingLocation();t.befo...
  method _isSpecialElement (line 1) | _isSpecialElement(e,t){let s=this.treeAdapter.getNamespaceURI(e);return ...
  method onCharacter (line 1) | onCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!...
  method onNullCharacter (line 1) | onNullCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNo...
  method onComment (line 1) | onComment(e){if(this.skipNextNewLine=!1,this.currentNotInHTML)tt(this,e)...
  method onDoctype (line 1) | onDoctype(e){switch(this.skipNextNewLine=!1,this.insertionMode){case xe....
  method onStartTag (line 1) | onStartTag(e){this.skipNextNewLine=!1,this.currentToken=e,this._processS...
  method _processStartTag (line 1) | _processStartTag(e){this.shouldProcessStartTagTokenInForeignContent(e)?f...
  method _startTagOutsideForeignContent (line 1) | _startTagOutsideForeignContent(e){switch(this.insertionMode){case xe.INI...
  method onEndTag (line 1) | onEndTag(e){this.skipNextNewLine=!1,this.currentToken=e,this.currentNotI...
  method _endTagOutsideForeignContent (line 1) | _endTagOutsideForeignContent(e){switch(this.insertionMode){case xe.INITI...
  method onEof (line 1) | onEof(e){switch(this.insertionMode){case xe.INITIAL:at(this,e);break;cas...
  method onWhitespaceCharacter (line 1) | onWhitespaceCharacter(e){if(this.skipNextNewLine&&(this.skipNextNewLine=...
  function Ve (line 1) | function Ve(e,t){let s=e.activeFormattingElements.getElementEntryInScope...
  function je (line 1) | function je(e,t){let s=null,a=e.openElements.stackTop;for(;a>=0;a--){let...
  function ze (line 1) | function ze(e,t,s){let a=t,r=e.openElements.getCommonAncestor(t);for(let...
  function $e (line 1) | function $e(e,t){let s=e.treeAdapter.getNamespaceURI(t.element),a=e.tree...
  function Je (line 1) | function Je(e,t,s){let a=v(e.treeAdapter.getTagName(t));if(e._isElementC...
  function Ze (line 1) | function Ze(e,t,s){let a=e.treeAdapter.getNamespaceURI(s.element),{token...
  function et (line 1) | function et(e,t){for(let s=0;s<Ye;s++){let s=Ve(e,t);if(!s)break;let a=j...
  function tt (line 1) | function tt(e,t){e._appendCommentNode(t,e.openElements.currentTmplConten...
  function st (line 1) | function st(e,t){if(e.stopped=!0,t.location){let s=e.fragmentContext?0:2...
  function at (line 1) | function at(e,t){e._err(t,o.missingDoctype,!0),e.treeAdapter.setDocument...
  function rt (line 1) | function rt(e,t){e._insertFakeRootElement(),e.insertionMode=xe.BEFORE_HE...
  function it (line 1) | function it(e,t){e._insertFakeElement(G.HEAD,w.HEAD),e.headElement=e.ope...
  function nt (line 1) | function nt(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.BASE:c...
  function ot (line 1) | function ot(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpl...
  function ct (line 1) | function ct(e,t){e.openElements.pop(),e.insertionMode=xe.AFTER_HEAD,e._p...
  function Et (line 1) | function Et(e,t){let s=t.type===p.EOF?o.openElementsLeftAfterEof:o.disal...
  function Tt (line 1) | function Tt(e,t){e._insertFakeElement(G.BODY,w.BODY),e.insertionMode=xe....
  function ht (line 1) | function ht(e,t){switch(t.type){case p.CHARACTER:At(e,t);break;case p.WH...
  function lt (line 1) | function lt(e,t){e._reconstructActiveFormattingElements(),e._insertChara...
  function At (line 1) | function At(e,t){e._reconstructActiveFormattingElements(),e._insertChara...
  function _t (line 1) | function _t(e,t){e._reconstructActiveFormattingElements(),e._appendEleme...
  function mt (line 1) | function mt(e){let t=N(e,F.TYPE);return null!=t&&t.toLowerCase()===ve}
  function dt (line 1) | function dt(e,t){e._switchToTextParsing(t,V.RAWTEXT)}
  function pt (line 1) | function pt(e,t){e._reconstructActiveFormattingElements(),e._insertEleme...
  function ut (line 1) | function ut(e,t){switch(t.tagID){case w.I:case w.S:case w.B:case w.U:cas...
  function Nt (line 1) | function Nt(e,t){let s=t.tagName,a=t.tagID;for(let t=e.openElements.stac...
  function It (line 1) | function It(e,t){switch(t.tagID){case w.A:case w.B:case w.I:case w.S:cas...
  function Ct (line 1) | function Ct(e,t){e.tmplInsertionModeStack.length>0?Gt(e,t):st(e,t)}
  function Rt (line 1) | function Rt(e,t){if(We.has(e.openElements.currentTagId))switch(e.pending...
  function St (line 1) | function St(e,t){switch(t.tagID){case w.TD:case w.TH:case w.TR:!function...
  function Dt (line 1) | function Dt(e,t){switch(t.tagID){case w.TABLE:e.openElements.hasInTableS...
  function Ot (line 1) | function Ot(e,t){let s=e.fosterParentingEnabled;e.fosterParentingEnabled...
  function ft (line 1) | function ft(e,t){e.pendingCharacterTokens.push(t)}
  function Lt (line 1) | function Lt(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePend...
  function gt (line 1) | function gt(e,t){let s=0;if(e.hasNonWhitespacePendingCharacterToken)for(...
  function kt (line 1) | function kt(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.COL:e....
  function Pt (line 1) | function Pt(e,t){e.openElements.currentTagId===w.COLGROUP&&(e.openElemen...
  function bt (line 1) | function bt(e,t){switch(t.tagID){case w.TR:e.openElements.clearBackToTab...
  function Bt (line 1) | function Bt(e,t){let s=t.tagID;switch(t.tagID){case w.TBODY:case w.TFOOT...
  function Ht (line 1) | function Ht(e,t){switch(t.tagID){case w.TH:case w.TD:e.openElements.clea...
  function Ut (line 1) | function Ut(e,t){switch(t.tagID){case w.TR:e.openElements.hasInTableScop...
  function Ft (line 1) | function Ft(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.OPTION...
  function yt (line 1) | function yt(e,t){switch(t.tagID){case w.OPTGROUP:e.openElements.stackTop...
  function Gt (line 1) | function Gt(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagN...
  function wt (line 1) | function wt(e,t){var s;if(t.tagID===w.HTML){if(e.fragmentContext||(e.ins...
  function xt (line 1) | function xt(e,t){e.insertionMode=xe.IN_BODY,ht(e,t)}
  function vt (line 1) | function vt(e,t){e.insertionMode=xe.IN_BODY,ht(e,t)}
  function Yt (line 1) | function Yt(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current...
  function qt (line 1) | function qt(e,t){return function(s){let a,r=0,i="";for(;a=e.exec(s);)r!=...
  function Vt (line 1) | function Vt(e,t){return t.treeAdapter.isElementNode(e)&&t.treeAdapter.ge...
  function zt (line 1) | function zt(e,t){let s="",a=t.treeAdapter.isElementNode(e)&&t.treeAdapte...
  function $t (line 1) | function $t(e,t){return t.treeAdapter.isElementNode(e)?function(e,t){let...
  method constructor (line 1) | constructor(e){this.generateHead=s,this.config=[{elements:"all",tags:["s...
  method generateRedirect (line 1) | generateRedirect(e){return`\n<HTML><HEAD><meta http-equiv="content-type"...
  method iterate (line 1) | iterate(e,t){!function s(a=e){for(var r=0;r<a.childNodes.length;r++)t(a....
  method rewrite (line 1) | rewrite(s,a,r=[]){let i=this;if(Array.isArray(s)&&(s=s[0]),!s||!(s=s.toS...

FILE: static/assets/history/worker.js
  function i (line 1) | function i(e){if("string"!=typeof e)throw new TypeError("Path must be a ...
  function s (line 1) | function s(e,t){for(var i,s="",r=0,n=-1,a=0,o=0;o<=e.length;++o){if(o<e....
  function s (line 1) | function s(e){return-1!==e.indexOf("%")?decodeURIComponent(e):e}
  function r (line 1) | function r(e){return encodeURIComponent(e)}
  function n (line 1) | function n(e,t){try{return t(e)}catch{return e}}
  function s (line 1) | function s(e){return"string"==typeof e&&!!e.trim()}
  function r (line 1) | function r(e,t){var r=e.split(";").filter(s),n=function(e){var t="",i=""...
  function n (line 1) | function n(e,t){if(t=t?Object.assign({},i,t):i,!e)return t.map?{}:[];if(...
  function c (line 1) | function c(){for(;o<e.length&&/\s/.test(e.charAt(o));)o+=1;return o<e.le...
  function b (line 1) | function b(e){if(!e||"string"!=typeof e)return!1;var t=y.exec(e),i=t&&x[...
  method get (line 1) | get(e,t,i){if(e instanceof IDBTransaction){if("done"===t)return P.get(e)...
  function V (line 1) | function V(e){return e!==IDBDatabase.prototype.transaction||"objectStore...
  function O (line 1) | function O(e){return"function"==typeof e?V(e):(e instanceof IDBTransacti...
  function D (line 1) | function D(e){if(e instanceof IDBRequest)return function(e){let t=new Pr...
  function M (line 1) | function M(e,t,{blocked:i,upgrade:s,blocking:r,terminated:n}={}){let a=i...
  function B (line 1) | function B(e,{blocked:t}={}){let i=indexedDB.deleteDatabase(e);return t&...
  function H (line 1) | function H(e,t){if(!(e instanceof IDBDatabase)||t in e||"string"!=typeof...
  function X (line 1) | function X(e,t){for(var i=65536,s=0;s<t.length;s+=2){if((i+=t[s])>e)retu...
  function ee (line 1) | function ee(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?...
  function te (line 1) | function te(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e...
  function se (line 1) | function se(e,t){return new ie(e,{beforeExpr:!0,binop:t})}
  function oe (line 1) | function oe(e,t){return void 0===t&&(t={}),t.keyword=e,ae[e]=new ie(e,t)}
  function pe (line 1) | function pe(e){return 10===e||13===e||8232===e||8233===e}
  function ue (line 1) | function ue(e,t,i){void 0===i&&(i=e.length);for(var s=t;s<i;s++){var r=e...
  function we (line 1) | function we(e){return new RegExp("^(?:"+e.replace(/ /g,"|")+")$")}
  function be (line 1) | function be(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.f...
  function Ee (line 1) | function Ee(e,t){for(var i=1,s=0;;){var r=ue(e,s,t);if(r<0)return new ke...
  function Ae (line 1) | function Ae(e){var t={};for(var i in Se)t[i]=e&&ye(e,i)?e[i]:Se[i];if("l...
  function Ne (line 1) | function Ne(e,t){return 2|(e?4:0)|(t?8:0)}
  function Fe (line 1) | function Fe(e,t){var i=t.key.name,s=e[i],r="true";return"MethodDefinitio...
  function He (line 1) | function He(e,t){var i=e.computed,s=e.key;return!i&&("Identifier"===s.ty...
  function Qe (line 1) | function Qe(e){return"MemberExpression"===e.type&&"PrivateIdentifier"===...
  function it (line 1) | function it(e,t,i,s){return e.type=t,e.end=i,this.options.locations&&(e....
  function gt (line 1) | function gt(e){var t=mt[e]={binary:we(at[e]+" "+ct),binaryOfStrings:we(o...
  function bt (line 1) | function bt(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94...
  function _t (line 1) | function _t(e){return e>=65&&e<=90||e>=97&&e<=122}
  function kt (line 1) | function kt(e){return _t(e)||95===e}
  function Ct (line 1) | function Ct(e){return kt(e)||Et(e)}
  function Et (line 1) | function Et(e){return e>=48&&e<=57}
  function St (line 1) | function St(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}
  function It (line 1) | function It(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}
  function At (line 1) | function At(e){return e>=48&&e<=55}
  function Lt (line 1) | function Lt(e){return"function"!=typeof BigInt?null:BigInt(e.replace(/_/...
  function Rt (line 1) | function Rt(e,t){return Le.parse(e,t)}
  method constructor (line 1) | constructor(e,t){super(t.message||t.code),u(this,"status"),u(this,"body"...
  method constructor (line 1) | constructor(e,t){u(this,"base"),this.base=new URL(`./v${e}/`,t)}
  function Ht (line 1) | function Ht(e,t){let i=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(i>>16)...
  function Wt (line 1) | function Wt(e,t,i,s,r,n){return Ht(function(e,t){return e<<t|e>>>32-t}(H...
  function qt (line 1) | function qt(e,t,i,s,r,n,a){return Wt(t&i|~t&s,e,t,r,n,a)}
  function Gt (line 1) | function Gt(e,t,i,s,r,n,a){return Wt(t&s|i&~s,e,t,r,n,a)}
  function zt (line 1) | function zt(e,t,i,s,r,n,a){return Wt(t^i^s,e,t,r,n,a)}
  function Kt (line 1) | function Kt(e,t,i,s,r,n,a){return Wt(i^(t|~s),e,t,r,n,a)}
  function Qt (line 1) | function Qt(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;let i=17325841...
  function Yt (line 1) | function Yt(e){let t="",i=32*e.length;for(let s=0;s<i;s+=8)t+=String.fro...
  function Jt (line 1) | function Jt(e){let t=[],i=e.length>>2;for(let e=0;e<i;e+=1)t[e]=0;let s=...
  function Zt (line 1) | function Zt(e){let t="0123456789abcdef",i="";for(let s=0;s<e.length;s+=1...
  function Xt (line 1) | function Xt(e){return unescape(encodeURIComponent(e))}
  function ei (line 1) | function ei(e){return function(e){return Yt(Qt(Jt(e),8*e.length))}(Xt(e))}
  function ti (line 1) | function ti(e,t){return function(e,t){let i=Jt(e),s=[],r=[];i.length>16&...
  function ii (line 1) | function ii(e,t,i){return t?i?ti(t,e):function(e,t){return Zt(ti(e,t))}(...
  function ri (line 1) | function ri(e){for(let t=0;t<e.length;t++){let i=e[t];if(!"!#$%&'*+-.012...
  method constructor (line 1) | constructor(e){super(3,e),u(this,"ws"),u(this,"http"),this.ws=new URL(th...
  method connect (line 1) | connect(e,t,i,s,r){let n=new Ot(this.ws),a=()=>{n.removeEventListener("c...
  method request (line 1) | async request(e,t,i,s,r,n,a){if(s.protocol.startsWith("blob:")){let e=aw...
  method readBareResponse (line 1) | async readBareResponse(e){if(!e.ok)throw new $t(e.status,await e.json())...
  method createBareHeaders (line 1) | createBareHeaders(e,t,i=[],s=[],r=[]){let n=new Headers;n.set("x-bare-ur...
  function ai (line 1) | async function ai(e,t){let i=await Vt(e,{signal:t});if(!i.ok)throw new E...
  method constructor (line 1) | constructor(e,t){u(this,"manifest"),u(this,"client"),u(this,"server"),u(...
  method loadManifest (line 1) | loadManifest(e){return this.manifest=e,this.client=this.getClient(),this...
  method demand (line 1) | demand(){return this.onDemand?(this.working||(this.working=ai(this.serve...
  method getClient (line 1) | getClient(){for(let[e,t]of ni)if(this.manifest.versions.includes(e))retu...
  method createWebSocket (line 1) | createWebSocket(e,t=[],i){if(!this.client)throw new TypeError("You need ...
  method fetch (line 1) | async fetch(e,t){let i=function(e){return"string"==typeof e||e instanceo...
  function li (line 1) | async function li(e,t){let i=await ai(e,t);return new hi(e,i)}
  function xi (line 1) | function xi(e,t){let{generator:i}=e;if(e.write("("),null!=t&&t.length>0)...
  function yi (line 1) | function yi(e,t,i,s){let r=e.expressionsPrecedence[t.type];if(r===mi)ret...
  function vi (line 1) | function vi(e,t,i,s){let{generator:r}=e;yi(e,t,i,s)?(e.write("("),r[t.ty...
  function wi (line 1) | function wi(e,t,i,s){let r=t.split("\n"),n=r.length-1;if(e.write(r[0].tr...
  function bi (line 1) | function bi(e,t,i,s){let{length:r}=t;for(let n=0;n<r;n++){let r=t[n];e.w...
  function _i (line 1) | function _i(e,t){let{generator:i}=e,{declarations:s}=t;e.write(t.kind+" ...
  method Program (line 1) | Program(e,t){let i=t.indent.repeat(t.indentLevel),{lineEnd:s,writeCommen...
  method StaticBlock (line 1) | StaticBlock(e,t){t.write("static "),this.BlockStatement(e,t)}
  method EmptyStatement (line 1) | EmptyStatement(e,t){t.write(";")}
  method ExpressionStatement (line 1) | ExpressionStatement(e,t){let i=t.expressionsPrecedence[e.expression.type...
  method IfStatement (line 1) | IfStatement(e,t){t.write("if ("),this[e.test.type](e.test,t),t.write(") ...
  method LabeledStatement (line 1) | LabeledStatement(e,t){this[e.label.type](e.label,t),t.write(": "),this[e...
  method BreakStatement (line 1) | BreakStatement(e,t){t.write("break"),null!=e.label&&(t.write(" "),this[e...
  method ContinueStatement (line 1) | ContinueStatement(e,t){t.write("continue"),null!=e.label&&(t.write(" "),...
  method WithStatement (line 1) | WithStatement(e,t){t.write("with ("),this[e.object.type](e.object,t),t.w...
  method SwitchStatement (line 1) | SwitchStatement(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:s,w...
  method ReturnStatement (line 1) | ReturnStatement(e,t){t.write("return"),e.argument&&(t.write(" "),this[e....
  method ThrowStatement (line 1) | ThrowStatement(e,t){t.write("throw "),this[e.argument.type](e.argument,t...
  method TryStatement (line 1) | TryStatement(e,t){if(t.write("try "),this[e.block.type](e.block,t),e.han...
  method WhileStatement (line 1) | WhileStatement(e,t){t.write("while ("),this[e.test.type](e.test,t),t.wri...
  method DoWhileStatement (line 1) | DoWhileStatement(e,t){t.write("do "),this[e.body.type](e.body,t),t.write...
  method ForStatement (line 1) | ForStatement(e,t){if(t.write("for ("),null!=e.init){let{init:i}=e;"V"===...
  method DebuggerStatement (line 1) | DebuggerStatement(e,t){t.write("debugger;",e)}
  method VariableDeclaration (line 1) | VariableDeclaration(e,t){_i(t,e),t.write(";")}
  method VariableDeclarator (line 1) | VariableDeclarator(e,t){this[e.id.type](e.id,t),null!=e.init&&(t.write("...
  method ClassDeclaration (line 1) | ClassDeclaration(e,t){if(t.write("class "+(e.id?`${e.id.name} `:""),e),e...
  method ImportDeclaration (line 1) | ImportDeclaration(e,t){t.write("import ");let{specifiers:i}=e,{length:s}...
  method ImportExpression (line 1) | ImportExpression(e,t){t.write("import("),this[e.source.type](e.source,t)...
  method ExportDefaultDeclaration (line 1) | ExportDefaultDeclaration(e,t){t.write("export default "),this[e.declarat...
  method ExportNamedDeclaration (line 1) | ExportNamedDeclaration(e,t){if(t.write("export "),e.declaration)this[e.d...
  method ExportAllDeclaration (line 1) | ExportAllDeclaration(e,t){null!=e.exported?t.write("export * as "+e.expo...
  method MethodDefinition (line 1) | MethodDefinition(e,t){e.static&&t.write("static ");let i=e.kind[0];("g"=...
  method ClassExpression (line 1) | ClassExpression(e,t){this.ClassDeclaration(e,t)}
  method ArrowFunctionExpression (line 1) | ArrowFunctionExpression(e,t){t.write(e.async?"async ":"",e);let{params:i...
  method ThisExpression (line 1) | ThisExpression(e,t){t.write("this",e)}
  method Super (line 1) | Super(e,t){t.write("super",e)}
  method YieldExpression (line 1) | YieldExpression(e,t){t.write(e.delegate?"yield*":"yield"),e.argument&&(t...
  method AwaitExpression (line 1) | AwaitExpression(e,t){t.write("await ",e),vi(t,e.argument,e)}
  method TemplateLiteral (line 1) | TemplateLiteral(e,t){let{quasis:i,expressions:s}=e;t.write("`");let{leng...
  method TemplateElement (line 1) | TemplateElement(e,t){t.write(e.value.raw,e)}
  method TaggedTemplateExpression (line 1) | TaggedTemplateExpression(e,t){vi(t,e.tag,e),this[e.quasi.type](e.quasi,t)}
  method ObjectExpression (line 1) | ObjectExpression(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:s,...
  method Property (line 1) | Property(e,t){e.method||"i"!==e.kind[0]?this.MethodDefinition(e,t):(e.sh...
  method PropertyDefinition (line 1) | PropertyDefinition(e,t){e.static&&t.write("static "),e.computed&&t.write...
  method ObjectPattern (line 1) | ObjectPattern(e,t){if(t.write("{"),e.properties.length>0){let{properties...
  method SequenceExpression (line 1) | SequenceExpression(e,t){xi(t,e.expressions)}
  method UnaryExpression (line 1) | UnaryExpression(e,t){if(e.prefix){let{operator:i,argument:s,argument:{ty...
  method UpdateExpression (line 1) | UpdateExpression(e,t){e.prefix?(t.write(e.operator),this[e.argument.type...
  method AssignmentExpression (line 1) | AssignmentExpression(e,t){this[e.left.type](e.left,t),t.write(" "+e.oper...
  method AssignmentPattern (line 1) | AssignmentPattern(e,t){this[e.left.type](e.left,t),t.write(" = "),this[e...
  method ConditionalExpression (line 1) | ConditionalExpression(e,t){let{test:i}=e,s=t.expressionsPrecedence[i.typ...
  method NewExpression (line 1) | NewExpression(e,t){t.write("new ");let i=t.expressionsPrecedence[e.calle...
  method CallExpression (line 1) | CallExpression(e,t){let i=t.expressionsPrecedence[e.callee.type];i===mi|...
  method ChainExpression (line 1) | ChainExpression(e,t){this[e.expression.type](e.expression,t)}
  method MemberExpression (line 1) | MemberExpression(e,t){let i=t.expressionsPrecedence[e.object.type];i===m...
  method MetaProperty (line 1) | MetaProperty(e,t){t.write(e.meta.name+"."+e.property.name,e)}
  method Identifier (line 1) | Identifier(e,t){t.write(e.name,e)}
  method PrivateIdentifier (line 1) | PrivateIdentifier(e,t){t.write(`#${e.name}`,e)}
  method Literal (line 1) | Literal(e,t){null!=e.raw?t.write(e.raw,e):null!=e.regex?this.RegExpLiter...
  method RegExpLiteral (line 1) | RegExpLiteral(e,t){let{regex:i}=e;t.write(`/${i.pattern}/${i.flags}`,e)}
  method constructor (line 1) | constructor(e){let t=e??Ni;this.output="",null!=t.output?(this.output=t....
  method write (line 1) | write(e){this.output+=e}
  method writeToStream (line 1) | writeToStream(e){this.output.write(e)}
  method writeAndMap (line 1) | writeAndMap(e,t){this.output+=e,this.map(e,t)}
  method writeToStreamAndMap (line 1) | writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}
  method map (line 1) | map(e,t){if(null!=t){let{type:i}=t;if("L"===i[0]&&"n"===i[2])return this...
  method toString (line 1) | toString(){return this.output}
  function Ti (line 1) | function Ti(e,t){let i=new Li(t);return i.generator[e.type](e,i),i.output}
  method constructor (line 1) | constructor(e){this.mime=_,this.idb=C,this.path=k,this.acorn={parse:Rt},...
  function Vi (line 1) | function Vi(e,t,i,s,r="",n=!1,a=""){if(self.__dynamic$config)var o="deve...
  method constructor (line 1) | constructor(e){this.generateHead=Vi,this.config=[{elements:"all",tags:["...
  method generateRedirect (line 1) | generateRedirect(e){return`\n<HTML><HEAD><meta http-equiv="content-type"...
  method iterate (line 1) | iterate(e,t){!function i(s=e){for(var r=0;r<s.childNodes.length;r++)t(s....
  method rewrite (line 1) | rewrite(e,t,i=[]){return Array.isArray(e)&&(e=e[0]),e&&((e=e.toString())...
  method constructor (line 1) | constructor(e){this.ctx=e.ctx}
  method rewrite (line 1) | rewrite(e,t,i={}){return e&&e.toString().replace(/(?:@import\s?|url\(?)[...
  function ji (line 1) | function ji(e,t){"object"==typeof e&&t&&function e(t,i,s){if("object"==t...
  function Mi (line 1) | function Mi(e,t={},i,s){var r=this.ctx.modules.acorn.parse(e.toString(),...
  function Bi (line 1) | function Bi(e,t={}){Object.entries({type:"CallExpression",callee:{type:"...
  function Ui (line 1) | function Ui(e,t={}){e.__dynamic||e.arguments.length&&(e.arguments=[{type...
  method constructor (line 1) | constructor(e){this.iterate=ji,this.process=Mi,this.emit=$i,this.ctx=e.ctx}
  method rewrite (line 1) | rewrite(e,t={},i=!0,s={}){if(!e||e instanceof Object||(e=e.toString()).i...
  method constructor (line 1) | constructor(e){this.config={rewrite:[["icons","urlit"],["name"," - Dynam...
  method rewrite (line 1) | rewrite(e,t){let i=JSON.parse(e);for(let e in this.config)if("rewrite"==...
  method constructor (line 1) | constructor(e){this.ctx=e,this.html=new Oi(this),this.srcset=Wi,this.js=...
  function Gi (line 1) | async function Gi(e){var t;if("GET"===e.method){t=new URL(e.url).searchP...
  function zi (line 1) | function zi({url:e}){return!e.toString().substr(location.origin.length,(...
  function Ki (line 1) | function Ki({url:e}){return!e.toString().substr(location.origin.length,t...
  function Qi (line 1) | async function Qi(e,t,i){for(let r in e)if(-1!==this.ctx.headers.csp.ind...
  function Yi (line 1) | function Yi(e,t,i,s){let{referrer:r}=i;if(["origin","Origin","host","Hos...
  function Ji (line 1) | function Ji(e){return Object.assign(Object.create(Object.getPrototypeOf(...
  function Zi (line 1) | function Zi(e){try{if(new new Proxy(e,{construct:()=>({})}),!Object.getO...
  function Xi (line 1) | function Xi(e){return e.url.toString().substr(location.origin.length,e.u...
  function es (line 1) | async function es(e){let t;if("development"!==self.__dynamic$config.mode...
  function ts (line 1) | async function ts(e,t){}
  method constructor (line 1) | constructor(e){this.rawHeaders={},this.headers=new Headers({}),this.stat...
  method blob (line 1) | async blob(){return this.body}
  method text (line 1) | async text(){return await this.body.text()}
  function ss (line 1) | function ss(e){var t=this.ctx.encoding;return t="object"==typeof this.ct...
  function rs (line 1) | function rs(e,t,i){if(!e.url.startsWith("http"))return e.url;let s=e.url...
  method constructor (line 1) | constructor(e){this.route=Gi,this.routePath=zi,this.path=Ki,this.resHead...
  function as (line 1) | function as(e,t){if(!e)return e;if((e=new String(e).toString()).startsWi...
  function os (line 1) | function os(e){if(!e||(e=new String(e).toString()).match(this.ctx.regex....
  method constructor (line 1) | constructor(e){this.encode=as,this.decode=os,this.ctx=e}
  function hs (line 1) | function hs(e){for(var t in e=new URL(e.href))this.ctx.meta[t]=e[t];retu...
  method constructor (line 1) | constructor(){}
  method constructor (line 1) | constructor(e){super(),this.load=hs,this.ctx=e}
  method constructor (line 1) | constructor(e="",t=new Request("")){this.headers=new Headers({}),this.re...
  method init (line 1) | get init(){return{headers:this.headers||new Headers({}),redirect:this.re...
  method constructor (line 1) | constructor(e="",t=new Response("")){super(e,t),this.status=200,this.sta...
  method init (line 1) | get init(){return{headers:this.headers||new Headers({}),statusText:this....
  method constructor (line 1) | constructor(e){this.Request=us,this.Response=ds,this.ctx=e}
  method constructor (line 1) | constructor(e){this.BypassRegex=ms,this.DataRegex=gs,this.WeirdRegex=xs,...
  method constructor (line 1) | constructor(e){this.ctx=e}
  function ws (line 1) | function ws(e,t=""){return"text/css"===(this.ctx.modules.mime.contentTyp...
  function bs (line 1) | function bs(e,t="",i=""){let s;return t||this.ctx.modules.mime.contentTy...
  function _s (line 1) | function _s(e,t=""){if(e.pathname.endsWith(".js")&&"text/plain"==t)retur...
  method constructor (line 1) | constructor(e){this.html=bs,this.js=_s,this.css=ws,this.ctx=e}
  method upgrade (line 1) | async upgrade(e){await e.createObjectStore("__dynamic$cookies")}
  method constructor (line 1) | constructor(e){this.db=Cs,this.ctx=e}
  method get (line 1) | async get(e){return this._db||(this._db=this.db.open()),((e=[])=>e.map((...
  method set (line 1) | async set(e,t=""){return t=this.ctx.modules.setCookieParser.parse(t,{dec...
  method open (line 1) | async open(){await Cs.open()}
  method update (line 1) | async update(e){return this._db||(this._db=this.db.open()),await Cs.upda...
  function t (line 1) | function t(e,t){return e<<t|e>>>32-t}
  function i (line 1) | function i(e,t){var i,s,r,n,a;return r=2147483648&e,n=2147483648&t,a=(10...
  function s (line 1) | function s(e,s,r,n,a,o,c){return e=i(e,i(i(function(e,t,i){return e&t|~e...
  function r (line 1) | function r(e,s,r,n,a,o,c){return e=i(e,i(i(function(e,t,i){return e&i|t&...
  function n (line 1) | function n(e,s,r,n,a,o,c){return e=i(e,i(i(function(e,t,i){return e^t^i}...
  function a (line 1) | function a(e,s,r,n,a,o,c){return e=i(e,i(i(function(e,t,i){return t^(e|~...
  function o (line 1) | function o(e){var t,i,s=[];for(i=0;i<=3;i++)t=e>>>8*i&255,s=s.concat(t);...
  method constructor (line 1) | constructor(e){this.listeners=[],this.modules=new Ri(this),this.util=new...
  method on (line 1) | on(e,t){this.listeners.push({event:e,cb:t})}
  method fire (line 1) | fire(e,t){for(let i of this.listeners)if(i.event===e)return t=i.cb(...t)...
  method get (line 1) | get(){return new URL(t.url.decode(this.url))}
  method constructor (line 1) | constructor(i=e.__dynamic$config){this.listeners=[],this.middleware=t.mi...
  method route (line 1) | async route(i){let{request:s}=i;return!s.url.startsWith(t.config.bare.pa...
  method fetch (line 1) | async fetch(s){let{request:r}=s;try{if("navigate"!==r.mode&&(r.client=(a...

FILE: static/assets/js/c1.js
  function Span (line 19) | function Span(name) {
  function saveToLocal (line 27) | function saveToLocal(path) {
  function handleClick (line 31) | function handleClick(app) {
  function getSelected (line 73) | function getSelected(links) {
  function CustomApp (line 86) | function CustomApp(customApp) {
  function setPin (line 115) | function setPin(index) {
  function pinContains (line 146) | function pinContains(i, p) {
  function Custom (line 158) | function Custom(app) {
  function CreateCustomApp (line 174) | function CreateCustomApp(customApp) {
  function category (line 382) | function category() {
  function bar (line 397) | function bar() {

FILE: static/assets/js/h1.js
  function US (line 185) | function US() {
  function getRandomUrl (line 194) | function getRandomUrl() {
  function randRange (line 213) | function randRange(min, max) {

FILE: static/assets/js/index-3.js
  function processUrl (line 34) | function processUrl(value, path) {
  function go (line 57) | function go(value) {
  function blank (line 61) | function blank(value) {
  function dy (line 65) | function dy(value) {
  function isUrl (line 69) | function isUrl(val = "") {

FILE: static/assets/js/m1.js
  function setCloak (line 78) | function setCloak(nameValue, iconUrl) {

FILE: static/assets/js/s1.js
  function adChange (line 4) | function adChange(selectedValue) {
  function pChange (line 48) | function pChange(selectedValue) {
  function saveEventKey (line 102) | function saveEventKey() {
  function saveIcon (line 124) | function saveIcon() {
  function saveName (line 131) | function saveName() {
  function CustomIcon (line 138) | function CustomIcon() {
  function CustomName (line 145) | function CustomName() {
  function ResetCustomCloak (line 151) | function ResetCustomCloak() {
  function redirectToMainDomain (line 158) | function redirectToMainDomain() {
  function handleDropdownChange (line 183) | function handleDropdownChange(selectElement) {
  function updateHeadSection (line 192) | function updateHeadSection(selectedValue) {
  function AB (line 248) | function AB() {
  function toggleAB (line 298) | function toggleAB() {
  function EngineChange (line 309) | function EngineChange(dropdown) {
  function SaveEngine (line 328) | function SaveEngine() {
  function getRandomURL (line 346) | function getRandomURL() {
  function randRange (line 365) | function randRange(min, max) {
  function exportSaveData (line 369) | function exportSaveData() {
  function importSaveData (line 404) | function importSaveData() {

FILE: static/assets/js/t3.js
  function processUrl (line 14) | function processUrl(url) {
  function isUrl (line 23) | function isUrl(val = "") {
  function prependHttps (line 29) | function prependHttps(url) {
  function createNewTab (line 45) | function createNewTab() {
  function closeTab (line 122) | function closeTab(event) {
  function switchTab (line 152) | function switchTab(event) {
  function reload (line 199) | function reload() {
  function popout (line 211) | function popout() {
  function eToggle (line 240) | function eToggle() {
  function FS (line 277) | function FS() {
  function Home (line 292) | function Home() {
  function goBack (line 298) | function goBack() {
  function goForward (line 309) | function goForward() {
  function Load (line 345) | function Load() {
  function decodeXor (line 366) | function decodeXor(input) {

FILE: static/assets/mathematics/bundle.js
  class a (line 1) | class a extends i.default{constructor(e){super(),this.ctx=e,this.rewrite...
    method constructor (line 1) | constructor(e){super(),this.ctx=e,this.rewriteUrl=e.rewriteUrl,this.so...
    method rewrite (line 1) | rewrite(e,t={}){return e?this.recast(e,e=>{e.tagName&&this.emit("eleme...
    method source (line 1) | source(e,t={}){return e?this.recast(e,e=>{e.tagName&&this.emit("elemen...
    method recast (line 1) | recast(e,t,n={}){try{let i=(n.document?r.parse:r.parseFragment)(new St...
    method iterate (line 1) | iterate(e,t,n){if(!e)return e;if(e.tagName){let i=new o(e,!1,n);if(t(i...
    method wrapSrcset (line 1) | wrapSrcset(e,t=this.ctx.meta){return e.split(",").map(e=>{let n=e.trim...
    method unwrapSrcset (line 1) | unwrapSrcset(e,t=this.ctx.meta){return e.split(",").map(e=>{let n=e.tr...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.document=t...
    method overrideParseFromString (line 8) | overrideParseFromString(){this.ctx.override(this.domProto,"parseFromSt...
    method overrideQuerySelector (line 8) | overrideQuerySelector(){this.ctx.override(this.docProto,"querySelector...
    method overrideDomain (line 8) | overrideDomain(){this.ctx.overrideDescriptor(this.docProto,"domain",{g...
    method overrideReferrer (line 8) | overrideReferrer(){this.ctx.overrideDescriptor(this.docProto,"referrer...
    method overrideCreateTreeWalker (line 8) | overrideCreateTreeWalker(){this.ctx.override(this.docProto,"createTree...
    method overrideWrite (line 8) | overrideWrite(){this.ctx.override(this.docProto,"write",(e,t,n)=>{if(!...
    method overrideDocumentURI (line 8) | overrideDocumentURI(){this.ctx.overrideDescriptor(this.docProto,"docum...
    method overrideURL (line 8) | overrideURL(){this.ctx.overrideDescriptor(this.docProto,"URL",{get:(e,...
    method overrideReferrer (line 8) | overrideReferrer(){this.ctx.overrideDescriptor(this.docProto,"referrer...
    method overrideCookie (line 8) | overrideCookie(){this.ctx.overrideDescriptor(this.docProto,"cookie",{g...
    method overrideTitle (line 8) | overrideTitle(){this.ctx.overrideDescriptor(this.docProto,"title",{get...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.Audio=this...
    method overrideQuerySelector (line 8) | overrideQuerySelector(){this.ctx.override(this.elemProto,"querySelecto...
    method overrideAttribute (line 8) | overrideAttribute(){this.ctx.override(this.elemProto,"getAttribute",(e...
    method overrideAudio (line 8) | overrideAudio(){this.ctx.override(this.window,"Audio",(e,t,n)=>{if(!n....
    method overrideHtml (line 8) | overrideHtml(){this.hookProperty(this.Element,"innerHTML",{get:(e,t)=>...
    method overrideInsertAdjacentHTML (line 8) | overrideInsertAdjacentHTML(){this.ctx.override(this.elemProto,"insertA...
    method overrideInsertAdjacentText (line 8) | overrideInsertAdjacentText(){this.ctx.override(this.elemProto,"insertA...
    method hookProperty (line 8) | hookProperty(e,t,n){if(!e||!t in e)return!1;if(this.ctx.nativeMethods....
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.Node=e.win...
    method overrideTextContent (line 8) | overrideTextContent(){this.ctx.overrideDescriptor(this.nodeProto,"text...
    method overrideAppend (line 8) | overrideAppend(){this.ctx.override(this.nodeProto,"append",(e,t,[...n]...
    method overrideBaseURI (line 8) | overrideBaseURI(){this.ctx.overrideDescriptor(this.nodeProto,"baseURI"...
    method overrideParent (line 8) | overrideParent(){this.ctx.overrideDescriptor(this.nodeProto,"parentNod...
    method overrideOwnerDocument (line 8) | overrideOwnerDocument(){this.ctx.overrideDescriptor(this.nodeProto,"ow...
    method overrideCompareDocumentPosit1ion (line 8) | overrideCompareDocumentPosit1ion(){this.ctx.override(this.nodeProto,"c...
    method overrideChildMethods (line 8) | overrideChildMethods(){this.ctx.override(this.nodeProto,"removeChild")}
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.Attr=this....
    method overrideNameValue (line 8) | overrideNameValue(){this.ctx.overrideDescriptor(this.attrProto,"name",...
    method overrideItemMethods (line 8) | overrideItemMethods(){this.ctx.override(this.attrProto,"getNamedItem",...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.Function=t...
    method overrideFunction (line 8) | overrideFunction(){this.ctx.override(this.window,"Function",(e,t,n)=>{...
    method overrideToString (line 8) | overrideToString(){this.ctx.override(this.fnProto,"toString",(e,t)=>{l...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.Object=thi...
    method overrideGetPropertyNames (line 8) | overrideGetPropertyNames(){this.ctx.override(this.Object,"getOwnProper...
    method overrideGetOwnPropertyDescriptors (line 8) | overrideGetOwnPropertyDescriptors(){this.ctx.override(this.Object,"get...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.fetch=this...
    method override (line 8) | override(){return this.overrideRequest(),this.overrideUrl(),this.overr...
    method overrideRequest (line 8) | overrideRequest(){return!!this.fetch&&(this.ctx.override(this.window,"...
    method overrideUrl (line 8) | overrideUrl(){return this.ctx.overrideDescriptor(this.reqProto,"url",{...
    method overrideHeaders (line 8) | overrideHeaders(){return!!this.Headers&&(this.ctx.overrideDescriptor(t...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.WebSocket=...
    method overrideWebSocket (line 8) | overrideWebSocket(){this.ctx.override(this.window,"WebSocket",(e,t,n)=...
    method overrideUrl (line 8) | overrideUrl(){this.ctx.overrideDescriptor(this.wsProto,"url",{get:(e,t...
    method overrideProtocol (line 8) | overrideProtocol(){this.ctx.overrideDescriptor(this.wsProto,"protocol"...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.XMLHttpReq...
    method override (line 8) | override(){this.overrideOpen(),this.overrideSend(),this.overrideMimeTy...
    method overrideOpen (line 8) | overrideOpen(){this.ctx.override(this.xhrProto,"open",(e,t,n)=>{if(2>n...
    method overrideResponseUrl (line 8) | overrideResponseUrl(){this.ctx.overrideDescriptor(this.xhrProto,"respo...
    method overrideSend (line 8) | overrideSend(){this.ctx.override(this.xhrProto,"send",(e,t,[n=null])=>...
    method overrideSetReqHeader (line 8) | overrideSetReqHeader(){this.ctx.override(this.xhrProto,"setRequestHead...
    method overrideGetResHeaders (line 8) | overrideGetResHeaders(){this.ctx.override(this.xhrProto,"getAllRespons...
    method overrideGetResHeader (line 8) | overrideGetResHeader(){this.ctx.override(this.xhrProto,"getResponseHea...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.EventSourc...
    method overrideConstruct (line 8) | overrideConstruct(){this.ctx.override(this.window,"EventSource",(e,t,n...
    method overrideUrl (line 8) | overrideUrl(){this.ctx.overrideDescriptor(this.esProto,"url",{get:(e,t...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=this.ctx.window,this.His...
    method override (line 8) | override(){this.overridePushState(),this.overrideReplaceState(),this.o...
    method overridePushState (line 8) | overridePushState(){this.ctx.override(this.historyProto,"pushState",(e...
    method overrideReplaceState (line 8) | overrideReplaceState(){this.ctx.override(this.historyProto,"replaceSta...
    method overrideGo (line 8) | overrideGo(){this.ctx.override(this.historyProto,"go",(e,t,[n])=>{let ...
    method overrideForward (line 8) | overrideForward(){this.ctx.override(this.historyProto,"forward",(e,t)=...
    method overrideBack (line 8) | overrideBack(){this.ctx.override(this.historyProto,"back",(e,t)=>{let ...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=this.ctx.window,this.pos...
    method overridePostMessage (line 8) | overridePostMessage(){this.ctx.override(this.window,"postMessage",(e,t...
    method wrapPostMessage (line 8) | wrapPostMessage(e,t,n=!1){return this.ctx.wrap(e,t,(t,i,a)=>{if(this.c...
    method overrideMessageOrigin (line 8) | overrideMessageOrigin(){this.ctx.overrideDescriptor(this.messageProto,...
    method overrideMessageData (line 8) | overrideMessageData(){this.ctx.overrideDescriptor(this.messageProto,"d...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.navigator=...
    method overrideSendBeacon (line 8) | overrideSendBeacon(){this.ctx.override(this.navProto,"sendBeacon",(e,t...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.Worker=thi...
    method overrideWorker (line 8) | overrideWorker(){this.ctx.override(this.window,"Worker",(e,t,n)=>{if(!...
    method overrideAddModule (line 8) | overrideAddModule(){this.ctx.override(this.workletProto,"addModule",(e...
    method overridePostMessage (line 8) | overridePostMessage(){this.ctx.override(this.workerProto,"postMessage"...
    method overrideImportScripts (line 8) | overrideImportScripts(){this.ctx.override(this.window,"importScripts",...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=this.ctx.window,this.URL...
    method overrideObjectURL (line 8) | overrideObjectURL(){this.ctx.override(this.URL,"createObjectURL",(e,t,...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.localStora...
    method overrideMethods (line 8) | overrideMethods(){this.ctx.override(this.storeProto,"getItem",(e,t,n)=...
    method overrideLength (line 8) | overrideLength(){this.ctx.overrideDescriptor(this.storeProto,"length",...
    method emulate (line 8) | emulate(e,t={}){this.ctx.nativeMethods.setPrototypeOf(t,this.storeProt...
    method constructor (line 8) | constructor(e){super(),this.ctx=e,this.window=e.window,this.CSSStyleDe...
    method overrideSetGetProperty (line 8) | overrideSetGetProperty(){this.ctx.override(this.cssStyleProto,"getProp...
    method overrideCssText (line 8) | overrideCssText(){this.ctx.overrideDescriptor(this.cssStyleProto,"cssT...
  class o (line 1) | class o extends i.default{constructor(e,t=!1,n={}){super(),this.stream=t...
    method constructor (line 1) | constructor(e,t=!1,n={}){super(),this.stream=t,this.node=e,this.option...
    method setAttribute (line 1) | setAttribute(e,t){for(let n of this.attrs)if(n.name===e)return n.value...
    method getAttribute (line 1) | getAttribute(e){let t=this.attrs.find(t=>t.name===e)||{};return t.value}
    method hasAttribute (line 1) | hasAttribute(e){return!!this.attrs.find(t=>t.name===e)}
    method removeAttribute (line 1) | removeAttribute(e){let t=this.attrs.findIndex(t=>t.name===e);void 0!==...
    method tagName (line 1) | get tagName(){return this.node.tagName}
    method tagName (line 1) | set tagName(e){this.node.tagName=e}
    method childNodes (line 1) | get childNodes(){return this.stream?null:this.node.childNodes}
    method innerHTML (line 1) | get innerHTML(){return this.stream?null:(0,r.serialize)({nodeName:"#do...
    method innerHTML (line 1) | set innerHTML(e){this.stream||(this.node.childNodes=(0,r.parseFragment...
    method outerHTML (line 1) | get outerHTML(){return this.stream?null:(0,r.serialize)({nodeName:"#do...
    method outerHTML (line 1) | set outerHTML(e){this.stream||this.parentNode.childNodes.splice(this.p...
    method textContent (line 1) | get textContent(){if(this.stream)return null;let e="";return iterate(t...
    method textContent (line 1) | set textContent(e){this.stream||(this.node.childNodes=[{nodeName:"#tex...
    method nodeName (line 1) | get nodeName(){return this.node.nodeName}
    method parentNode (line 1) | get parentNode(){return this.node.parentNode?new o(this.node.parentNod...
    method attrs (line 1) | get attrs(){return this.node.attrs}
    method namespaceURI (line 1) | get namespaceURI(){return this.node.namespaceURI}
    method constructor (line 1) | constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastC...
    method _err (line 1) | _err(){}
    method _addGap (line 1) | _addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}
    method _processSurrogate (line 1) | _processSurrogate(e){if(this.pos!==this.lastCharPos){let t=this.html.c...
    method dropParsedChunk (line 1) | dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=th...
    method write (line 1) | write(e,t){this.html?this.html+=e:this.html=e,this.lastCharPos=this.ht...
    method insertHtmlAtCurrentPos (line 1) | insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+...
    method advance (line 1) | advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChu...
    method _checkForProblematicCharacters (line 1) | _checkForProblematicCharacters(e){i.isControlCodePoint(e)?this._err(r....
    method retreat (line 1) | retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.p...
    method constructor (line 1) | constructor(e){super(e),this.tokenizer=e,this.posTracker=i.install(e.p...
    method _getCurrentLocation (line 1) | _getCurrentLocation(){return{startLine:this.posTracker.line,startCol:t...
    method _attachCurrentAttrLocationInfo (line 1) | _attachCurrentAttrLocationInfo(){this.currentAttrLocation.endLine=this...
    method _getOverriddenMethods (line 1) | _getOverriddenMethods(e,t){let n={_createStartTagToken(){t._createStar...
    method constructor (line 1) | constructor(e,t){super(e,t);let n=a.install(e.preprocessor,r,t);this.p...
    method constructor (line 1) | constructor(e,t){super(e,t),this.posTracker=a.install(e,r),this.lastEr...
    method _reportError (line 1) | _reportError(e){this.lastErrOffset!==this.posTracker.offset&&(this.las...
    method constructor (line 1) | constructor(e){super(),this.ctx=e,this.meta=e.meta,this.parsel=a.defau...
    method rewrite (line 1) | rewrite(e,t){return this.recast(e,t,"rewrite")}
    method source (line 1) | source(e,t){return this.recast(e,t,"source")}
    method recast (line 1) | recast(e,t,n){if(!e)return e;e=new String(e).toString();try{let i=this...
    method constructor (line 1) | constructor(){this.lines=null,this.columns=null,this.computed=!1}
    method setSource (line 1) | setSource(e,t=0,n=1,i=1){this.source=e,this.startOffset=t,this.startLi...
    method getLocation (line 1) | getLocation(e,t){return this.computed||a(this),{source:t,offset:this.s...
    method getLocationRange (line 1) | getLocationRange(e,t,n){return this.computed||a(this),{source:n,start:...
    method constructor (line 3) | constructor(){super(),this.parseOptions={ranges:!0,module:!0,globalRet...
    method rewrite (line 3) | rewrite(e,t={}){return this.recast(e,t,"rewrite")}
    method source (line 3) | source(e,t={}){return this.recast(e,t,"source")}
    method recast (line 3) | recast(e,t={},n=""){try{let i=[],a=this.parse(e,this.parseOptions),o={...
    method iterate (line 3) | iterate(e,t){"object"==typeof e&&t&&function e(t,n,i){if("object"==typ...
  class s (line 1) | class s{constructor(e,t,n={}){this.attr=t,this.attrs=e.attrs,this.node=e...
    method constructor (line 1) | constructor(e,t,n={}){this.attr=t,this.attrs=e.attrs,this.node=e,this....
    method delete (line 1) | delete(){let e=this.attrs.findIndex(e=>e===this.attr);return this.attr...
    method name (line 1) | get name(){return this.attr.name}
    method name (line 1) | set name(e){this.attr.name=e}
    method value (line 1) | get value(){return this.attr.value}
    method value (line 1) | set value(e){this.attr.value=e}
    method deleted (line 1) | get deleted(){return!1}
    method constructor (line 1) | constructor(e,t){super(e,t),this.opts=t,this.ctLoc=null,this.locBefore...
    method _setErrorLocation (line 1) | _setErrorLocation(e){this.ctLoc&&(e.startLine=this.ctLoc.startLine,e.s...
    method _getOverriddenMethods (line 1) | _getOverriddenMethods(e,t){return{_bootstrap(n,i){t._bootstrap.call(th...
    method constructor (line 8) | constructor(e,t,n,i,r){this.api=e,this.ctx=e.ctx,this.storage=t,this.w...
    method clear (line 8) | clear(){for(let e in this.storage){let t=this.unwrap(e);t&&t.origin===...
    method __init (line 8) | __init(){for(let e in this.storage){let t=this.unwrap(e);t&&t.origin==...
  class _ (line 1) | class _{constructor(e,t,n=!1,i={}){this.stream=n,this.node=e,this.elemen...
    method constructor (line 1) | constructor(e,t,n=!1,i={}){this.stream=n,this.node=e,this.element=t,th...
    method nodeName (line 1) | get nodeName(){return this.node.nodeName}
    method parentNode (line 1) | get parentNode(){return this.element}
    method value (line 1) | get value(){return this.stream?this.node.text:this.node.value}
    method value (line 1) | set value(e){this.stream?this.node.text=e:this.node.value=e}
    method constructor (line 1) | constructor(e,t){this.setSource(e,t)}
    method reset (line 1) | reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStar...
    method setSource (line 1) | setSource(e="",t=()=>{}){e=String(e||"");let n=e.length,r=(0,i.adoptBu...
    method lookupType (line 1) | lookupType(e){return(e+=this.tokenIndex)<this.tokenCount?this.offsetAn...
    method lookupOffset (line 1) | lookupOffset(e){return(e+=this.tokenIndex)<this.tokenCount?16777215&th...
    method lookupValue (line 1) | lookupValue(e,t){return(e+=this.tokenIndex)<this.tokenCount&&(0,r.cmpS...
    method getTokenStart (line 1) | getTokenStart(e){return e===this.tokenIndex?this.tokenStart:e>0?e<this...
    method substrToCursor (line 1) | substrToCursor(e){return this.source.substring(e,this.tokenStart)}
    method isBalanceEdge (line 1) | isBalanceEdge(e){return this.balance[this.tokenIndex]<e}
    method isDelim (line 1) | isDelim(e,t){return t?this.lookupType(t)===o.Delim&&this.source.charCo...
    method skip (line 1) | skip(e){let t=this.tokenIndex+e;t<this.tokenCount?(this.tokenIndex=t,t...
    method next (line 1) | next(){let e=this.tokenIndex+1;e<this.tokenCount?(this.tokenIndex=e,th...
    method skipSC (line 1) | skipSC(){for(;this.tokenType===o.WhiteSpace||this.tokenType===o.Commen...
    method skipUntilBalanced (line 1) | skipUntilBalanced(e,t){let n=e,i,r;loop:for(;n<this.tokenCount;n++){if...
    method forEachToken (line 1) | forEachToken(e){for(let t=0,n=this.firstCharOffset;t<this.tokenCount;t...
    method dump (line 1) | dump(){let e=Array(this.tokenCount);return this.forEachToken((t,n,i,r)...
  function o (line 1) | function o(e){console&&console.warn&&console.warn(e)}
    method constructor (line 1) | constructor(e,t=!1,n={}){super(),this.stream=t,this.node=e,this.option...
    method setAttribute (line 1) | setAttribute(e,t){for(let n of this.attrs)if(n.name===e)return n.value...
    method getAttribute (line 1) | getAttribute(e){let t=this.attrs.find(t=>t.name===e)||{};return t.value}
    method hasAttribute (line 1) | hasAttribute(e){return!!this.attrs.find(t=>t.name===e)}
    method removeAttribute (line 1) | removeAttribute(e){let t=this.attrs.findIndex(t=>t.name===e);void 0!==...
    method tagName (line 1) | get tagName(){return this.node.tagName}
    method tagName (line 1) | set tagName(e){this.node.tagName=e}
    method childNodes (line 1) | get childNodes(){return this.stream?null:this.node.childNodes}
    method innerHTML (line 1) | get innerHTML(){return this.stream?null:(0,r.serialize)({nodeName:"#do...
    method innerHTML (line 1) | set innerHTML(e){this.stream||(this.node.childNodes=(0,r.parseFragment...
    method outerHTML (line 1) | get outerHTML(){return this.stream?null:(0,r.serialize)({nodeName:"#do...
    method outerHTML (line 1) | set outerHTML(e){this.stream||this.parentNode.childNodes.splice(this.p...
    method textContent (line 1) | get textContent(){if(this.stream)return null;let e="";return iterate(t...
    method textContent (line 1) | set textContent(e){this.stream||(this.node.childNodes=[{nodeName:"#tex...
    method nodeName (line 1) | get nodeName(){return this.node.nodeName}
    method parentNode (line 1) | get parentNode(){return this.node.parentNode?new o(this.node.parentNod...
    method attrs (line 1) | get attrs(){return this.node.attrs}
    method namespaceURI (line 1) | get namespaceURI(){return this.node.namespaceURI}
    method constructor (line 1) | constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastC...
    method _err (line 1) | _err(){}
    method _addGap (line 1) | _addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}
    method _processSurrogate (line 1) | _processSurrogate(e){if(this.pos!==this.lastCharPos){let t=this.html.c...
    method dropParsedChunk (line 1) | dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=th...
    method write (line 1) | write(e,t){this.html?this.html+=e:this.html=e,this.lastCharPos=this.ht...
    method insertHtmlAtCurrentPos (line 1) | insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+...
    method advance (line 1) | advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChu...
    method _checkForProblematicCharacters (line 1) | _checkForProblematicCharacters(e){i.isControlCodePoint(e)?this._err(r....
    method retreat (line 1) | retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.p...
    method constructor (line 1) | constructor(e){super(e),this.tokenizer=e,this.posTracker=i.install(e.p...
    method _getCurrentLocation (line 1) | _getCurrentLocation(){return{startLine:this.posTracker.line,startCol:t...
    method _attachCurrentAttrLocationInfo (line 1) | _attachCurrentAttrLocationInfo(){this.currentAttrLocation.endLine=this...
    method _getOverriddenMethods (line 1) | _getOverriddenMethods(e,t){let n={_createStartTagToken(){t._createStar...
    method constructor (line 1) | constructor(e,t){super(e,t);let n=a.install(e.preprocessor,r,t);this.p...
    method constructor (line 1) | constructor(e,t){super(e,t),this.posTracker=a.install(e,r),this.lastEr...
    method _reportError (line 1) | _reportError(e){this.lastErrOffset!==this.posTracker.offset&&(this.las...
    method constructor (line 1) | constructor(e){super(),this.ctx=e,this.meta=e.meta,this.parsel=a.defau...
    method rewrite (line 1) | rewrite(e,t){return this.recast(e,t,"rewrite")}
    method source (line 1) | source(e,t){return this.recast(e,t,"source")}
    method recast (line 1) | recast(e,t,n){if(!e)return e;e=new String(e).toString();try{let i=this...
    method constructor (line 1) | constructor(){this.lines=null,this.columns=null,this.computed=!1}
    method setSource (line 1) | setSource(e,t=0,n=1,i=1){this.source=e,this.startOffset=t,this.startLi...
    method getLocation (line 1) | getLocation(e,t){return this.computed||a(this),{source:t,offset:this.s...
    method getLocationRange (line 1) | getLocationRange(e,t,n){return this.computed||a(this),{source:n,start:...
    method constructor (line 3) | constructor(){super(),this.parseOptions={ranges:!0,module:!0,globalRet...
    method rewrite (line 3) | rewrite(e,t={}){return this.recast(e,t,"rewrite")}
    method source (line 3) | source(e,t={}){return this.recast(e,t,"source")}
    method recast (line 3) | recast(e,t={},n=""){try{let i=[],a=this.parse(e,this.parseOptions),o={...
    method iterate (line 3) | iterate(e,t){"object"==typeof e&&t&&function e(t,n,i){if("object"==typ...
  function _ (line 1) | function _(){_.init.call(this)}
    method constructor (line 1) | constructor(e,t,n=!1,i={}){this.stream=n,this.node=e,this.element=t,th...
    method nodeName (line 1) | get nodeName(){return this.node.nodeName}
    method parentNode (line 1) | get parentNode(){return this.element}
    method value (line 1) | get value(){return this.stream?this.node.text:this.node.value}
    method value (line 1) | set value(e){this.stream?this.node.text=e:this.node.value=e}
    method constructor (line 1) | constructor(e,t){this.setSource(e,t)}
    method reset (line 1) | reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStar...
    method setSource (line 1) | setSource(e="",t=()=>{}){e=String(e||"");let n=e.length,r=(0,i.adoptBu...
    method lookupType (line 1) | lookupType(e){return(e+=this.tokenIndex)<this.tokenCount?this.offsetAn...
    method lookupOffset (line 1) | lookupOffset(e){return(e+=this.tokenIndex)<this.tokenCount?16777215&th...
    method lookupValue (line 1) | lookupValue(e,t){return(e+=this.tokenIndex)<this.tokenCount&&(0,r.cmpS...
    method getTokenStart (line 1) | getTokenStart(e){return e===this.tokenIndex?this.tokenStart:e>0?e<this...
    method substrToCursor (line 1) | substrToCursor(e){return this.source.substring(e,this.tokenStart)}
    method isBalanceEdge (line 1) | isBalanceEdge(e){return this.balance[this.tokenIndex]<e}
    method isDelim (line 1) | isDelim(e,t){return t?this.lookupType(t)===o.Delim&&this.source.charCo...
    method skip (line 1) | skip(e){let t=this.tokenIndex+e;t<this.tokenCount?(this.tokenIndex=t,t...
    method next (line 1) | next(){let e=this.tokenIndex+1;e<this.tokenCount?(this.tokenIndex=e,th...
    method skipSC (line 1) | skipSC(){for(;this.tokenType===o.WhiteSpace||this.tokenType===o.Commen...
    method skipUntilBalanced (line 1) | skipUntilBalanced(e,t){let n=e,i,r;loop:for(;n<this.tokenCount;n++){if...
    method forEachToken (line 1) | forEachToken(e){for(let t=0,n=this.firstCharOffset;t<this.tokenCount;t...
    method dump (line 1) | dump(){let e=Array(this.tokenCount);return this.forEachToken((t,n,i,r)...
  function u (line 1) | function u(e){if("function"!=typeof e)throw TypeError('The "listener" ar...
  function p (line 1) | function p(e){return void 0===e._maxListeners?_.defaultMaxListeners:e._m...
  function $ (line 1) | function $(e,t,n,i){if(u(n),void 0===(a=e._events)?(a=e._events=Object.c...
  function d (line 1) | function d(){if(!this.fired)return(this.target.removeListener(this.type,...
  function m (line 1) | function m(e,t,n){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener...
    method constructor (line 1) | constructor(e,t){this.options=r(l,t),this.treeAdapter=this.options.tre...
    method serialize (line 1) | serialize(){return this._serializeChildNodes(this.startNode),this.html}
    method _serializeChildNodes (line 1) | _serializeChildNodes(e){let t=this.treeAdapter.getChildNodes(e);if(t)f...
    method _serializeElement (line 1) | _serializeElement(e){let t=this.treeAdapter.getTagName(e),n=this.treeA...
    method _serializeAttributes (line 1) | _serializeAttributes(e){let t=this.treeAdapter.getAttrList(e);for(let ...
    method _serializeTextNode (line 1) | _serializeTextNode(e){let t=this.treeAdapter.getTextNodeContent(e),n=t...
    method _serializeCommentNode (line 1) | _serializeCommentNode(e){this.html+="<!--"+this.treeAdapter.getComment...
    method _serializeDocumentTypeNode (line 1) | _serializeDocumentTypeNode(e){let t=this.treeAdapter.getDocumentTypeNo...
  function h (line 1) | function h(e,t,n){var i=e._events;if(void 0===i)return[];var r=i[t];retu...
    method constructor (line 8) | constructor(n={}){this.prefix=n.prefix||"/a/",this.urlRegex=/^(#|about...
    method rewriteUrl (line 8) | rewriteUrl(e,t=this.meta){if(!(e=new String(e).trim())||this.urlRegex....
    method sourceUrl (line 8) | sourceUrl(e,t=this.meta){if(!e||this.urlRegex.test(e))return e;try{ret...
    method encodeUrl (line 8) | encodeUrl(e){return encodeURIComponent(e)}
    method decodeUrl (line 8) | decodeUrl(e){return decodeURIComponent(e)}
    method encodeProtocol (line 8) | encodeProtocol(e){e=e.toString();let t="";for(let n=0;n<e.length;n++){...
    method decodeProtocol (line 8) | decodeProtocol(e){if("string"!=typeof e)throw TypeError("protocol must...
    method implementUVMiddleware (line 8) | implementUVMiddleware(){(0,l.attributes)(this),(0,l.text)(this),(0,l.i...
    method rewriteHtml (line 8) | get rewriteHtml(){return this.html.rewrite.bind(this.html)}
    method sourceHtml (line 8) | get sourceHtml(){return this.html.source.bind(this.html)}
    method rewriteCSS (line 8) | get rewriteCSS(){return this.css.rewrite.bind(this.css)}
    method sourceCSS (line 8) | get sourceCSS(){return this.css.source.bind(this.css)}
    method rewriteJS (line 8) | get rewriteJS(){return this.js.rewrite.bind(this.js)}
    method sourceJS (line 8) | get sourceJS(){return this.js.source.bind(this.js)}
  function f (line 1) | function f(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"...
  function g (line 1) | function g(e,t){for(var n=Array(t),i=0;i<t;++i)n[i]=e[i];return n}
  function x (line 1) | function x(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}
  function v (line 1) | function v(e){for(var t=Array(e.length),n=0;n<t.length;++n)t[n]=e[n].lis...
    method constructor (line 3) | constructor(e,t,n){if(this.valueCommonSyntax=$,this.syntax=t,this.gene...
    method checkStructure (line 3) | checkStructure(e){function t(e,t){i.push({node:e,message:t})}let n=thi...
    method createDescriptor (line 3) | createDescriptor(e,t,n,i=null){let r={type:t,name:n},a={type:t,name:n,...
    method addAtrule_ (line 3) | addAtrule_(e,t){t&&(this.atrules[e]={type:"Atrule",name:e,prelude:t.pr...
    method addProperty_ (line 3) | addProperty_(e,t){t&&(this.properties[e]=this.createDescriptor(t,"Prop...
    method addType_ (line 3) | addType_(e,t){t&&(this.types[e]=this.createDescriptor(t,"Type",e),t===...
    method checkAtruleName (line 3) | checkAtruleName(e){if(!this.getAtrule(e))return new i.SyntaxReferenceE...
    method checkAtrulePrelude (line 3) | checkAtrulePrelude(e,t){let n=this.checkAtruleName(e);if(n)return n;le...
    method checkAtruleDescriptorName (line 3) | checkAtruleDescriptorName(e,t){let n=this.checkAtruleName(e);if(n)retu...
    method checkPropertyName (line 3) | checkPropertyName(e){if(!this.getProperty(e))return new i.SyntaxRefere...
    method matchAtrulePrelude (line 3) | matchAtrulePrelude(e,t){let n=this.checkAtrulePrelude(e,t);return n?g(...
    method matchAtruleDescriptor (line 3) | matchAtruleDescriptor(e,t,n){let i=this.checkAtruleDescriptorName(e,t)...
    method matchDeclaration (line 3) | matchDeclaration(e){return"Declaration"!==e.type?g(null,Error("Not a D...
    method matchProperty (line 3) | matchProperty(e,t){if(r.property(e).custom)return g(null,Error("Lexer ...
    method matchType (line 3) | matchType(e,t){let n=this.getType(e);return n?x(this,n,t,!1):g(null,ne...
    method match (line 3) | match(e,t){return"string"==typeof e||e&&e.type?("string"!=typeof e&&e....
    method findValueFragments (line 3) | findValueFragments(e,t,n,i){return(0,u.matchFragments)(this,t,this.mat...
    method findDeclarationValueFragments (line 3) | findDeclarationValueFragments(e,t,n){return(0,u.matchFragments)(this,e...
    method findAllFragments (line 3) | findAllFragments(e,t,n){let i=[];return this.syntax.walk(e,{visit:"Dec...
    method getAtrule (line 3) | getAtrule(e,t=!0){let n=r.keyword(e),i=n.vendor&&t?this.atrules[n.name...
    method getAtrulePrelude (line 3) | getAtrulePrelude(e,t=!0){let n=this.getAtrule(e,t);return n&&n.prelude...
    method getAtruleDescriptor (line 3) | getAtruleDescriptor(e,t){return this.atrules.hasOwnProperty(e)&&this.a...
    method getProperty (line 3) | getProperty(e,t=!0){let n=r.property(e),i=n.vendor&&t?this.properties[...
    method getType (line 3) | getType(e){return hasOwnProperty.call(this.types,e)?this.types[e]:null}
    method validate (line 3) | validate(){function e(i,r,a,s){if(a.has(r))return a.get(r);a.set(r,!1)...
    method dump (line 3) | dump(e,t){return{generic:this.generic,types:m(this.types,!t,e),propert...
    method toString (line 3) | toString(){return JSON.stringify(this.dump())}
  function b (line 1) | function b(e,t){return new Promise(function(n,i){function r(n){e.removeL...
  function k (line 1) | function k(e,t,n){"function"==typeof e.on&&T(e,"error",t,n)}
    method constructor (line 8) | constructor(e=self,t=!e.window){super(),this.window=e,this.nativeMetho...
    method initLocation (line 8) | initLocation(e,t){this.location=new d.default(this,t,e,this.worker)}
    method override (line 8) | override(e,t,n,i){if(!t in e)return!1;let r=this.wrap(e,t,n,i);return ...
    method overrideDescriptor (line 8) | overrideDescriptor(e,t,n={}){let i=this.wrapDescriptor(e,t,n);return i...
    method wrap (line 8) | wrap(e,t,n,i){let r=e[t];if(!r)return r;let a="prototype"in r?function...
    method wrapDescriptor (line 8) | wrapDescriptor(e,t,n={}){let i=this.nativeMethods.getOwnPropertyDescri...
  function T (line 1) | function T(e,t,n,i){if("function"==typeof e.on)i.once?e.once(t,n):e.on(t...
  class V (line 1) | class V{constructor(e){this.options=c(x,e),this.treeAdapter=this.options...
    method constructor (line 1) | constructor(e){this.options=c(x,e),this.treeAdapter=this.options.treeA...
    method parse (line 1) | parse(e){let t=this.treeAdapter.createDocument();return this._bootstra...
    method parseFragment (line 1) | parseFragment(e,t){t||(t=this.treeAdapter.createElement(h.TEMPLATE,f.H...
    method _bootstrap (line 1) | _bootstrap(e,t){this.tokenizer=new i(this.options),this.stopped=!1,thi...
    method _err (line 1) | _err(){}
    method _runParsingLoop (line 1) | _runParsingLoop(e){for(;!this.stopped;){this._setupTokenizerCDATAMode(...
    method runParsingLoopForCurrentChunk (line 1) | runParsingLoopForCurrentChunk(e,t){if(this._runParsingLoop(t),t&&this....
    method _setupTokenizerCDATAMode (line 1) | _setupTokenizerCDATAMode(){let e=this._getAdjustedCurrentElement();thi...
    method _switchToTextParsing (line 1) | _switchToTextParsing(e,t){this._insertElement(e,f.HTML),this.tokenizer...
    method switchToPlaintextParsing (line 1) | switchToPlaintextParsing(){this.insertionMode=w,this.originalInsertion...
    method _getAdjustedCurrentElement (line 1) | _getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&th...
    method _findFormInFragmentContext (line 1) | _findFormInFragmentContext(){let e=this.fragmentContext;do{if(this.tre...
    method _initTokenizerForFragmentParsing (line 1) | _initTokenizerForFragmentParsing(){if(this.treeAdapter.getNamespaceURI...
    method _setDocumentType (line 1) | _setDocumentType(e){let t=e.name||"",n=e.publicId||"",i=e.systemId||""...
    method _attachElementToTree (line 1) | _attachElementToTree(e){if(this._shouldFosterParentOnInsertion())this....
    method _appendElement (line 1) | _appendElement(e,t){let n=this.treeAdapter.createElement(e.tagName,t,e...
    method _insertElement (line 1) | _insertElement(e,t){let n=this.treeAdapter.createElement(e.tagName,t,e...
    method _insertFakeElement (line 1) | _insertFakeElement(e){let t=this.treeAdapter.createElement(e,f.HTML,[]...
    method _insertTemplate (line 1) | _insertTemplate(e){let t=this.treeAdapter.createElement(e.tagName,f.HT...
    method _insertFakeRootElement (line 1) | _insertFakeRootElement(){let e=this.treeAdapter.createElement(h.HTML,f...
    method _appendCommentNode (line 1) | _appendCommentNode(e,t){let n=this.treeAdapter.createCommentNode(e.dat...
    method _insertCharacters (line 1) | _insertCharacters(e){if(this._shouldFosterParentOnInsertion())this._fo...
    method _adoptNodes (line 1) | _adoptNodes(e,t){for(let n=this.treeAdapter.getFirstChild(e);n;n=this....
    method _shouldProcessTokenInForeignContent (line 1) | _shouldProcessTokenInForeignContent(e){let t=this._getAdjustedCurrentE...
    method _processToken (line 1) | _processToken(e){K[this.insertionMode][e.type](this,e)}
    method _processTokenInBodyMode (line 1) | _processTokenInBodyMode(e){K[C][e.type](this,e)}
    method _processTokenInForeignContent (line 1) | _processTokenInForeignContent(e){e.type===i.CHARACTER_TOKEN?tK(this,e)...
    method _processInputToken (line 1) | _processInputToken(e){this._shouldProcessTokenInForeignContent(e)?this...
    method _isIntegrationPoint (line 1) | _isIntegrationPoint(e,t){let n=this.treeAdapter.getTagName(e),i=this.t...
    method _reconstructActiveFormattingElements (line 1) | _reconstructActiveFormattingElements(){let e=this.activeFormattingElem...
    method _closeTableCell (line 1) | _closeTableCell(){this.openElements.generateImpliedEndTags(),this.open...
    method _closePElement (line 1) | _closePElement(){this.openElements.generateImpliedEndTagsWithExclusion...
    method _resetInsertionMode (line 1) | _resetInsertionMode(){for(let e=this.openElements.stackTop,t=!1;e>=0;e...
    method _resetInsertionModeForSelect (line 1) | _resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){let n=th...
    method _pushTmplInsertionMode (line 1) | _pushTmplInsertionMode(e){this.tmplInsertionModeStack.push(e),this.tmp...
    method _popTmplInsertionMode (line 1) | _popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplIns...
    method _isElementCausesFosterParenting (line 1) | _isElementCausesFosterParenting(e){let t=this.treeAdapter.getTagName(e...
    method _shouldFosterParentOnInsertion (line 1) | _shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&t...
    method _findFosterParentingLocation (line 1) | _findFosterParentingLocation(){let e={parent:null,beforeElement:null};...
    method _fosterParentElement (line 1) | _fosterParentElement(e){let t=this._findFosterParentingLocation();t.be...
    method _fosterParentText (line 1) | _fosterParentText(e){let t=this._findFosterParentingLocation();t.befor...
    method _isSpecialElement (line 1) | _isSpecialElement(e){let t=this.treeAdapter.getTagName(e),n=this.treeA...
  function W (line 1) | function W(e,t){let n=e.activeFormattingElements.getElementEntryInScopeW...
  function Y (line 1) | function Y(e,t){let n=null;for(let i=e.openElements.stackTop;i>=0;i--){l...
  function Q (line 1) | function Q(e,t,n){let i=t,r=e.openElements.getCommonAncestor(t);for(let ...
  function X (line 1) | function X(e,t){let n=e.treeAdapter.getNamespaceURI(t.element),i=e.treeA...
  function J (line 1) | function J(e,t,n){if(e._isElementCausesFosterParenting(t))e._fosterParen...
  function Z (line 1) | function Z(e,t,n){let i=e.treeAdapter.getNamespaceURI(n.element),r=n.tok...
  function ee (line 1) | function ee(e,t){let n;for(let i=0;i<8&&(n=W(e,t,n));i++){let r=Y(e,n);i...
  function et (line 1) | function et(){}
  function en (line 1) | function en(e){e._err($.misplacedDoctype)}
  function ei (line 1) | function ei(e,t){e._appendCommentNode(t,e.openElements.currentTmplConten...
  function er (line 1) | function er(e,t){e._appendCommentNode(t,e.openElements.items[0])}
  function ea (line 1) | function ea(e,t){e._appendCommentNode(t,e.document)}
  function eo (line 1) | function eo(e,t){e._insertCharacters(t)}
  function es (line 1) | function es(e){e.stopped=!0}
  function e_ (line 1) | function e_(e,t){e._setDocumentType(t);let n=t.forceQuirks?m.DOCUMENT_MO...
  function el (line 1) | function el(e,t){e._err($.missingDoctype,{beforeToken:!0}),e.treeAdapter...
  function ec (line 1) | function ec(e,t){t.tagName===h.HTML?(e._insertElement(t,f.HTML),e.insert...
  function eu (line 1) | function eu(e,t){let n=t.tagName;(n===h.HTML||n===h.HEAD||n===h.BODY||n=...
  function ep (line 1) | function ep(e,t){e._insertFakeRootElement(),e.insertionMode=T,e._process...
  function e$ (line 1) | function e$(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.HEAD?(e._inser...
  function ed (line 1) | function ed(e,t){let n=t.tagName;n===h.HEAD||n===h.BODY||n===h.HTML||n==...
  function e0 (line 1) | function e0(e,t){e._insertFakeElement(h.HEAD),e.headElement=e.openElemen...
  function em (line 1) | function em(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.BASE||n===h.BA...
  function eh (line 1) | function eh(e,t){let n=t.tagName;n===h.HEAD?(e.openElements.pop(),e.inse...
  function e7 (line 1) | function e7(e,t){e.openElements.pop(),e.insertionMode=A,e._processToken(t)}
  function e3 (line 1) | function e3(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.BASEFONT||n===...
  function ef (line 1) | function ef(e,t){let n=t.tagName;n===h.NOSCRIPT?(e.openElements.pop(),e....
  function e2 (line 1) | function e2(e,t){let n=t.type===i.EOF_TOKEN?$.openElementsLeftAfterEof:$...
  function e6 (line 1) | function e6(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.BODY?(e._inser...
  function eg (line 1) | function eg(e,t){let n=t.tagName;n===h.BODY||n===h.HTML||n===h.BR?e1(e,t...
  function e1 (line 1) | function e1(e,t){e._insertFakeElement(h.BODY),e.insertionMode=C,e._proce...
  function e4 (line 1) | function e4(e,t){e._reconstructActiveFormattingElements(),e._insertChara...
  function e5 (line 1) | function e5(e,t){e._reconstructActiveFormattingElements(),e._insertChara...
  function ex (line 1) | function ex(e,t){0===e.openElements.tmplCount&&e.treeAdapter.adoptAttrib...
  function ev (line 1) | function ev(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement()...
  function eb (line 1) | function eb(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement()...
  function ek (line 1) | function ek(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(...
  function eT (line 1) | function eT(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(...
  function eE (line 1) | function eE(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(...
  function ey (line 1) | function ey(e,t){let n=e.openElements.tmplCount>0;e.formElement&&!n||(e....
  function eA (line 1) | function eA(e,t){e.framesetOk=!1;let n=t.tagName;for(let i=e.openElement...
  function eC (line 1) | function eC(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(...
  function ew (line 1) | function ew(e,t){e.openElements.hasInScope(h.BUTTON)&&(e.openElements.ge...
  function eS (line 1) | function eS(e,t){let n=e.activeFormattingElements.getElementEntryInScope...
  function e8 (line 1) | function e8(e,t){e._reconstructActiveFormattingElements(),e._insertEleme...
  function eN (line 1) | function eN(e,t){e._reconstructActiveFormattingElements(),e.openElements...
  function eD (line 1) | function eD(e,t){e._reconstructActiveFormattingElements(),e._insertEleme...
  function eP (line 1) | function eP(e,t){e.treeAdapter.getDocumentMode(e.document)!==m.DOCUMENT_...
  function eO (line 1) | function eO(e,t){e._reconstructActiveFormattingElements(),e._appendEleme...
  function eL (line 1) | function eL(e,t){e._reconstructActiveFormattingElements(),e._appendEleme...
  function eI (line 1) | function eI(e,t){e._appendElement(t,f.HTML),t.ackSelfClosing=!0}
  function eR (line 1) | function eR(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(...
  function eM (line 1) | function eM(e,t){t.tagName=h.IMG,eO(e,t)}
  function eF (line 1) | function eF(e,t){e._insertElement(t,f.HTML),e.skipNextNewLine=!0,e.token...
  function eB (line 1) | function eB(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(...
  function eH (line 1) | function eH(e,t){e.framesetOk=!1,e._switchToTextParsing(t,i.MODE.RAWTEXT)}
  function ej (line 1) | function ej(e,t){e._switchToTextParsing(t,i.MODE.RAWTEXT)}
    method constructor (line 1) | constructor(){this.preprocessor=new i,this.tokenQueue=[],this.allowCDA...
    method _err (line 1) | _err(){}
    method _errOnNextCodePoint (line 1) | _errOnNextCodePoint(e){this._consume(),this._err(e),this._unconsume()}
    method getNextToken (line 1) | getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consum...
    method write (line 1) | write(e,t){this.active=!0,this.preprocessor.write(e,t)}
    method insertHtmlAtCurrentPos (line 1) | insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlA...
    method _ensureHibernation (line 1) | _ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.con...
    method _consume (line 1) | _consume(){return this.consumedAfterSnapshot++,this.preprocessor.advan...
    method _unconsume (line 1) | _unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}
    method _reconsumeInState (line 1) | _reconsumeInState(e){this.state=e,this._unconsume()}
    method _consumeSequenceIfMatch (line 1) | _consumeSequenceIfMatch(e,t,n){let i=0,r=!0,a=e.length,o=0,_=t,l;for(;...
    method _isTempBufferEqualToScriptString (line 1) | _isTempBufferEqualToScriptString(){if(this.tempBuff.length!==_.SCRIPT_...
    method _createStartTagToken (line 1) | _createStartTagToken(){this.currentToken={type:ej.START_TAG_TOKEN,tagN...
    method _createEndTagToken (line 1) | _createEndTagToken(){this.currentToken={type:ej.END_TAG_TOKEN,tagName:...
    method _createCommentToken (line 1) | _createCommentToken(){this.currentToken={type:ej.COMMENT_TOKEN,data:""}}
    method _createDoctypeToken (line 1) | _createDoctypeToken(e){this.currentToken={type:ej.DOCTYPE_TOKEN,name:e...
    method _createCharacterToken (line 1) | _createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t}}
    method _createEOFToken (line 1) | _createEOFToken(){this.currentToken={type:ej.EOF_TOKEN}}
    method _createAttr (line 1) | _createAttr(e){this.currentAttr={name:e,value:""}}
    method _leaveAttrName (line 1) | _leaveAttrName(e){null===ej.getTokenAttr(this.currentToken,this.curren...
    method _leaveAttrValue (line 1) | _leaveAttrValue(e){this.state=e}
    method _emitCurrentToken (line 1) | _emitCurrentToken(){this._emitCurrentCharacterToken();let e=this.curre...
    method _emitCurrentCharacterToken (line 1) | _emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQu...
    method _emitEOFToken (line 1) | _emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}
    method _appendCharToCurrentCharacterToken (line 1) | _appendCharToCurrentCharacterToken(e,t){this.currentCharacterToken&&th...
    method _emitCodePoint (line 1) | _emitCodePoint(e){let t=ej.CHARACTER_TOKEN;eS(e)?t=ej.WHITESPACE_CHARA...
    method _emitSeveralCodePoints (line 1) | _emitSeveralCodePoints(e){for(let t=0;t<e.length;t++)this._emitCodePoi...
    method _emitChars (line 1) | _emitChars(e){this._appendCharToCurrentCharacterToken(ej.CHARACTER_TOK...
    method _matchNamedCharacterReference (line 1) | _matchNamedCharacterReference(e){let t=null,n=1,i=eH(0,e);for(this.tem...
    method _isCharacterReferenceInAttribute (line 1) | _isCharacterReferenceInAttribute(){return this.returnState===K||this.r...
    method _isCharacterReferenceAttributeQuirk (line 1) | _isCharacterReferenceAttributeQuirk(e){if(!e&&this._isCharacterReferen...
    method _flushCodePointsConsumedAsCharacterReference (line 1) | _flushCodePointsConsumedAsCharacterReference(){if(this._isCharacterRef...
    method [u] (line 1) | [u](e){this.preprocessor.dropParsedChunk(),e===s.LESS_THAN_SIGN?this.s...
    method [p] (line 1) | [p](e){this.preprocessor.dropParsedChunk(),e===s.AMPERSAND?(this.retur...
    method [$] (line 1) | [$](e){this.preprocessor.dropParsedChunk(),e===s.LESS_THAN_SIGN?this.s...
    method [d] (line 1) | [d](e){this.preprocessor.dropParsedChunk(),e===s.LESS_THAN_SIGN?this.s...
    method [m] (line 1) | [m](e){this.preprocessor.dropParsedChunk(),e===s.NULL?(this._err(o.une...
    method [h] (line 1) | [h](e){e===s.EXCLAMATION_MARK?this.state=J:e===s.SOLIDUS?this.state=f:...
    method [f] (line 1) | [f](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(g)):e==...
    method [g] (line 1) | [g](e){eS(e)?this.state=U:e===s.SOLIDUS?this.state=Q:e===s.GREATER_THA...
    method [x] (line 1) | [x](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=v):(this._emitChars(...
    method [v] (line 1) | [v](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(b)):(th...
    method [b] (line 1) | [b](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e)...
    method [k] (line 1) | [k](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=T):(this._emitChars(...
    method [T] (line 1) | [T](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(E)):(th...
    method [E] (line 1) | [E](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e)...
    method [y] (line 1) | [y](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=A):e===s.EXCLAMATION...
    method [A] (line 1) | [A](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(C)):(th...
    method [C] (line 1) | [C](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e)...
    method [w] (line 1) | [w](e){e===s.HYPHEN_MINUS?(this.state=S,this._emitChars("-")):this._re...
    method [S] (line 1) | [S](e){e===s.HYPHEN_MINUS?(this.state=P,this._emitChars("-")):this._re...
    method [N] (line 1) | [N](e){e===s.HYPHEN_MINUS?(this.state=D,this._emitChars("-")):e===s.LE...
    method [D] (line 1) | [D](e){e===s.HYPHEN_MINUS?(this.state=P,this._emitChars("-")):e===s.LE...
    method [P] (line 1) | [P](e){e===s.HYPHEN_MINUS?this._emitChars("-"):e===s.LESS_THAN_SIGN?th...
    method [O] (line 1) | [O](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=L):eP(e)?(this.tempB...
    method [L] (line 1) | [L](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(I)):(th...
    method [I] (line 1) | [I](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e)...
    method [R] (line 1) | [R](e){eS(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN?(this.state=this....
    method [M] (line 1) | [M](e){e===s.HYPHEN_MINUS?(this.state=F,this._emitChars("-")):e===s.LE...
    method [F] (line 1) | [F](e){e===s.HYPHEN_MINUS?(this.state=B,this._emitChars("-")):e===s.LE...
    method [B] (line 1) | [B](e){e===s.HYPHEN_MINUS?this._emitChars("-"):e===s.LESS_THAN_SIGN?(t...
    method [H] (line 1) | [H](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=j,this._emitChars("/...
    method [j] (line 1) | [j](e){eS(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN?(this.state=this....
    method [U] (line 1) | [U](e){!eS(e)&&(e===s.SOLIDUS||e===s.GREATER_THAN_SIGN||e===s.EOF?this...
    method [z] (line 1) | [z](e){eS(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN||e===s.EOF?(this....
    method [q] (line 1) | [q](e){!eS(e)&&(e===s.SOLIDUS?this.state=Q:e===s.EQUALS_SIGN?this.stat...
    method [G] (line 1) | [G](e){!eS(e)&&(e===s.QUOTATION_MARK?this.state=K:e===s.APOSTROPHE?thi...
    method [K] (line 1) | [K](e){e===s.QUOTATION_MARK?this.state=Y:e===s.AMPERSAND?(this.returnS...
    method [V] (line 1) | [V](e){e===s.APOSTROPHE?this.state=Y:e===s.AMPERSAND?(this.returnState...
    method [W] (line 1) | [W](e){eS(e)?this._leaveAttrValue(U):e===s.AMPERSAND?(this.returnState...
    method [Y] (line 1) | [Y](e){eS(e)?this._leaveAttrValue(U):e===s.SOLIDUS?this._leaveAttrValu...
    method [Q] (line 1) | [Q](e){e===s.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this....
    method [X] (line 1) | [X](e){e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken())...
    method [J] (line 1) | [J](e){this._consumeSequenceIfMatch(_.DASH_DASH_STRING,e,!0)?(this._cr...
    method [Z] (line 1) | [Z](e){e===s.HYPHEN_MINUS?this.state=ee:e===s.GREATER_THAN_SIGN?(this....
    method [ee] (line 1) | [ee](e){e===s.HYPHEN_MINUS?this.state=es:e===s.GREATER_THAN_SIGN?(this...
    method [et] (line 1) | [et](e){e===s.HYPHEN_MINUS?this.state=eo:e===s.LESS_THAN_SIGN?(this.cu...
    method [en] (line 1) | [en](e){e===s.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state...
    method [ei] (line 1) | [ei](e){e===s.HYPHEN_MINUS?this.state=er:this._reconsumeInState(et)}
    method [er] (line 1) | [er](e){e===s.HYPHEN_MINUS?this.state=ea:this._reconsumeInState(eo)}
    method [ea] (line 1) | [ea](e){e!==s.GREATER_THAN_SIGN&&e!==s.EOF&&this._err(o.nestedComment)...
    method [eo] (line 1) | [eo](e){e===s.HYPHEN_MINUS?this.state=es:e===s.EOF?(this._err(o.eofInC...
    method [es] (line 1) | [es](e){e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken()...
    method [e_] (line 1) | [e_](e){e===s.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=e...
    method [el] (line 1) | [el](e){eS(e)?this.state=ec:e===s.GREATER_THAN_SIGN?this._reconsumeInS...
    method [ec] (line 1) | [ec](e){!eS(e)&&(eN(e)?(this._createDoctypeToken(eB(e)),this.state=eu)...
    method [eu] (line 1) | [eu](e){eS(e)?this.state=ep:e===s.GREATER_THAN_SIGN?(this.state=u,this...
    method [ep] (line 1) | [ep](e){!eS(e)&&(e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurre...
    method [e$] (line 1) | [e$](e){eS(e)?this.state=ed:e===s.QUOTATION_MARK?(this._err(o.missingW...
    method [ed] (line 1) | [ed](e){!eS(e)&&(e===s.QUOTATION_MARK?(this.currentToken.publicId="",t...
    method [e0] (line 1) | [e0](e){e===s.QUOTATION_MARK?this.state=eh:e===s.NULL?(this._err(o.une...
    method [em] (line 1) | [em](e){e===s.APOSTROPHE?this.state=eh:e===s.NULL?(this._err(o.unexpec...
    method [eh] (line 1) | [eh](e){eS(e)?this.state=e7:e===s.GREATER_THAN_SIGN?(this.state=u,this...
    method [e7] (line 1) | [e7](e){!eS(e)&&(e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),thi...
    method [e3] (line 1) | [e3](e){eS(e)?this.state=ef:e===s.QUOTATION_MARK?(this._err(o.missingW...
    method [ef] (line 1) | [ef](e){!eS(e)&&(e===s.QUOTATION_MARK?(this.currentToken.systemId="",t...
    method [e2] (line 1) | [e2](e){e===s.QUOTATION_MARK?this.state=eg:e===s.NULL?(this._err(o.une...
    method [e6] (line 1) | [e6](e){e===s.APOSTROPHE?this.state=eg:e===s.NULL?(this._err(o.unexpec...
    method [eg] (line 1) | [eg](e){!eS(e)&&(e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),thi...
    method [e1] (line 1) | [e1](e){e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=u...
    method [e4] (line 1) | [e4](e){e===s.RIGHT_SQUARE_BRACKET?this.state=e5:e===s.EOF?(this._err(...
    method [e5] (line 1) | [e5](e){e===s.RIGHT_SQUARE_BRACKET?this.state=ex:(this._emitChars("]")...
    method [ex] (line 1) | [ex](e){e===s.GREATER_THAN_SIGN?this.state=u:e===s.RIGHT_SQUARE_BRACKE...
    method [ev] (line 1) | [ev](e){this.tempBuff=[s.AMPERSAND],e===s.NUMBER_SIGN?(this.tempBuff.p...
    method [eb] (line 1) | [eb](e){let t=this._matchNamedCharacterReference(e);if(this._ensureHib...
    method [ek] (line 1) | [ek](e){eO(e)?this._isCharacterReferenceInAttribute()?this.currentAttr...
    method [eT] (line 1) | [eT](e){this.charRefCode=0,e===s.LATIN_SMALL_X||e===s.LATIN_CAPITAL_X?...
    method [eE] (line 1) | [eE](e){eR(e)?this._reconsumeInState(eA):(this._err(o.absenceOfDigitsI...
    method [ey] (line 1) | [ey](e){e8(e)?this._reconsumeInState(eC):(this._err(o.absenceOfDigitsI...
    method [eA] (line 1) | [eA](e){eL(e)?this.charRefCode=16*this.charRefCode+e-55:eI(e)?this.cha...
    method [eC] (line 1) | [eC](e){e8(e)?this.charRefCode=10*this.charRefCode+e-48:e===s.SEMICOLO...
    method [ew] (line 1) | [ew](){if(this.charRefCode===s.NULL)this._err(o.nullCharacterReference...
  function eU (line 1) | function eU(e,t){e._reconstructActiveFormattingElements(),e._insertEleme...
  function ez (line 1) | function ez(e,t){e.openElements.currentTagName===h.OPTION&&e.openElement...
  function eq (line 1) | function eq(e,t){e.openElements.hasInScope(h.RUBY)&&e.openElements.gener...
  function eG (line 1) | function eG(e,t){e.openElements.hasInScope(h.RUBY)&&e.openElements.gener...
  function eK (line 1) | function eK(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(...
  function eV (line 1) | function eV(e,t){e._reconstructActiveFormattingElements(),p.adjustTokenM...
  function eW (line 1) | function eW(e,t){e._reconstructActiveFormattingElements(),p.adjustTokenS...
  function eY (line 1) | function eY(e,t){e._reconstructActiveFormattingElements(),e._insertEleme...
  function eQ (line 1) | function eQ(e,t){let n=t.tagName;switch(n.length){case 1:n===h.I||n===h....
  function eX (line 1) | function eX(e){e.openElements.hasInScope(h.BODY)&&(e.insertionMode=B)}
  function e9 (line 1) | function e9(e,t){e.openElements.hasInScope(h.BODY)&&(e.insertionMode=B,e...
  function eJ (line 1) | function eJ(e,t){let n=t.tagName;e.openElements.hasInScope(n)&&(e.openEl...
  function eZ (line 1) | function eZ(e){let t=e.openElements.tmplCount>0,n=e.formElement;t||(e.fo...
  function te (line 1) | function te(e){e.openElements.hasInButtonScope(h.P)||e._insertFakeElemen...
  function tt (line 1) | function tt(e){e.openElements.hasInListItemScope(h.LI)&&(e.openElements....
  function tn (line 1) | function tn(e,t){let n=t.tagName;e.openElements.hasInScope(n)&&(e.openEl...
  function ti (line 1) | function ti(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElement...
  function tr (line 1) | function tr(e,t){let n=t.tagName;e.openElements.hasInScope(n)&&(e.openEl...
  function ta (line 1) | function ta(e){e._reconstructActiveFormattingElements(),e._insertFakeEle...
  function to (line 1) | function to(e,t){let n=t.tagName;for(let i=e.openElements.stackTop;i>0;i...
  function ts (line 1) | function ts(e,t){let n=t.tagName;switch(n.length){case 1:n===h.A||n===h....
  function t_ (line 1) | function t_(e,t){e.tmplInsertionModeStackTop>-1?tL(e,t):e.stopped=!0}
  function tl (line 1) | function tl(e,t){t.tagName===h.SCRIPT&&(e.pendingScript=e.openElements.c...
  function tc (line 1) | function tc(e,t){e._err($.eofInElementThatCanContainOnlyText),e.openElem...
  function tu (line 1) | function tu(e,t){let n=e.openElements.currentTagName;n===h.TABLE||n===h....
  function tp (line 1) | function tp(e,t){e.openElements.clearBackToTableContext(),e.activeFormat...
  function t$ (line 1) | function t$(e,t){e.openElements.clearBackToTableContext(),e._insertEleme...
  function td (line 1) | function td(e,t){e.openElements.clearBackToTableContext(),e._insertFakeE...
  function t0 (line 1) | function t0(e,t){e.openElements.clearBackToTableContext(),e._insertEleme...
  function tm (line 1) | function tm(e,t){e.openElements.clearBackToTableContext(),e._insertFakeE...
  function th (line 1) | function th(e,t){e.openElements.hasInTableScope(h.TABLE)&&(e.openElement...
  function t7 (line 1) | function t7(e,t){let n=i.getTokenAttr(t,g.TYPE);n&&n.toLowerCase()===v?e...
  function t3 (line 1) | function t3(e,t){e.formElement||0!==e.openElements.tmplCount||(e._insert...
  function tf (line 1) | function tf(e,t){let n=t.tagName;switch(n.length){case 2:n===h.TD||n===h...
  function t2 (line 1) | function t2(e,t){let n=t.tagName;n===h.TABLE?e.openElements.hasInTableSc...
  function t6 (line 1) | function t6(e,t){let n=e.fosterParentingEnabled;e.fosterParentingEnabled...
  function tg (line 1) | function tg(e,t){e.pendingCharacterTokens.push(t)}
  function t1 (line 1) | function t1(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePend...
  function t4 (line 1) | function t4(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(...
  function t5 (line 1) | function t5(e,t){let n=t.tagName;n===h.CAPTION||n===h.COL||n===h.COLGROU...
  function tx (line 1) | function tx(e,t){let n=t.tagName;n===h.CAPTION||n===h.TABLE?e.openElemen...
  function tv (line 1) | function tv(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.COL?(e._append...
  function tb (line 1) | function tb(e,t){let n=t.tagName;n===h.COLGROUP?e.openElements.currentTa...
  function tk (line 1) | function tk(e,t){e.openElements.currentTagName===h.COLGROUP&&(e.openElem...
  function tT (line 1) | function tT(e,t){let n=t.tagName;n===h.TR?(e.openElements.clearBackToTab...
  function tE (line 1) | function tE(e,t){let n=t.tagName;n===h.TBODY||n===h.TFOOT||n===h.THEAD?e...
  function ty (line 1) | function ty(e,t){let n=t.tagName;n===h.TH||n===h.TD?(e.openElements.clea...
  function tA (line 1) | function tA(e,t){let n=t.tagName;n===h.TR?e.openElements.hasInTableScope...
  function tC (line 1) | function tC(e,t){let n=t.tagName;n===h.CAPTION||n===h.COL||n===h.COLGROU...
  function tw (line 1) | function tw(e,t){let n=t.tagName;n===h.TD||n===h.TH?e.openElements.hasIn...
  function tS (line 1) | function tS(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.OPTION?(e.open...
  function t8 (line 1) | function t8(e,t){let n=t.tagName;if(n===h.OPTGROUP){let i=e.openElements...
  function tN (line 1) | function tN(e,t){let n=t.tagName;n===h.CAPTION||n===h.TABLE||n===h.TBODY...
  function tD (line 1) | function tD(e,t){let n=t.tagName;n===h.CAPTION||n===h.TABLE||n===h.TBODY...
  function tP (line 1) | function tP(e,t){let n=t.tagName;if(n===h.BASE||n===h.BASEFONT||n===h.BG...
  function tO (line 1) | function tO(e,t){t.tagName===h.TEMPLATE&&eh(e,t)}
  function tL (line 1) | function tL(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagN...
  function tI (line 1) | function tI(e,t){t.tagName===h.HTML?eQ(e,t):tM(e,t)}
  function tR (line 1) | function tR(e,t){t.tagName===h.HTML?e.fragmentContext||(e.insertionMode=...
  function tM (line 1) | function tM(e,t){e.insertionMode=C,e._processToken(t)}
  function tF (line 1) | function tF(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.FRAMESET?e._in...
  function tB (line 1) | function tB(e,t){t.tagName!==h.FRAMESET||e.openElements.isRootHtmlElemen...
  function tH (line 1) | function tH(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.NOFRAMES&&em(e...
  function tj (line 1) | function tj(e,t){t.tagName===h.HTML&&(e.insertionMode=z)}
  function tU (line 1) | function tU(e,t){t.tagName===h.HTML?eQ(e,t):tz(e,t)}
  function tz (line 1) | function tz(e,t){e.insertionMode=C,e._processToken(t)}
  function tq (line 1) | function tq(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.NOFRAMES&&em(e...
  function tG (line 1) | function tG(e,t){t.chars=d.REPLACEMENT_CHARACTER,e._insertCharacters(t)}
  function tK (line 1) | function tK(e,t){e._insertCharacters(t),e.framesetOk=!1}
  function tV (line 1) | function tV(e,t){if(p.causesExit(t)&&!e.fragmentContext){for(;e.treeAdap...
  function tW (line 1) | function tW(e,t){for(let n=e.openElements.stackTop;n>0;n--){let i=e.open...
  function eS (line 1) | function eS(e){return e===s.SPACE||e===s.LINE_FEED||e===s.TABULATION||e=...
  function e8 (line 1) | function e8(e){return e>=s.DIGIT_0&&e<=s.DIGIT_9}
  function eN (line 1) | function eN(e){return e>=s.LATIN_CAPITAL_A&&e<=s.LATIN_CAPITAL_Z}
  function eD (line 1) | function eD(e){return e>=s.LATIN_SMALL_A&&e<=s.LATIN_SMALL_Z}
  function eP (line 1) | function eP(e){return eD(e)||eN(e)}
  function eO (line 1) | function eO(e){return eP(e)||e8(e)}
  function eL (line 1) | function eL(e){return e>=s.LATIN_CAPITAL_A&&e<=s.LATIN_CAPITAL_F}
  function eI (line 1) | function eI(e){return e>=s.LATIN_SMALL_A&&e<=s.LATIN_SMALL_F}
  function eR (line 1) | function eR(e){return e8(e)||eL(e)||eI(e)}
  function eM (line 1) | function eM(e){return e+32}
  function eF (line 1) | function eF(e){return e<=65535?String.fromCharCode(e):String.fromCharCod...
  function eB (line 1) | function eB(e){return String.fromCharCode(eM(e))}
  function eH (line 1) | function eH(e,t){let n=a[++e],i=++e,r=i+n-1;for(;i<=r;){let o=i+r>>>1,s=...
  class ej (line 1) | class ej{constructor(){this.preprocessor=new i,this.tokenQueue=[],this.a...
    method constructor (line 1) | constructor(){this.preprocessor=new i,this.tokenQueue=[],this.allowCDA...
    method _err (line 1) | _err(){}
    method _errOnNextCodePoint (line 1) | _errOnNextCodePoint(e){this._consume(),this._err(e),this._unconsume()}
    method getNextToken (line 1) | getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consum...
    method write (line 1) | write(e,t){this.active=!0,this.preprocessor.write(e,t)}
    method insertHtmlAtCurrentPos (line 1) | insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlA...
    method _ensureHibernation (line 1) | _ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.con...
    method _consume (line 1) | _consume(){return this.consumedAfterSnapshot++,this.preprocessor.advan...
    method _unconsume (line 1) | _unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}
    method _reconsumeInState (line 1) | _reconsumeInState(e){this.state=e,this._unconsume()}
    method _consumeSequenceIfMatch (line 1) | _consumeSequenceIfMatch(e,t,n){let i=0,r=!0,a=e.length,o=0,_=t,l;for(;...
    method _isTempBufferEqualToScriptString (line 1) | _isTempBufferEqualToScriptString(){if(this.tempBuff.length!==_.SCRIPT_...
    method _createStartTagToken (line 1) | _createStartTagToken(){this.currentToken={type:ej.START_TAG_TOKEN,tagN...
    method _createEndTagToken (line 1) | _createEndTagToken(){this.currentToken={type:ej.END_TAG_TOKEN,tagName:...
    method _createCommentToken (line 1) | _createCommentToken(){this.currentToken={type:ej.COMMENT_TOKEN,data:""}}
    method _createDoctypeToken (line 1) | _createDoctypeToken(e){this.currentToken={type:ej.DOCTYPE_TOKEN,name:e...
    method _createCharacterToken (line 1) | _createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t}}
    method _createEOFToken (line 1) | _createEOFToken(){this.currentToken={type:ej.EOF_TOKEN}}
    method _createAttr (line 1) | _createAttr(e){this.currentAttr={name:e,value:""}}
    method _leaveAttrName (line 1) | _leaveAttrName(e){null===ej.getTokenAttr(this.currentToken,this.curren...
    method _leaveAttrValue (line 1) | _leaveAttrValue(e){this.state=e}
    method _emitCurrentToken (line 1) | _emitCurrentToken(){this._emitCurrentCharacterToken();let e=this.curre...
    method _emitCurrentCharacterToken (line 1) | _emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQu...
    method _emitEOFToken (line 1) | _emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}
    method _appendCharToCurrentCharacterToken (line 1) | _appendCharToCurrentCharacterToken(e,t){this.currentCharacterToken&&th...
    method _emitCodePoint (line 1) | _emitCodePoint(e){let t=ej.CHARACTER_TOKEN;eS(e)?t=ej.WHITESPACE_CHARA...
    method _emitSeveralCodePoints (line 1) | _emitSeveralCodePoints(e){for(let t=0;t<e.length;t++)this._emitCodePoi...
    method _emitChars (line 1) | _emitChars(e){this._appendCharToCurrentCharacterToken(ej.CHARACTER_TOK...
    method _matchNamedCharacterReference (line 1) | _matchNamedCharacterReference(e){let t=null,n=1,i=eH(0,e);for(this.tem...
    method _isCharacterReferenceInAttribute (line 1) | _isCharacterReferenceInAttribute(){return this.returnState===K||this.r...
    method _isCharacterReferenceAttributeQuirk (line 1) | _isCharacterReferenceAttributeQuirk(e){if(!e&&this._isCharacterReferen...
    method _flushCodePointsConsumedAsCharacterReference (line 1) | _flushCodePointsConsumedAsCharacterReference(){if(this._isCharacterRef...
    method [u] (line 1) | [u](e){this.preprocessor.dropParsedChunk(),e===s.LESS_THAN_SIGN?this.s...
    method [p] (line 1) | [p](e){this.preprocessor.dropParsedChunk(),e===s.AMPERSAND?(this.retur...
    method [$] (line 1) | [$](e){this.preprocessor.dropParsedChunk(),e===s.LESS_THAN_SIGN?this.s...
    method [d] (line 1) | [d](e){this.preprocessor.dropParsedChunk(),e===s.LESS_THAN_SIGN?this.s...
    method [m] (line 1) | [m](e){this.preprocessor.dropParsedChunk(),e===s.NULL?(this._err(o.une...
    method [h] (line 1) | [h](e){e===s.EXCLAMATION_MARK?this.state=J:e===s.SOLIDUS?this.state=f:...
    method [f] (line 1) | [f](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(g)):e==...
    method [g] (line 1) | [g](e){eS(e)?this.state=U:e===s.SOLIDUS?this.state=Q:e===s.GREATER_THA...
    method [x] (line 1) | [x](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=v):(this._emitChars(...
    method [v] (line 1) | [v](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(b)):(th...
    method [b] (line 1) | [b](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e)...
    method [k] (line 1) | [k](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=T):(this._emitChars(...
    method [T] (line 1) | [T](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(E)):(th...
    method [E] (line 1) | [E](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e)...
    method [y] (line 1) | [y](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=A):e===s.EXCLAMATION...
    method [A] (line 1) | [A](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(C)):(th...
    method [C] (line 1) | [C](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e)...
    method [w] (line 1) | [w](e){e===s.HYPHEN_MINUS?(this.state=S,this._emitChars("-")):this._re...
    method [S] (line 1) | [S](e){e===s.HYPHEN_MINUS?(this.state=P,this._emitChars("-")):this._re...
    method [N] (line 1) | [N](e){e===s.HYPHEN_MINUS?(this.state=D,this._emitChars("-")):e===s.LE...
    method [D] (line 1) | [D](e){e===s.HYPHEN_MINUS?(this.state=P,this._emitChars("-")):e===s.LE...
    method [P] (line 1) | [P](e){e===s.HYPHEN_MINUS?this._emitChars("-"):e===s.LESS_THAN_SIGN?th...
    method [O] (line 1) | [O](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=L):eP(e)?(this.tempB...
    method [L] (line 1) | [L](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(I)):(th...
    method [I] (line 1) | [I](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e)...
    method [R] (line 1) | [R](e){eS(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN?(this.state=this....
    method [M] (line 1) | [M](e){e===s.HYPHEN_MINUS?(this.state=F,this._emitChars("-")):e===s.LE...
    method [F] (line 1) | [F](e){e===s.HYPHEN_MINUS?(this.state=B,this._emitChars("-")):e===s.LE...
    method [B] (line 1) | [B](e){e===s.HYPHEN_MINUS?this._emitChars("-"):e===s.LESS_THAN_SIGN?(t...
    method [H] (line 1) | [H](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=j,this._emitChars("/...
    method [j] (line 1) | [j](e){eS(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN?(this.state=this....
    method [U] (line 1) | [U](e){!eS(e)&&(e===s.SOLIDUS||e===s.GREATER_THAN_SIGN||e===s.EOF?this...
    method [z] (line 1) | [z](e){eS(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN||e===s.EOF?(this....
    method [q] (line 1) | [q](e){!eS(e)&&(e===s.SOLIDUS?this.state=Q:e===s.EQUALS_SIGN?this.stat...
    method [G] (line 1) | [G](e){!eS(e)&&(e===s.QUOTATION_MARK?this.state=K:e===s.APOSTROPHE?thi...
    method [K] (line 1) | [K](e){e===s.QUOTATION_MARK?this.state=Y:e===s.AMPERSAND?(this.returnS...
    method [V] (line 1) | [V](e){e===s.APOSTROPHE?this.state=Y:e===s.AMPERSAND?(this.returnState...
    method [W] (line 1) | [W](e){eS(e)?this._leaveAttrValue(U):e===s.AMPERSAND?(this.returnState...
    method [Y] (line 1) | [Y](e){eS(e)?this._leaveAttrValue(U):e===s.SOLIDUS?this._leaveAttrValu...
    method [Q] (line 1) | [Q](e){e===s.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this....
    method [X] (line 1) | [X](e){e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken())...
    method [J] (line 1) | [J](e){this._consumeSequenceIfMatch(_.DASH_DASH_STRING,e,!0)?(this._cr...
    method [Z] (line 1) | [Z](e){e===s.HYPHEN_MINUS?this.state=ee:e===s.GREATER_THAN_SIGN?(this....
    method [ee] (line 1) | [ee](e){e===s.HYPHEN_MINUS?this.state=es:e===s.GREATER_THAN_SIGN?(this...
    method [et] (line 1) | [et](e){e===s.HYPHEN_MINUS?this.state=eo:e===s.LESS_THAN_SIGN?(this.cu...
    method [en] (line 1) | [en](e){e===s.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state...
    method [ei] (line 1) | [ei](e){e===s.HYPHEN_MINUS?this.state=er:this._reconsumeInState(et)}
    method [er] (line 1) | [er](e){e===s.HYPHEN_MINUS?this.state=ea:this._reconsumeInState(eo)}
    method [ea] (line 1) | [ea](e){e!==s.GREATER_THAN_SIGN&&e!==s.EOF&&this._err(o.nestedComment)...
    method [eo] (line 1) | [eo](e){e===s.HYPHEN_MINUS?this.state=es:e===s.EOF?(this._err(o.eofInC...
    method [es] (line 1) | [es](e){e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken()...
    method [e_] (line 1) | [e_](e){e===s.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=e...
    method [el] (line 1) | [el](e){eS(e)?this.state=ec:e===s.GREATER_THAN_SIGN?this._reconsumeInS...
    method [ec] (line 1) | [ec](e){!eS(e)&&(eN(e)?(this._createDoctypeToken(eB(e)),this.state=eu)...
    method [eu] (line 1) | [eu](e){eS(e)?this.state=ep:e===s.GREATER_THAN_SIGN?(this.state=u,this...
    method [ep] (line 1) | [ep](e){!eS(e)&&(e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurre...
    method [e$] (line 1) | [e$](e){eS(e)?this.state=ed:e===s.QUOTATION_MARK?(this._err(o.missingW...
    method [ed] (line 1) | [ed](e){!eS(e)&&(e===s.QUOTATION_MARK?(this.currentToken.publicId="",t...
    method [e0] (line 1) | [e0](e){e===s.QUOTATION_MARK?this.state=eh:e===s.NULL?(this._err(o.une...
    method [em] (line 1) | [em](e){e===s.APOSTROPHE?this.state=eh:e===s.NULL?(this._err(o.unexpec...
    method [eh] (line 1) | [eh](e){eS(e)?this.state=e7:e===s.GREATER_THAN_SIGN?(this.state=u,this...
    method [e7] (line 1) | [e7](e){!eS(e)&&(e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),thi...
    method [e3] (line 1) | [e3](e){eS(e)?this.state=ef:e===s.QUOTATION_MARK?(this._err(o.missingW...
    method [ef] (line 1) | [ef](e){!eS(e)&&(e===s.QUOTATION_MARK?(this.currentToken.systemId="",t...
    method [e2] (line 1) | [e2](e){e===s.QUOTATION_MARK?this.state=eg:e===s.NULL?(this._err(o.une...
    method [e6] (line 1) | [e6](e){e===s.APOSTROPHE?this.state=eg:e===s.NULL?(this._err(o.unexpec...
    method [eg] (line 1) | [eg](e){!eS(e)&&(e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),thi...
    method [e1] (line 1) | [e1](e){e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=u...
    method [e4] (line 1) | [e4](e){e===s.RIGHT_SQUARE_BRACKET?this.state=e5:e===s.EOF?(this._err(...
    method [e5] (line 1) | [e5](e){e===s.RIGHT_SQUARE_BRACKET?this.state=ex:(this._emitChars("]")...
    method [ex] (line 1) | [ex](e){e===s.GREATER_THAN_SIGN?this.state=u:e===s.RIGHT_SQUARE_BRACKE...
    method [ev] (line 1) | [ev](e){this.tempBuff=[s.AMPERSAND],e===s.NUMBER_SIGN?(this.tempBuff.p...
    method [eb] (line 1) | [eb](e){let t=this._matchNamedCharacterReference(e);if(this._ensureHib...
    method [ek] (line 1) | [ek](e){eO(e)?this._isCharacterReferenceInAttribute()?this.currentAttr...
    method [eT] (line 1) | [eT](e){this.charRefCode=0,e===s.LATIN_SMALL_X||e===s.LATIN_CAPITAL_X?...
    method [eE] (line 1) | [eE](e){eR(e)?this._reconsumeInState(eA):(this._err(o.absenceOfDigitsI...
    method [ey] (line 1) | [ey](e){e8(e)?this._reconsumeInState(eC):(this._err(o.absenceOfDigitsI...
    method [eA] (line 1) | [eA](e){eL(e)?this.charRefCode=16*this.charRefCode+e-55:eI(e)?this.cha...
    method [eC] (line 1) | [eC](e){e8(e)?this.charRefCode=10*this.charRefCode+e-48:e===s.SEMICOLO...
    method [ew] (line 1) | [ew](){if(this.charRefCode===s.NULL)this._err(o.nullCharacterReference...
  class o (line 1) | class o{constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this...
    method constructor (line 1) | constructor(e,t=!1,n={}){super(),this.stream=t,this.node=e,this.option...
    method setAttribute (line 1) | setAttribute(e,t){for(let n of this.attrs)if(n.name===e)return n.value...
    method getAttribute (line 1) | getAttribute(e){let t=this.attrs.find(t=>t.name===e)||{};return t.value}
    method hasAttribute (line 1) | hasAttribute(e){return!!this.attrs.find(t=>t.name===e)}
    method removeAttribute (line 1) | removeAttribute(e){let t=this.attrs.findIndex(t=>t.name===e);void 0!==...
    method tagName (line 1) | get tagName(){return this.node.tagName}
    method tagName (line 1) | set tagName(e){this.node.tagName=e}
    method childNodes (line 1) | get childNodes(){return this.stream?null:this.node.childNodes}
    method innerHTML (line 1) | get innerHTML(){return this.stream?null:(0,r.serialize)({nodeName:"#do...
    method innerHTML (line 1) | set innerHTML(e){this.stream||(this.node.childNodes=(0,r.parseFragment...
    method outerHTML (line 1) | get outerHTML(){return this.stream?null:(0,r.serialize)({nodeName:"#do...
    method outerHTML (line 1) | set outerHTML(e){this.stream||this.parentNode.childNodes.splice(this.p...
    method textContent (line 1) | get textContent(){if(this.stream)return null;let e="";return iterate(t...
    method textContent (line 1) | set textContent(e){this.stream||(this.node.childNodes=[{nodeName:"#tex...
    method nodeName (line 1) | get nodeName(){return this.node.nodeName}
    method parentNode (line 1) | get parentNode(){return this.node.parentNode?new o(this.node.parentNod...
    method attrs (line 1) | get attrs(){return this.node.attrs}
    method namespaceURI (line 1) | get namespaceURI(){return this.node.namespaceURI}
    method constructor (line 1) | constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastC...
    method _err (line 1) | _err(){}
    method _addGap (line 1) | _addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}
    method _processSurrogate (line 1) | _processSurrogate(e){if(this.pos!==this.lastCharPos){let t=this.html.c...
    method dropParsedChunk (line 1) | dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=th...
    method write (line 1) | write(e,t){this.html?this.html+=e:this.html=e,this.lastCharPos=this.ht...
    method insertHtmlAtCurrentPos (line 1) | insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+...
    method advance (line 1) | advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChu...
    method _checkForProblematicCharacters (line 1) | _checkForProblematicCharacters(e){i.isControlCodePoint(e)?this._err(r....
    method retreat (line 1) | retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.p...
    method constructor (line 1) | constructor(e){super(e),this.tokenizer=e,this.posTracker=i.install(e.p...
    method _getCurrentLocation (line 1) | _getCurrentLocation(){return{startLine:this.posTracker.line,startCol:t...
    method _attachCurrentAttrLocationInfo (line 1) | _attachCurrentAttrLocationInfo(){this.currentAttrLocation.endLine=this...
    method _getOverriddenMethods (line 1) | _getOverriddenMethods(e,t){let n={_createStartTagToken(){t._createStar...
    method constructor (line 1) | constructor(e,t){super(e,t);let n=a.install(e.preprocessor,r,t);this.p...
    method constructor (line 1) | constructor(e,t){super(e,t),this.posTracker=a.install(e,r),this.lastEr...
    method _reportError (line 1) | _reportError(e){this.lastErrOffset!==this.posTracker.offset&&(this.las...
    method constructor (line 1) | constructor(e){super(),this.ctx=e,this.meta=e.meta,this.parsel=a.defau...
    method rewrite (line 1) | rewrite(e,t){return this.recast(e,t,"rewrite")}
    method source (line 1) | source(e,t){return this.recast(e,t,"source")}
    method recast (line 1) | recast(e,t,n){if(!e)return e;e=new String(e).toString();try{let i=this...
    method constructor (line 1) | constructor(){this.lines=null,this.columns=null,this.computed=!1}
    method setSource (line 1) | setSource(e,t=0,n=1,i=1){this.source=e,this.startOffset=t,this.startLi...
    method getLocation (line 1) | getLocation(e,t){return this.computed||a(this),{source:t,offset:this.s...
    method getLocationRange (line 1) | getLocationRange(e,t,n){return this.computed||a(this),{source:n,start:...
    method constructor (line 3) | constructor(){super(),this.parseOptions={ranges:!0,module:!0,globalRet...
    method rewrite (line 3) | rewrite(e,t={}){return this.recast(e,t,"rewrite")}
    method source (line 3) | source(e,t={}){return this.recast(e,t,"source")}
    method recast (line 3) | recast(e,t={},n=""){try{let i=[],a=this.parse(e,this.parseOptions),o={...
    method iterate (line 3) | iterate(e,t){"object"==typeof e&&t&&function e(t,n,i){if("object"==typ...
  function o (line 1) | function o(e){switch(e.length){case 1:return e===r.P;case 2:return e===r...
    method constructor (line 1) | constructor(e,t=!1,n={}){super(),this.stream=t,this.node=e,this.option...
    method setAttribute (line 1) | setAttribute(e,t){for(let n of this.attrs)if(n.name===e)return n.value...
    method getAttribute (line 1) | getAttribute(e){let t=this.attrs.find(t=>t.name===e)||{};return t.value}
    method hasAttribute (line 1) | hasAttribute(e){return!!this.attrs.find(t=>t.name===e)}
    method removeAttribute (line 1) | removeAttribute(e){let t=this.attrs.findIndex(t=>t.name===e);void 0!==...
    method tagName (line 1) | get tagName(){return this.node.tagName}
    method tagName (line 1) | set tagName(e){this.node.tagName=e}
    method childNodes (line 1) | get childNodes(){return this.stream?null:this.node.childNodes}
    method innerHTML (line 1) | get innerHTML(){return this.stream?null:(0,r.serialize)({nodeName:"#do...
    method innerHTML (line 1) | set innerHTML(e){this.stream||(this.node.childNodes=(0,r.parseFragment...
    method outerHTML (line 1) | get outerHTML(){return this.stream?null:(0,r.serialize)({nodeName:"#do...
    method outerHTML (line 1) | set outerHTML(e){this.stream||this.parentNode.childNodes.splice(this.p...
    method textContent (line 1) | get textContent(){if(this.stream)return null;let e="";return iterate(t...
    method textContent (line 1) | set textContent(e){this.stream||(this.node.childNodes=[{nodeName:"#tex...
    method nodeName (line 1) | get nodeName(){return this.node.nodeName}
    method parentNode (line 1) | get parentNode(){return this.node.parentNode?new o(this.node.parentNod...
    method attrs (line 1) | get attrs(){return this.node.attrs}
    method namespaceURI (line 1) | get namespaceURI(){return this.node.namespaceURI}
    method constructor (line 1) | constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastC...
    method _err (line 1) | _err(){}
    method _addGap (line 1) | _addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}
    method _processSurrogate (line 1) | _processSurrogate(e){if(this.pos!==this.lastCharPos){let t=this.html.c...
    method dropParsedChunk (line 1) | dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=th...
    method write (line 1) | write(e,t){this.html?this.html+=e:this.html=e,this.lastCharPos=this.ht...
    method insertHtmlAtCurrentPos (line 1) | insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+...
    method advance (line 1) | advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChu...
    method _checkForProblematicCharacters (line 1) | _checkForProblematicCharacters(e){i.isControlCodePoint(e)?this._err(r....
    method retreat (line 1) | retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.p...
    method constructor (line 1) | constructor(e){super(e),this.tokenizer=e,this.posTracker=i.install(e.p...
    method _getCurrentLocation (line 1) | _getCurrentLocation(){return{startLine:this.posTracker.line,startCol:t...
    method _attachCurrentAttrLocationInfo (line 1) | _attachCurrentAttrLocationInfo(){this.currentAttrLocation.endLine=this...
    method _getOverriddenMethods (line 1) | _getOverriddenMethods(e,t){let n={_createStartTagToken(){t._createStar...
    method constructor (line 1) | constructor(e,t){super(e,t);let n=a.install(e.preprocessor,r,t);this.p...
    method constructor (line 1) | constructor(e,t){super(e,t),this.posTracker=a.install(e,r),this.lastEr...
    method _reportError (line 1) | _reportError(e){this.lastErrOffset!==this.posTracker.offset&&(this.las...
    method constructor (line 1) | constructor(e){super(),this.ctx=e,this.meta=e.meta,this.parsel=a.defau...
    method rewrite (line 1) | rewrite(e,t){return this.recast(e,t,"rewrite")}
    method source (line 1) | source(e,t){return this.recast(e,t,"source")}
    method recast (line 1) | recast(e,t,n){if(!e)return e;e=new String(e).toString();try{let i=this...
    method constructor (line 1) | constructor(){this.lines=null,this.columns=null,this.computed=!1}
    method setSource (line 1) | setSource(e,t=0,n=1,i=1){this.source=e,this.startOffset=t,this.startLi...
    method getLocation (line 1) | getLocation(e,t){return this.computed||a(this),{source:t,offset:this.s...
    method getLocationRange (line 1) | getLocationRange(e,t,n){return this.computed||a(this),{source:n,start:...
    method constructor (line 3) | constructor(){super(),this.parseOptions={ranges:!0,module:!0,globalRet...
    method rewrite (line 3) | rewrite(e,t={}){return this.recast(e,t,"rewrite")}
    method source (line 3) | source(e,t={}){return this.recast(e,t,"source")}
    method recast (line 3) | recast(e,t={},n=""){try{let i=[],a=this.parse(e,this.parseOptions),o={...
    method iterate (line 3) | iterate(e,t){"object"==typeof e&&t&&function e(t,n,i){if("object"==typ...
  function s (line 1) | function s(e){switch(e.length){case 1:return e===r.P;case 2:return e===r...
    method constructor (line 1) | constructor(e,t,n={}){this.attr=t,this.attrs=e.attrs,this.node=e,this....
    method delete (line 1) | delete(){let e=this.attrs.findIndex(e=>e===this.attr);return this.attr...
    method name (line 1) | get name(){return this.attr.name}
    method name (line 1) | set name(e){this.attr.name=e}
    method value (line 1) | get value(){return this.attr.value}
    method value (line 1) | set value(e){this.attr.value=e}
    method deleted (line 1) | get deleted(){return!1}
    method constructor (line 1) | constructor(e,t){super(e,t),this.opts=t,this.ctLoc=null,this.locBefore...
    method _setErrorLocation (line 1) | _setErrorLocation(e){this.ctLoc&&(e.startLine=this.ctLoc.startLine,e.s...
    method _getOverriddenMethods (line 1) | _getOverriddenMethods(e,t){return{_bootstrap(n,i){t._bootstrap.call(th...
    method constructor (line 8) | constructor(e,t,n,i,r){this.api=e,this.ctx=e.ctx,this.storage=t,this.w...
    method clear (line 8) | clear(){for(let e in this.storage){let t=this.unwrap(e);t&&t.origin===...
    method __init (line 8) | __init(){for(let e in this.storage){let t=this.unwrap(e);t&&t.origin==...
  function _ (line 1) | function _(e,t){switch(e.length){case 2:if(e===r.TD||e===r.TH)return t==...
    method constructor (line 1) | constructor(e,t,n=!1,i={}){this.stream=n,this.node=e,this.element=t,th...
    method nodeName (line 1) | get nodeName(){return this.node.nodeName}
    method parentNode (line 1) | get parentNode(){return this.element}
    method value (line 1) | get value(){return this.stream?this.node.text:this.node.value}
    method value (line 1) | set value(e){this.stream?this.node.text=e:this.node.value=e}
    method constructor (line 1) | constructor(e,t){this.setSource(e,t)}
    method reset (line 1) | reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStar...
    method setSource (line 1) | setSource(e="",t=()=>{}){e=String(e||"");let n=e.length,r=(0,i.adoptBu...
    method lookupType (line 1) | lookupType(e){return(e+=this.tokenIndex)<this.tokenCount?this.offsetAn...
    method lookupOffset (line 1) | lookupOffset(e){return(e+=this.tokenIndex)<this.tokenCount?16777215&th...
    method lookupValue (line 1) | lookupValue(e,t){return(e+=this.tokenIndex)<this.tokenCount&&(0,r.cmpS...
    method getTokenStart (line 1) | getTokenStart(e){return e===this.tokenIndex?this.tokenStart:e>0?e<this...
    method substrToCursor (line 1) | substrToCursor(e){return this.source.substring(e,this.tokenStart)}
    method isBalanceEdge (line 1) | isBalanceEdge(e){return this.balance[this.tokenIndex]<e}
    method isDelim (line 1) | isDelim(e,t){return t?this.lookupType(t)===o.Delim&&this.source.charCo...
    method skip (line 1) | skip(e){let t=this.tokenIndex+e;t<this.tokenCount?(this.tokenIndex=t,t...
    method next (line 1) | next(){let e=this.tokenIndex+1;e<this.tokenCount?(this.tokenIndex=e,th...
    method skipSC (line 1) | skipSC(){for(;this.tokenType===o.WhiteSpace||this.tokenType===o.Commen...
    method skipUntilBalanced (line 1) | skipUntilBalanced(e,t){let n=e,i,r;loop:for(;n<this.tokenCount;n++){if...
    method forEachToken (line 1) | forEachToken(e){for(let t=0,n=this.firstCharOffset;t<this.tokenCount;t...
    method dump (line 1) | dump(){let e=Array(this.tokenCount);return this.forEachToken((t,n,i,r)...
  class l (line 1) | class l{constructor(e,t){this.stackTop=-1,this.items=[],this.current=e,t...
    method constructor (line 1) | constructor(e,t){this.stackTop=-1,this.items=[],this.current=e,this.cu...
    method _indexOf (line 1) | _indexOf(e){let t=-1;for(let n=this.stackTop;n>=0;n--)if(this.items[n]...
    method _isInTemplate (line 1) | _isInTemplate(){return this.currentTagName===r.TEMPLATE&&this.treeAdap...
    method _updateCurrentElement (line 1) | _updateCurrentElement(){this.current=this.items[this.stackTop],this.cu...
    method push (line 1) | push(e){this.items[++this.stackTop]=e,this._updateCurrentElement(),thi...
    method pop (line 1) | pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmp...
    method replace (line 1) | replace(e,t){let n=this._indexOf(e);this.items[n]=t,n===this.stackTop&...
    method insertAfter (line 1) | insertAfter(e,t){let n=this._indexOf(e)+1;this.items.splice(n,0,t),n==...
    method popUntilTagNamePopped (line 1) | popUntilTagNamePopped(e){for(;this.stackTop>-1;){let t=this.currentTag...
    method popUntilElementPopped (line 1) | popUntilElementPopped(e){for(;this.stackTop>-1;){let t=this.current;if...
    method popUntilNumberedHeaderPopped (line 1) | popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){let e=this.curr...
    method popUntilTableCellPopped (line 1) | popUntilTableCellPopped(){for(;this.stackTop>-1;){let e=this.currentTa...
    method popAllUpToHtmlElement (line 1) | popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}
    method clearBackToTableContext (line 1) | clearBackToTableContext(){for(;this.currentTagName!==r.TABLE&&this.cur...
    method clearBackToTableBodyContext (line 1) | clearBackToTableBodyContext(){for(;this.currentTagName!==r.TBODY&&this...
    method clearBackToTableRowContext (line 1) | clearBackToTableRowContext(){for(;this.currentTagName!==r.TR&&this.cur...
    method remove (line 1) | remove(e){for(let t=this.stackTop;t>=0;t--)if(this.items[t]===e){this....
    method tryPeekProperlyNestedBodyElement (line 1) | tryPeekProperlyNestedBodyElement(){let e=this.items[1];return e&&this....
    method contains (line 1) | contains(e){return this._indexOf(e)>-1}
    method getCommonAncestor (line 1) | getCommonAncestor(e){let t=this._indexOf(e);return--t>=0?this.items[t]...
    method isRootHtmlElementCurrent (line 1) | isRootHtmlElementCurrent(){return 0===this.stackTop&&this.currentTagNa...
    method hasInScope (line 1) | hasInScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter...
    method hasNumberedHeaderInScope (line 1) | hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){let t=thi...
    method hasInListItemScope (line 1) | hasInL
Condensed preview — 65 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2,043K chars).
[
  {
    "path": ".github/FUNDING.yml",
    "chars": 733,
    "preview": "# These are supported funding model platforms\n\ngithub: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [u"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug-report.md",
    "chars": 857,
    "preview": "---\nname: Bug Report\nabout: Create a report to help us improve\ntitle: \"[Bug] \"\nlabels: Bug Report\nassignees: xbubbo\n---\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature-request.md",
    "chars": 620,
    "preview": "---\nname: Feature Request\nabout: Suggest an idea for this project\ntitle: \"[Feature]\"\nlabels: Feature Request\nassignees: "
  },
  {
    "path": ".github/ISSUE_TEMPLATE/game-request.md",
    "chars": 688,
    "preview": "---\nname: Game Request\nabout: Suggest a game you would like to be added to the site.\ntitle: \"[Game]\"\nlabels: Game Reques"
  },
  {
    "path": ".github/dependabot.yml",
    "chars": 106,
    "preview": "version: 2\nupdates:\n  - package-ecosystem: \"npm\"\n    directory: \"/\"\n    schedule:\n      interval: \"daily\"\n"
  },
  {
    "path": ".github/workflows/ads.yml",
    "chars": 1156,
    "preview": "name: Remove Ads\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  update-ad-free:\n    runs-on: ubuntu-latest\n\n    steps:"
  },
  {
    "path": ".gitignore",
    "chars": 54,
    "preview": "node_modules\n.idea\n.DS_Store\n.hintrc\n.gitpod.yml \n.env"
  },
  {
    "path": ".vscode/extensions.json",
    "chars": 69,
    "preview": "{\n  \"recommendations\": [\"dbaeumer.vscode-eslint\", \"biomejs.biome\"]\n}\n"
  },
  {
    "path": ".vscode/settings.json",
    "chars": 719,
    "preview": "{\n  \"files.autoSave\": \"afterDelay\",\n  \"files.autoSaveDelay\": 0,\n  \"editor.formatOnSave\": true,\n  \"editor.formatOnPaste\":"
  },
  {
    "path": "CONTRIBUTING.md",
    "chars": 1496,
    "preview": "# Contributing Guidelines\n\nThank you for your interest in contributing to this repository! To ensure a smooth collaborat"
  },
  {
    "path": "Dockerfile",
    "chars": 156,
    "preview": "FROM node:bookworm-slim\r\nENV NODE_ENV=production\r\n\r\nWORKDIR /app\r\n\r\nCOPY [\"package.json\", \"./\"]\r\n\r\nRUN npm install\r\n\r\nCO"
  },
  {
    "path": "Failed.html",
    "chars": 756,
    "preview": "<!doctype html>\n<html>\n  <head>\n    <title>Welcome to nginx!</title>\n    <style>\n      html {\n        color-scheme: ligh"
  },
  {
    "path": "LICENSE",
    "chars": 35184,
    "preview": "                  GNU AFFERO GENERAL PUBLIC LICENSE\r\n                       Version 3, 19 November 2007\r\n\r\n Copyright (C"
  },
  {
    "path": "Masqr.js",
    "chars": 2150,
    "preview": "import fs from \"node:fs\"\nimport path from \"node:path\"\nimport fetch from \"node-fetch\"\n\nconst LICENSE_SERVER_URL = \"https:"
  },
  {
    "path": "README.md",
    "chars": 4915,
    "preview": "<div align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/UseInterstellar/Interstellar/main/.github/branding/"
  },
  {
    "path": "SECURITY.md",
    "chars": 1568,
    "preview": "# Security Policy\n\n## Supported Versions\n\nOnly current versions of the site are being updated, if you are using an older"
  },
  {
    "path": "app.json",
    "chars": 238,
    "preview": "{\n  \"name\": \"edu\",\n  \"description\": \"?\",\n  \"repository\": \"https://github.com/interstellarnetwork/interstellar\",\n  \"logo\""
  },
  {
    "path": "biome.json",
    "chars": 1233,
    "preview": "{\n  \"$schema\": \"https://biomejs.dev/schemas/2.2.2/schema.json\",\n  \"files\": {\n    \"includes\": [\"**\", \"!**/static/assets/h"
  },
  {
    "path": "config.js",
    "chars": 233,
    "preview": "const config = {\n  challenge: false, // Set to true if you want to enable password protection.\n  users: {\n    // You can"
  },
  {
    "path": "index.js",
    "chars": 4087,
    "preview": "import fs from \"node:fs\";\nimport http from \"node:http\";\nimport path from \"node:path\";\nimport { createBareServer } from \""
  },
  {
    "path": "package.json",
    "chars": 781,
    "preview": "{\n  \"name\": \"interstellar\",\n  \"version\": \"5.2.5\",\n  \"type\": \"module\",\n  \"engines\": {\n    \"npm\": \">=7.0.0\",\n    \"node\": \""
  },
  {
    "path": "render.yaml",
    "chars": 69,
    "preview": "services:\n  - type: web\n    name: edu\n    env: docker\n    plan: free\n"
  },
  {
    "path": "static/404.html",
    "chars": 1618,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <"
  },
  {
    "path": "static/ads.txt",
    "chars": 59,
    "preview": "google.com, pub-6840529569014734, DIRECT, f08c47fec0942fa0\n"
  },
  {
    "path": "static/apps.html",
    "chars": 2762,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <"
  },
  {
    "path": "static/assets/css/container.css",
    "chars": 1585,
    "preview": ".column {\n   width: 145px;\n   transition: all 0.2s ease;\n   cursor: pointer;\n   background: var(--background-column);\n  "
  },
  {
    "path": "static/assets/css/error.css",
    "chars": 1427,
    "preview": ".error {\n   color: var(--text-primary);\n   font-family: \"Inter\", sans-serif;\n   font-weight: 900;\n   top: 15%;\n   text-a"
  },
  {
    "path": "static/assets/css/global.css",
    "chars": 2663,
    "preview": "@import url(\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap\");\n@import url(\"https://fo"
  },
  {
    "path": "static/assets/css/h.css",
    "chars": 1946,
    "preview": ".center {\n   display: flex;\n   justify-content: center;\n   align-items: center;\n}\n\n.title {\n   font-size: 10vh;\n   color"
  },
  {
    "path": "static/assets/css/nav.css",
    "chars": 3269,
    "preview": ".material-symbols-outlined {\n   font-variation-settings:\n      \"FILL\" 0,\n      \"wght\" 400,\n      \"GRAD\" 0,\n      \"opsz\" "
  },
  {
    "path": "static/assets/css/settings.css",
    "chars": 3901,
    "preview": "body {\n   background-color: var(--background-image);\n   font-family: \"Inter\", sans-serif;\n   color: var(--text-primary);"
  },
  {
    "path": "static/assets/css/t.css",
    "chars": 4055,
    "preview": "@import url(\"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap\");\n@import url(\"https://fonts."
  },
  {
    "path": "static/assets/css/themes/catppuccin/frappe.css",
    "chars": 1310,
    "preview": "@import url(\"https://unpkg.com/@catppuccin/palette/css/catppuccin.css\");\n:root {\n   --background-image: var(--ctp-frappe"
  },
  {
    "path": "static/assets/css/themes/catppuccin/latte.css",
    "chars": 1294,
    "preview": "@import url(\"https://unpkg.com/@catppuccin/palette/css/catppuccin.css\");\n:root {\n   --background-image: var(--ctp-latte-"
  },
  {
    "path": "static/assets/css/themes/catppuccin/macchiato.css",
    "chars": 1358,
    "preview": "@import url(\"https://unpkg.com/@catppuccin/palette/css/catppuccin.css\");\n:root {\n   --background-image: var(--ctp-macchi"
  },
  {
    "path": "static/assets/css/themes/catppuccin/mocha.css",
    "chars": 1294,
    "preview": "@import url(\"https://unpkg.com/@catppuccin/palette/css/catppuccin.css\");\n:root {\n   --background-image: var(--ctp-mocha-"
  },
  {
    "path": "static/assets/css/themes/colors/inverted.css",
    "chars": 1176,
    "preview": ":root {\n   /* Background Variables */\n   --background-image: url(\"/./assets/media/background/full-inverted.png\"); /* Bac"
  },
  {
    "path": "static/assets/css/themes/colors/sky.css",
    "chars": 1175,
    "preview": ":root {\n   /* Background Variables */\n   --background-image: url(\"/./assets/media/background/full-main.png\"); /* Backgro"
  },
  {
    "path": "static/assets/css/themes/template.css",
    "chars": 1027,
    "preview": ":root {\n   /* Background Variables */\n   --background-color: #ddd; /* Main Background Color */\n   --background-input: #c"
  },
  {
    "path": "static/assets/history/client.js",
    "chars": 229134,
    "preview": "(()=>{var aa=Object.create,Xe=Object.defineProperty,sa=Object.getOwnPropertyDescriptor,oa=Object.getOwnPropertyNames,ca="
  },
  {
    "path": "static/assets/history/config.js",
    "chars": 526,
    "preview": "self.__dynamic$config = {\n\tprefix: \"/a/q/\",\n\tencoding: \"xor\",\n\tmode: \"production\",\n\tlogLevel: 0,\n\tbare: {\n\t\tversion: 2,\n"
  },
  {
    "path": "static/assets/history/handler.js",
    "chars": 230522,
    "preview": "\"use strict\";(()=>{var aa=Object.create,Je=Object.defineProperty,sa=Object.getOwnPropertyDescriptor,oa=Object.getOwnProp"
  },
  {
    "path": "static/assets/history/html.js",
    "chars": 158023,
    "preview": "\"use strict\";(()=>{var e={encode:(e,t)=>e&&e.toString()?e.split(\", \").map((e=>e.split(\" \").map(((e,s)=>0==s?t.url.encode"
  },
  {
    "path": "static/assets/history/worker.js",
    "chars": 196075,
    "preview": "\"use strict\";(()=>{var e,t,i,s=Object.create,r=Object.defineProperty,n=Object.getOwnPropertyDescriptor,a=Object.getOwnPr"
  },
  {
    "path": "static/assets/js/c1.js",
    "chars": 10471,
    "preview": "// cloak.js\nlet appInd;\nconst g = window.location.pathname === \"/a\";\nconst a = window.location.pathname === \"/b\";\nconst "
  },
  {
    "path": "static/assets/js/h1.js",
    "chars": 5587,
    "preview": "// home.js\nlet inFrame;\n\ntry {\n  inFrame = window !== top;\n} catch (e) {\n  inFrame = true;\n}\nif (!localStorage.getItem(\""
  },
  {
    "path": "static/assets/js/index-3.js",
    "chars": 1662,
    "preview": "// index.js\nwindow.addEventListener(\"load\", () => {\n  navigator.serviceWorker.register(\"../sw.js?v=2025-04-15\", {\n    sc"
  },
  {
    "path": "static/assets/js/m1.js",
    "chars": 10590,
    "preview": "// main.js\nlet qp;\n\ntry {\n  qp = window.top.location.pathname === \"/d\";\n} catch {\n  try {\n    qp = window.parent.locatio"
  },
  {
    "path": "static/assets/js/s1.js",
    "chars": 13361,
    "preview": "// Ads\n// settings.js\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  function adChange(selectedValue) {\n    if "
  },
  {
    "path": "static/assets/js/t3.js",
    "chars": 13648,
    "preview": "// tabs.js\nwindow.addEventListener(\"load\", () => {\n  navigator.serviceWorker.register(\"../sw.js?v=2025-04-15\", { scope: "
  },
  {
    "path": "static/assets/json/a.json",
    "chars": 14485,
    "preview": "[\n  {\n    \"name\": \"! Create Custom App\",\n    \"image\": \"/assets/media/icons/custom.webp\",\n    \"categories\": [\"all\"],\n    "
  },
  {
    "path": "static/assets/json/a.min.json",
    "chars": 11719,
    "preview": "[{\"name\":\"! Create Custom App\",\"image\":\"/assets/media/icons/custom.webp\",\"categories\":[\"all\"],\"custom\":\"true\"},{\"name\":\""
  },
  {
    "path": "static/assets/json/g.json",
    "chars": 61767,
    "preview": "[\n  {\n    \"name\": \"! Create Custom App\",\n    \"image\": \"/assets/media/icons/custom.webp\",\n    \"categories\": [\"all\"],\n    "
  },
  {
    "path": "static/assets/json/g.min.json",
    "chars": 51874,
    "preview": "[{\"name\":\"! Create Custom App\",\"image\":\"/assets/media/icons/custom.webp\",\"categories\":[\"all\"],\"custom\":\"true\"},{\"name\":\""
  },
  {
    "path": "static/assets/mathematics/bundle.js",
    "chars": 779599,
    "preview": "(()=>{var e=[,(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>l});var i=n(2),r=n(3);class a extends i.default{construct"
  },
  {
    "path": "static/assets/mathematics/config.js",
    "chars": 357,
    "preview": "self.__uv$config = {\n  prefix: \"/a/\",\n  bare: \"/ca/\",\n  encodeUrl: Ultraviolet.codec.xor.encode,\n  decodeUrl: Ultraviole"
  },
  {
    "path": "static/assets/mathematics/handler.js",
    "chars": 20763,
    "preview": "async function __uvHook(e,t={},a=\"/ca/\"){if(\"__uv\"in e&&e.__uv instanceof Ultraviolet)return!1;e.document&&e.window&&e.d"
  },
  {
    "path": "static/assets/mathematics/sw.js",
    "chars": 17914,
    "preview": "importScripts(\"/assets/mathematics/bundle.js?v=9-30-2024\"),\n  importScripts(\"/assets/mathematics/config.js?v=9-30-2024\")"
  },
  {
    "path": "static/games.html",
    "chars": 2358,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <"
  },
  {
    "path": "static/index.html",
    "chars": 1969,
    "preview": "<!doctype html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <"
  },
  {
    "path": "static/robots.txt",
    "chars": 101,
    "preview": "User-agent: *\nDisallow: /\n\nUser-agent: Googlebot\nAllow: /\n\nUser-agent: Mediapartners-Google\nAllow: /\n"
  },
  {
    "path": "static/settings.html",
    "chars": 11212,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <"
  },
  {
    "path": "static/sw.js",
    "chars": 814,
    "preview": "importScripts(\"/assets/history/config.js?v=2025-04-15\");\nimportScripts(\"/assets/history/worker.js?v=2025-04-15\");\nimport"
  },
  {
    "path": "static/tabs.html",
    "chars": 3133,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <"
  },
  {
    "path": "vercel.json",
    "chars": 181,
    "preview": "{\n  \"version\": 2,\n  \"builds\": [\n    {\n      \"src\": \"index.js\",\n      \"use\": \"@vercel/node\"\n    }\n  ],\n  \"routes\": [\n    "
  }
]

About this extraction

This page contains the full source code of the InterstellarNetwork/Interstellar GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 65 files (1.8 MB), approximately 652.3k tokens, and a symbol index with 2483 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!