Showing preview only (3,608K chars total). Download the full file or copy to clipboard to get everything.
Repository: chr15m/rogule.com
Branch: master
Commit: 50d99d0f686f
Files: 41
Total size: 3.4 MB
Directory structure:
gitextract_0z66tzxp/
├── .clj-kondo/
│ └── config.edn
├── .gitignore
├── ENV
├── LICENSE.md
├── Makefile
├── Procfile
├── README.md
├── bin/
│ ├── analytics
│ ├── archive-database-month
│ ├── download-live-data
│ └── rename-minidawn-sprites.cljs
├── build/
│ ├── public/
│ │ ├── css/
│ │ │ └── style.css
│ │ ├── game.html
│ │ ├── index.html
│ │ ├── js/
│ │ │ ├── main.js
│ │ │ ├── manifest.edn
│ │ │ ├── shared.js
│ │ │ └── twemojisearch.js
│ │ ├── manifest.json
│ │ ├── sw.js
│ │ └── twemojisearch.html
│ └── server.js
├── package.json
├── public/
│ ├── css/
│ │ └── style.css
│ ├── game.html
│ ├── i18n/
│ │ └── en.json
│ ├── index.html
│ ├── manifest.json
│ ├── sw.js
│ └── twemojisearch.html
├── shadow-cljs.edn
└── src/
└── rogule/
├── emoji.cljs
├── engine.cljs
├── generator.cljs
├── loader.clj
├── map.cljs
├── server.cljs
├── twemojis.cljc
├── twemojisearch.cljs
├── ui.cljs
└── util.cljs
================================================
FILE CONTENTS
================================================
================================================
FILE: .clj-kondo/config.edn
================================================
{:lint-as {promesa.core/let clojure.core/let}}
================================================
FILE: .gitignore
================================================
.*.swp
.shadow-cljs
devserver.js
logs
node_modules
.cache
workspace
public/js
public/twemojis
database.sqlite
package-lock.json
rogule.zip
tests.js
================================================
FILE: ENV
================================================
NGINX_SERVER_NAME=rogule.com
NGINX_HTTPS_ONLY=1
# NGINX_STATIC_PATHS=/:public
# NGINX_INCLUDE_FILE=nginx.conf
# PIKU_AUTO_RESTART=1
# PYTHON_VERSION=3
NODE_VERSION=14.17.6
================================================
FILE: LICENSE.md
================================================
### 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: Makefile
================================================
STATIC=public/*.html public/css public/*.png public/sw.js public/manifest.json # public/images public/assets
BRANCH=$(shell git branch | grep '^*' | colrm 1 2)
ZIPNAME=rogule
GITHASH = $(shell git rev-parse HEAD | cut -b -8)
all: build build/server.js
cloc:
git cloc --exclude-ext=js
$(ZIPNAME).zip: build
ln -s build/public $(ZIPNAME)
zip $@ `git ls-tree -r $(BRANCH) --name-only build/public | sed -e 's/build\/public/$(ZIPNAME)/'`
rm $(ZIPNAME)
build/server.js: src/**/*.cljs shadow-cljs.edn node_modules
npx shadow-cljs release server --debug
build: src/**/* $(STATIC) node_modules
mkdir -p build/public
cp -LR --preserve=all $(STATIC) build/public
sed -i 's/\.js"/.js?$(GITHASH)"/g' build/public/game.html
npx shadow-cljs release app
touch build
node_modules: package.json
pnpm i --shamefully-hoist
touch node_modules
.PHONY: watch watcher server repl clean
server: node_modules
@echo "waiting for devserver.js to appear."
@rm -f devserver.js; until [ -f devserver.js -a -d .shadow-cljs ]; do sleep 1; done; echo "devserver.js appeared. starting."
@sleep 1 && while [ 1 ]; do DEV=1 node devserver.js; sleep 3; echo "restarting devserver.js"; done
watcher:
npx shadow-cljs watch server app test
watch:
make -j2 watcher server
repl:
npx shadow-cljs cljs-repl app
clean:
rm -rf .shadow-cljs devserver.js server.js build node_modules package-lock.json
================================================
FILE: Procfile
================================================
# wsgi: dotted.module:entry_point
web: cd build && node server.js
analytics: ./bin/analytics
# release: make PROD=1
# static: public
# cron: */5 * * * * python batch.py
cron: 0 0 1 * * ./bin/archive-cron-wrapper
# somepyworker: python somescript.py
# somenodeworker: node somescript.js
================================================
FILE: README.md
================================================
The video game Rogule. <https://rogule.com>
A dungeon a day keeps the Balrog away.

# Dev
```
npm install
make watch
```
# Build
```
make
cd build && node server.js
```
# Testing
Re-generate level at a particular seed:
```
(reset-game! nil "2025-3-9")
```
================================================
FILE: bin/analytics
================================================
#!/bin/sh
IN=build/logs/
OUT=build/public/analytics
GODB=build/public/analytics/goaccess-db
mkdir -p ${OUT}
mkdir -p ${GODB}
goaccess -f ${IN}/access.log --log-format=COMBINED --time-format="%H:%M:%S" --date-format="%d/%b/%Y" --ignore-crawlers --persist --restore --db-path ${GODB} > ${OUT}/index.html
# Requests since one month ago
sed -n '/'$(date '+%d\/%b\/%Y' -d '1 month ago')'/,$ p' ${IN}/*access.log | goaccess --log-format=COMBINED --time-format="%H:%M:%S" --ignore-crawlers > ${OUT}/month.html
sleep 10800
================================================
FILE: bin/archive-database-month
================================================
#!/bin/sh
if [ ! -f "database.sqlite" ]; then
echo "database.sqlite not found. Run from the 'build' folder in prod."
exit 1
fi
if [ "$1" = "" ]
then
echo "Usage: $(basename "$0") YYYY-M [DELETE_ONLY]"
else
if [ "$2" = "DELETE_ONLY" ]; then
DELETED_OUTPUT=$(sqlite3 database.sqlite << EOF
PRAGMA journal_mode=WAL;
PRAGMA busy_timeout = 5000;
BEGIN TRANSACTION;
DELETE FROM keyv WHERE key LIKE 'game-records:%' AND value LIKE '%seed":"$1-%';
SELECT changes();
COMMIT;
VACUUM;
EOF
)
DELETED_COUNT=$(echo "$DELETED_OUTPUT" | tail -n 1)
echo "Deleted $DELETED_COUNT records for month '$1' from database.sqlite."
else
SCHEMA_ERROR=$(sqlite3 database.sqlite ".schema" | sqlite3 "database-$1.sqlite" 2>&1)
if echo "$SCHEMA_ERROR" | grep -q "table keyv already exists"; then
echo "Destination database database-$1.sqlite already exists, skipping schema creation. This is OK."
elif [ -n "$SCHEMA_ERROR" ]; then
echo "$SCHEMA_ERROR"
fi
COUNTS=$(sqlite3 database.sqlite << EOF
PRAGMA journal_mode=WAL;
PRAGMA busy_timeout = 5000;
ATTACH DATABASE "database-$1.sqlite" AS archive;
BEGIN TRANSACTION;
INSERT OR IGNORE INTO archive.keyv
SELECT * FROM keyv WHERE key LIKE 'game-records:%' AND value LIKE '%seed":"$1-%';
SELECT changes();
DELETE FROM keyv WHERE key LIKE 'game-records:%' AND value LIKE '%seed":"$1-%';
SELECT changes();
COMMIT;
VACUUM;
EOF
)
COPIED_COUNT=$(echo "$COUNTS" | tail -n 2 | head -n 1)
DELETED_COUNT=$(echo "$COUNTS" | tail -n 1)
echo "Copied $COPIED_COUNT records for month '$1' to database-$1.sqlite."
echo "Deleted $DELETED_COUNT records for month '$1' from database.sqlite."
fi
fi
================================================
FILE: bin/download-live-data
================================================
#!/bin/sh
piku run -- 'mkdir -p /tmp/rogule-database; rm -f /tmp/rogule-database/*; rsync --progress build/database.sqlite /tmp/rogule-database/; gzip /tmp/rogule-database/database.sqlite'
scp root@rogule.com:/tmp/rogule-database/database.sqlite.gz database.sqlite.gz
mv database.sqlite database.sqlite.old
gunzip database.sqlite
================================================
FILE: bin/rename-minidawn-sprites.cljs
================================================
(ns rn
(:require
["fs" :as fs]
[rogule.twemojis :refer [codes-to-filename name-to-key]]
))
(try
(fs/mkdirSync "MiniDawn/mapped")
(catch :default _e (print "Skipped mkdir.")))
(def emojis
(into {}
(-> (fs/readFileSync "node_modules/emoji.json/emoji.json")
.toString
js/JSON.parse
(.map (fn [i] [(name-to-key (aget i "name")) (codes-to-filename (aget i "codes"))])))))
(def sprite-list
(-> (fs/readFileSync "MiniDawn/graphicsList.txt") .toString))
(doseq [i (.split sprite-list "\r\n")]
(let [[lookup filename] (.split i ", ")]
(fs/copyFile (str "MiniDawn/Graphics/" (.trim filename) ".png")
(str "MiniDawn/mapped/" (get emojis (keyword (.trim lookup))) ".png")
(fn [err] (when err (print err))))
(print lookup "->" filename)))
================================================
FILE: build/public/css/style.css
================================================
@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&display=swap');
:root {
--tile-width: 32px;
--bump-amount: 0.25;
}
@media only screen and (max-device-width: 600px) {
:root {
--tile-width: 16px;
font-size: 0.75em;
}
}
* {
box-sizing: border-box;
}
html {
background-color: #FCFBF3;
}
html, body, #app, #loading {
min-height: 100%;
}
body {
max-width: 100%;
width: 800px;
margin: auto;
font-family: "Courier New", "Courier", "Courier 10 Pitch", monospace;
font-weight: bold;
font-size: 2em;
color: #31373D;
touch-action: pan-y;
}
footer {
text-align: center;
}
@media only screen and (max-device-width: 600px) {
div.row {
transform: translateY(-3em);
}
}
p {
font-weight: bold;
}
h1, h2, h3 {
font-family: 'Almendra SC', serif;
}
button, .button {
border: 2px solid #4D9029;
border-bottom: 5px solid #4D9029;
background-color: #78B159;
border-radius: 6px;
font-family: "Courier New", "Courier", "Courier 10 Pitch", monospace;
font-size: 1em;
font-weight: bold;
color: #555;
padding: 0.25em 0.5em;
}
button:active, .button:active {
border-bottom: 2px solid #4D9029;
margin-bottom: 3px;
transform: translateY(4px);
}
button.key {
border: 2px solid #AAB8C2;
border-bottom: 5px solid #AAB8C2;
background-color: #D4E1EA;
}
button.key:active {
border-bottom: 2px solid #AAB8C2;
}
button.key svg {
width: 1em;
height: 1em;
}
button.key svg path {
fill: #555;
}
inline-icon {
width: 2em;
height: 2em;
color: #555;
fill: #555;
}
/***** specific styles *****/
#app {
display: flex;
flex-direction: column;
justify-content: center;
}
/***** text page specific styles *****/
body.page {
height: 100vh;
padding: 0.5em;
}
button#help {
position: absolute;
top: 8px;
left: 8px;
}
a {
color: grey;
font-size: 0.75em;
}
.page a.button {
text-decoration: none;
color: white;
}
.page .cta {
text-align: center;
}
.page.admin li {
font-size: 0.75em;
}
/***** game styles *****/
body.game {
width: 100%;
justify-content: center;
align-items: center;
height: 100vh;
}
body.game #app {
align-items: center;
}
#game {
display: flex;
justify-content: center;
}
#game h1 {
position: absolute;
top: 0px;
text-align: center;
margin: auto;
width: 100%;
left: 0px;
}
h1.splash {
position: absolute;
z-index: 3;
text-shadow: 0px 0px 10px white;
font-size: 6em;
top: 100px !important;
}
div.row {
height: var(--tile-width);
}
span.grid {
display: inline-block;
width: var(--tile-width);
height: var(--tile-width);
}
span.grid > * {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
}
img.tile {
width: var(--tile-width);
/* uncomment for pixelated sprites
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
*/
}
span.stat {
font-size: 0.5em;
top: -1em;
position: absolute;
color: #333;
text-shadow: 0px 0px 3px white;
opacity: 0.5;
}
span.xp {
display: inline-block;
width: var(--tile-width);
height: var(--tile-width);
vertical-align: top;
font-size: 0.75em;
text-align: center;
position: relative;
top: 0.15em;
}
#health-bars {
top: 8px;
margin: auto;
position: absolute;
}
#event-modal {
padding: 1em;
border: 2px solid #AAB8C2;
background-color: #D4E1EA;
border-radius: 6px;
position: absolute;
top: 100px;
box-shadow: 0px 0px 20px #888;
animation: modal-off 1.5s forwards;
}
#event-modal img.tile {
width: calc(var(--tile-width) * 3);
}
@keyframes modal-off {
0% {
display: block;
opacity: 1;
}
75% {
display: block;
opacity: 1;
}
100% {
display: none;
opacity: 0;
}
}
#score {
position: absolute;
bottom: 128px;
left: 0px;
width: 100%;
text-align: center;
font-weight: bold;
}
#inventory ul {
position: absolute;
bottom: 8px;
left: 0px;
list-style-type: none;
display: flex;
width: 100%;
justify-content: center;
padding: 0px;
margin: 0px;
}
#inventory li {
display: inline-block;
}
#inventory li + li {
margin-left: 0.25em;
}
#arrow-buttons {
position: absolute;
bottom: 1.5em;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
right: 0.5em;
}
#arrow-buttons > div {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#arrow-buttons button span {
vertical-align: sub;
}
#arrow-buttons button svg {
vertical-align: text-top;
}
.modal {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
min-height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1em;
background-color: #FCFBF3;
z-index: 2;
}
.message {
position: absolute;
bottom: 8px;
left: 0px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.tombstone {
background-color: white;
border-radius: 6px;
border: 1px solid #CCD6DD;
padding: 1em;
margin: 1em;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 600px;
width: 95%;
text-align: center;
font-size: 0.75em;
}
.tombstone #stats {
}
.tombstone #stats p {
margin: 0px;
}
.tombstone hr {
width: 100%;
border: none;
height: 1px;
background-color: #CCD6DD;
}
.tombstone .countdown {
margin: 0.5em;
margin-bottom: 0px;
}
.tombstone .shared {
margin: 0px;
display: flex;
}
.tombstone .shared inline-icon {
margin: 0.25em;
}
.tombstone + .tombstone {
margin-top: 1em;
}
.ad {
display: flex;
flex-direction: column;
text-align: center;
text-decoration: none;
color: #111;
font-size: 1em;
}
.ad img {
max-width: 100%;
margin: 1em 0px;
}
.ad p {
margin: 0.5em;
}
.feedback {
font-size: 0.75em;
}
.feedback a {
text-decoration: none;
}
.build {
font-size: 0.5em;
color: grey;
}
.donations > * {
display: block;
margin: 0.25em;
}
.donation-patreon {
background-color: #ff424d;
border-radius: 100px;
color: white;
padding: 8px 20px;
text-decoration: none;
font-size: 1rem;
}
.donation-patreon svg {
height: 1rem;
width: 1rem;
vertical-align: sub;
stroke-width: 1.2px;
fill: white;
margin-right: 8px;
padding-bottom: 1px;
}
/***** juice *****/
.pop {
animation: pop .25s;
}
@keyframes pop {
from {
transform: scale(0);
animation-timing-function: cubic-bezier(.59,2.5,.88,.32);
}
to {
transform: scale(1);
}
}
.grow-and-fade {
animation: grow-and-fade 1s forwards;
}
@keyframes grow-and-fade {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(3);
opacity: 0;
}
}
.bump-up {
animation: bump-up .25s;
}
@keyframes bump-up {
from {
transform: translateY(calc(var(--tile-width) * var(--bump-amount) * -1));
}
to {
transform: translateY(0px);
}
}
.bump-left {
animation: bump-left .25s;
}
@keyframes bump-left {
from {
transform: translateX(calc(var(--tile-width) * var(--bump-amount) * -1));
}
to {
transform: translateX(0px);
}
}
.bump-down {
animation: bump-down .25s;
}
@keyframes bump-down {
from {
transform: translateY(calc(var(--tile-width) * var(--bump-amount)));
}
to {
transform: translateY(0px);
}
}
.bump-right {
animation: bump-right .25s;
}
@keyframes bump-right {
from {
transform: translateX(calc(var(--tile-width) * var(--bump-amount)));
}
to {
transform: translateX(0px);
}
}
/***** loader *****/
#loading {
display: flex;
justify-content: center;
align-items: center;
}
#loading div {
animation: spin 0.33s linear infinite;
width: 48px;
height: 48px;
border-radius: 24px;
border: 3px solid transparent;
border-left: 3px solid silver;
border-right: 3px solid silver;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
================================================
FILE: build/public/game.html
================================================
<!doctype html>
<html lang="en-us">
<head>
<title>Rogule</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="description" content="An online roguelike in your browser with a fresh dungeon generated each day.">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="icon.png">
<link rel="apple-touch-icon" href="icon.png">
<link rel="manifest" href="manifest.json">
<!-- twitter social -->
<meta content="https://rogule.com/icon.png" name="twitter:image:src">
<meta content="@mccrmx" name="twitter:site">
<meta content="@mccrmx" name="twitter:creator">
<meta content="summary" name="twitter:card">
<meta content="Rogule" name="twitter:title">
<meta content="A dungeon a day keeps the Balrog away." name="twitter:description">
<!-- other social -->
<meta content="https://rogule.com/icon.png" property="og:image">
<meta content="Rogule" property="og:site_name">
<meta content="website" property="og:type">
<meta content="Rogule" property="og:title">
<meta content="https://rogule.com/" property="og:url">
<meta content="A dungeon a day keeps the Balrog away." property="og:description">
</head>
<body class="game">
<main id="app">
<div id="loading"><div></div></div>
</main>
<script>
if("serviceWorker" in navigator) navigator.serviceWorker.register("sw.js?61f53f04");
</script>
<script src="js/shared.js?61f53f04"></script>
<script src="js/main.js?61f53f04"></script>
</body>
</html>
================================================
FILE: build/public/index.html
================================================
<!doctype html>
<html lang="en-us">
<head>
<title>Rogule - a dungeon a day keeps the Balrog away</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="A free minimalist online roguelike in your browser with a fresh dungeon generated each day.">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="icon.png">
<!-- twitter social -->
<meta content="https://rogule.com/icon.png" name="twitter:image:src">
<meta content="@mccrmx" name="twitter:site">
<meta content="@mccrmx" name="twitter:creator">
<meta content="summary" name="twitter:card">
<meta content="Rogule" name="twitter:title">
<meta content="A dungeon a day keeps the Balrog away." name="twitter:description">
<!-- other social -->
<meta content="https://rogule.com/icon.png" property="og:image">
<meta content="Rogule" property="og:site_name">
<meta content="website" property="og:type">
<meta content="Rogule" property="og:title">
<meta content="https://rogule.com/" property="og:url">
<meta content="A dungeon a day keeps the Balrog away." property="og:description">
</head>
<body class="page">
<main id="app">
<!-- <div id="loading"><div></div></div> -->
<h1><img src="icon.png"/> Rogule</h1>
<p>A dungeon a day keeps the Balrog away.</p>
<p class="cta"><strong><a class="button" href="game.html">Play it now</a></strong></p>
<p>
Rogule is a minimalist online Roguelike game you play in your web browser.
Everyone gets the same dungeon each day.
You get one chance to beat each day's dungeon.
It is free to play.
</p>
<footer>
<p><a href="https://github.com/chr15m/rogule.com">Source code</a>.</p>
<p><a href="https://twitter.com/mccrmx/status/1498647995163705344">Twitter dev log</a>.</p>
<p>A game by <a href="https://mccormick.cx">Chris McCormick</a>.</p>
</footer>
</main>
</body>
</html>
================================================
FILE: build/public/js/main.js
================================================
(function(){
shadow$provide[16]=function(ea,ia,ja,L){function B(){throw Error("setTimeout has not been defined");}function M(){throw Error("clearTimeout has not been defined");}function ca(O){if(C===setTimeout)return setTimeout(O,0);if((C===B||!C)&&setTimeout)return C=setTimeout,setTimeout(O,0);try{return C(O,0)}catch(da){try{return C.call(null,O,0)}catch(qa){return C.call(this,O,0)}}}function Q(O){if(K===clearTimeout)return clearTimeout(O);if((K===M||!K)&&clearTimeout)return K=clearTimeout,clearTimeout(O);try{return K(O)}catch(da){try{return K.call(null,
O)}catch(qa){return K.call(this,O)}}}function ma(){ha&&pa&&(ha=!1,pa.length?I=pa.concat(I):Fa=-1,I.length&&ka())}function ka(){if(!ha){var O=ca(ma);ha=!0;for(var da=I.length;da;){pa=I;for(I=[];++Fa<da;)pa&&pa[Fa].run();Fa=-1;da=I.length}pa=null;ha=!1;Q(O)}}function H(O,da){this.fun=O;this.array=da}function w(){}ea=ja.exports={};try{var C="function"===typeof setTimeout?setTimeout:B}catch(O){C=B}try{var K="function"===typeof clearTimeout?clearTimeout:M}catch(O){K=M}var I=[],ha=!1,pa,Fa=-1;ea.nextTick=
function(O){var da=Array(arguments.length-1);if(1<arguments.length)for(var qa=1;qa<arguments.length;qa++)da[qa-1]=arguments[qa];I.push(new H(O,da));1!==I.length||ha||ca(ka)};H.prototype.run=function(){this.fun.apply(null,this.array)};ea.title="browser";ea.browser=!0;ea.env={};ea.argv=[];ea.version="";ea.versions={};ea.on=w;ea.addListener=w;ea.once=w;ea.off=w;ea.removeListener=w;ea.removeAllListeners=w;ea.emit=w;ea.prependListener=w;ea.prependOnceListener=w;ea.listeners=function(O){return[]};ea.binding=
function(O){throw Error("process.binding is not supported");};ea.cwd=function(){return"/"};ea.chdir=function(O){throw Error("process.chdir is not supported");};ea.umask=function(){return 0}};
shadow$provide[17]=function(ea,ia,ja,L){function B(Q){if(void 0===Q)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Q}function M(Q,ma){Q.prototype=Object.create(ma.prototype);Q.prototype.constructor=Q;Q.__proto__=ma}var ca=ia(16);(function(Q,ma){"object"===typeof L&&"undefined"!==typeof ja?ma(L):"function"===typeof define&&define.amd?define(["exports"],ma):ma(Q.ROT={})})(this,function(Q){function ma(t,q){return(t%q+q)%q}function ka(t,q,k){void 0===q&&(q=
0);void 0===k&&(k=1);return t<q?q:t>k?k:t}function H(t){return t.charAt(0).toUpperCase()+t.substring(1)}function w(t){for(var q=arguments.length,k=Array(1<q?q-1:0),d=1;d<q;d++)k[d-1]=arguments[d];var f=w.map;return t.replace(/%(?:([a-z]+)|(?:{([^}]+)}))/gi,function(g,l,m,n){if("%"==t.charAt(n-1))return g.substring(1);if(!k.length)return g;m=(l||m).split(",");l=m.shift()||"";n=f[l.toLowerCase()];if(!n)return g;g=k.shift();g=g[n].apply(g,m);l=l.charAt(0);l!=l.toLowerCase()&&(g=H(g));return g})}function C(t){var q;
if(t in Da)var k=Da[t];else{if("#"==t.charAt(0))if(k=(t.match(/[0-9a-f]/gi)||[]).map(function(d){return parseInt(d,16)}),3==k.length)k=k.map(function(d){return 17*d});else for(q=0;3>q;q++)k[q+1]+=16*k[q],k.splice(q,1);else k=(q=t.match(/rgb\(([0-9, ]+)\)/i))?q[1].split(/\s*,\s*/).map(function(d){return parseInt(d)}):[0,0,0];Da[t]=k}return k.slice()}function K(t){for(var q=arguments.length,k=Array(1<q?q-1:0),d=1;d<q;d++)k[d-1]=arguments[d];for(q=0;3>q;q++)for(d=0;d<k.length;d++)t[q]+=k[d][q];return t}
function I(t,q,k){void 0===k&&(k=.5);for(var d=t.slice(),f=0;3>f;f++)d[f]=Math.round(d[f]+k*(q[f]-t[f]));return d}function ha(t,q,k){void 0===k&&(k=.5);t=pa(t);q=pa(q);for(var d=0;3>d;d++)t[d]+=k*(q[d]-t[d]);return O(t)}function pa(t){var q=t[0]/255,k=t[1]/255;t=t[2]/255;var d=Math.max(q,k,t),f=Math.min(q,k,t),g=0,l=(d+f)/2;if(d==f)f=0;else{var m=d-f;f=.5<l?m/(2-d-f):m/(d+f);switch(d){case q:g=(k-t)/m+(k<t?6:0);break;case k:g=(t-q)/m+2;break;case t:g=(q-k)/m+4}g/=6}return[g,f,l]}function Fa(t,q,k){0>
k&&(k+=1);1<k&&--k;return k<1/6?t+6*(q-t)*k:.5>k?q:k<2/3?t+(q-t)*(2/3-k)*6:t}function O(t){var q=t[2];if(0==t[1])return q=Math.round(255*q),[q,q,q];var k=t[1];k=.5>q?q*(1+k):q+k-q*k;var d=2*q-k;q=Fa(d,k,t[0]+1/3);var f=Fa(d,k,t[0]);t=Fa(d,k,t[0]-1/3);return[Math.round(255*q),Math.round(255*f),Math.round(255*t)]}function da(t,q,k){var d=t.createShader(t.VERTEX_SHADER);t.shaderSource(d,q);t.compileShader(d);if(!t.getShaderParameter(d,t.COMPILE_STATUS))throw Error(t.getShaderInfoLog(d)||"");q=t.createShader(t.FRAGMENT_SHADER);
t.shaderSource(q,k);t.compileShader(q);if(!t.getShaderParameter(q,t.COMPILE_STATUS))throw Error(t.getShaderInfoLog(q)||"");k=t.createProgram();t.attachShader(k,d);t.attachShader(k,q);t.linkProgram(k);if(!t.getProgramParameter(k,t.LINK_STATUS))throw Error(t.getProgramInfoLog(k)||"");return k}function qa(t){var q=new Float32Array([0,0,1,0,0,1,1,1]),k=t.createBuffer();t.bindBuffer(t.ARRAY_BUFFER,k);t.bufferData(t.ARRAY_BUFFER,q,t.STATIC_DRAW);t.enableVertexAttribArray(0);t.vertexAttribPointer(0,2,t.FLOAT,
!1,0,0)}function sa(t){if(!(t in F)){if("transparent"==t)var q=[0,0,0,0];else if(-1<t.indexOf("rgba")){q=(t.match(/[\d.]+/g)||[]).map(Number);for(var k=0;3>k;k++)q[k]/=255}else q=C(t).map(function(d){return d/255}),q.push(1);F[t]=q}return F[t]}function oa(t){t=C(t);return 36*Math.floor(.0234375*t[0])+6*Math.floor(.0234375*t[1])+1*Math.floor(.0234375*t[2])+16}function Ba(t,q){var k=[],d=0;t.replace(fa,function(g,l,m,n){var u=t.substring(d,n);u.length&&k.push({type:0,value:u});k.push({type:"c"==l?2:
3,value:m.trim()});d=n+g.length;return""});var f=t.substring(d);f.length&&k.push({type:0,value:f});return Sa(k,q)}function Sa(t,q){q||(q=Infinity);for(var k=0,d=0,f=-1;k<t.length;){var g=t[k];1==g.type&&(d=0,f=-1);if(0!=g.type)k++;else{for(;0==d&&" "==g.value.charAt(0);)g.value=g.value.substring(1);var l=g.value.indexOf("\n");if(-1!=l){g.value=Ma(t,k,l,!0);for(l=g.value.split("");l.length&&" "==l[l.length-1];)l.pop();g.value=l.join("")}if(g.value.length){if(d+g.value.length>q){for(l=-1;;){var m=g.value.indexOf(" ",
l+1);if(-1==m)break;if(d+m>q)break;l=m}-1!=l?g.value=Ma(t,k,l,!0):-1!=f?(k=t[f],g=k.value.lastIndexOf(" "),k.value=Ma(t,f,g,!0),k=f):g.value=Ma(t,k,q-d,!1)}else d+=g.value.length,-1!=g.value.indexOf(" ")&&(f=k);k++}else t.splice(k,1)}}t.push({type:1});q=null;for(d=0;d<t.length;d++)switch(f=t[d],f.type){case 0:q=f;break;case 1:if(q){for(f=q.value.split("");f.length&&" "==f[f.length-1];)f.pop();q.value=f.join("")}q=null}t.pop();return t}function Ma(t,q,k,d){d={type:0,value:t[q].value.substring(k+(d?
1:0))};t.splice(q+1,0,{type:1},d);return t[q].value.substring(0,k)}function Ua(t,q,k){k[q[t+1]]=k[t];q[k[t]]=q[t+1];k[t]=t+1;q[t+1]=t}function Ca(t,q,k){k[q[t]]=k[t];q[k[t]]=q[t];k[t]=t;q[t]=t}var Y=(new (function(){function t(){this._c=this._s2=this._s1=this._s0=this._seed=0}var q=t.prototype;q.getSeed=function(){return this._seed};q.setSeed=function(k){this._seed=k=1>k?1/k:k;this._s0=2.3283064365386963E-10*(k>>>0);k=69069*k+1>>>0;this._s1=2.3283064365386963E-10*k;this._s2=2.3283064365386963E-10*
(69069*k+1>>>0);this._c=1;return this};q.getUniform=function(){var k=2091639*this._s0+2.3283064365386963E-10*this._c;this._s0=this._s1;this._s1=this._s2;this._c=k|0;return this._s2=k-this._c};q.getUniformInt=function(k,d){var f=Math.max(k,d);k=Math.min(k,d);return Math.floor(this.getUniform()*(f-k+1))+k};q.getNormal=function(k,d){void 0===k&&(k=0);void 0===d&&(d=1);do{var f=2*this.getUniform()-1;var g=2*this.getUniform()-1;g=f*f+g*g}while(1<g||0==g);return k+f*Math.sqrt(-2*Math.log(g)/g)*d};q.getPercentage=
function(){return 1+Math.floor(100*this.getUniform())};q.getItem=function(k){return k.length?k[Math.floor(this.getUniform()*k.length)]:null};q.shuffle=function(k){var d=[];for(k=k.slice();k.length;){var f=k.indexOf(this.getItem(k));d.push(k.splice(f,1)[0])}return d};q.getWeightedValue=function(k){var d=0;for(g in k)d+=k[g];d*=this.getUniform();var f;var g=0;for(f in k)if(g+=k[f],d<g)break;return f};q.getState=function(){return[this._s0,this._s1,this._s2,this._c]};q.setState=function(k){this._s0=k[0];
this._s1=k[1];this._s2=k[2];this._c=k[3];return this};q.clone=function(){return(new t).setState(this.getState())};return t}())).setSeed(Date.now()),Va=function(){function t(){}var q=t.prototype;q.getContainer=function(){return null};q.setOptions=function(k){this._options=k};return t}(),Ha=function(t){function q(){var d=t.call(this)||this;d._ctx=document.createElement("canvas").getContext("2d");return d}M(q,t);var k=q.prototype;k.schedule=function(d){requestAnimationFrame(d)};k.getContainer=function(){return this._ctx.canvas};
k.setOptions=function(d){t.prototype.setOptions.call(this,d);d=(d.fontStyle?d.fontStyle+" ":"")+" "+d.fontSize+"px "+d.fontFamily;this._ctx.font=d;this._updateSize();this._ctx.font=d;this._ctx.textAlign="center";this._ctx.textBaseline="middle"};k.clear=function(){this._ctx.fillStyle=this._options.bg;this._ctx.fillRect(0,0,this._ctx.canvas.width,this._ctx.canvas.height)};k.eventToPosition=function(d,f){var g=this._ctx.canvas,l=g.getBoundingClientRect();d-=l.left;f-=l.top;d*=g.width/l.width;f*=g.height/
l.height;return 0>d||0>f||d>=g.width||f>=g.height?[-1,-1]:this._normalizedEventToPosition(d,f)};return q}(Va);w.map={s:"toString"};var Ta=Object.freeze({mod:ma,clamp:ka,capitalize:H,format:w}),ab=function(t){function q(){var d=t.call(this)||this;d._spacingX=0;d._spacingY=0;d._hexSize=0;return d}M(q,t);var k=q.prototype;k.draw=function(d,f){var g=d[2],l=d[3],m=d[4];d=[(d[0]+1)*this._spacingX,d[1]*this._spacingY+this._hexSize];this._options.transpose&&d.reverse();f&&(this._ctx.fillStyle=m,this._fill(d[0],
d[1]));if(g)for(this._ctx.fillStyle=l,f=[].concat(g),g=0;g<f.length;g++)this._ctx.fillText(f[g],d[0],Math.ceil(d[1]))};k.computeSize=function(d,f){this._options.transpose&&(d+=f,f=d-f,d-=f);return[Math.floor(d/this._spacingX)-1,Math.floor((f-2*this._hexSize)/this._spacingY+1)]};k.computeFontSize=function(d,f){this._options.transpose&&(d+=f,f=d-f,d-=f);d=Math.min(2*d/((this._options.width+1)*Math.sqrt(3))-1,f/(2+1.5*(this._options.height-1)));f=this._ctx.font;this._ctx.font="100px "+this._options.fontFamily;
var g=Math.ceil(this._ctx.measureText("W").width);this._ctx.font=f;d=Math.floor(d)+1;return Math.ceil(2*d/(this._options.spacing*(1+g/100/Math.sqrt(3))))-1};k._normalizedEventToPosition=function(d,f){if(this._options.transpose){d+=f;f=d-f;d-=f;var g=this._ctx.canvas.width}else g=this._ctx.canvas.height;f=Math.floor(f/(g/this._options.height));ma(f,2)?(d-=this._spacingX,d=1+2*Math.floor(d/(2*this._spacingX))):d=2*Math.floor(d/(2*this._spacingX));return[d,f]};k._fill=function(d,f){var g=this._hexSize,
l=this._options.border,m=this._ctx;m.beginPath();this._options.transpose?(m.moveTo(d-g+l,f),m.lineTo(d-g/2+l,f+this._spacingX-l),m.lineTo(d+g/2-l,f+this._spacingX-l),m.lineTo(d+g-l,f),m.lineTo(d+g/2-l,f-this._spacingX+l),m.lineTo(d-g/2+l,f-this._spacingX+l),m.lineTo(d-g+l,f)):(m.moveTo(d,f-g+l),m.lineTo(d+this._spacingX-l,f-g/2+l),m.lineTo(d+this._spacingX-l,f+g/2-l),m.lineTo(d,f+g-l),m.lineTo(d-this._spacingX+l,f+g/2-l),m.lineTo(d-this._spacingX+l,f-g/2+l),m.lineTo(d,f-g+l));m.fill()};k._updateSize=
function(){var d=this._options,f=Math.ceil(this._ctx.measureText("W").width);this._hexSize=Math.floor(d.spacing*(d.fontSize+f/Math.sqrt(3))/2);this._spacingX=this._hexSize*Math.sqrt(3)/2;this._spacingY=1.5*this._hexSize;if(d.transpose){f="height";var g="width"}else f="width",g="height";this._ctx.canvas[f]=Math.ceil((d.width+1)*this._spacingX);this._ctx.canvas[g]=Math.ceil((d.height-1)*this._spacingY+2*this._hexSize)};return q}(Ha),sb=function(){var t=function(q){function k(){var f=q.call(this)||this;
f._spacingX=0;f._spacingY=0;f._canvasCache={};return f}M(k,q);var d=k.prototype;d.setOptions=function(f){q.prototype.setOptions.call(this,f);this._canvasCache={}};d.draw=function(f,g){k.cache?this._drawWithCache(f):this._drawNoCache(f,g)};d._drawWithCache=function(f){var g=f[0],l=f[1],m=f[2],n=f[3],u=f[4];f=""+m+n+u;if(f in this._canvasCache)var y=this._canvasCache[f];else{var J=this._options.border;y=document.createElement("canvas");var R=y.getContext("2d");y.width=this._spacingX;y.height=this._spacingY;
R.fillStyle=u;R.fillRect(J,J,y.width-J,y.height-J);if(m)for(R.fillStyle=n,R.font=this._ctx.font,R.textAlign="center",R.textBaseline="middle",m=[].concat(m),n=0;n<m.length;n++)R.fillText(m[n],this._spacingX/2,Math.ceil(this._spacingY/2));this._canvasCache[f]=y}this._ctx.drawImage(y,g*this._spacingX,l*this._spacingY)};d._drawNoCache=function(f,g){var l=f[0],m=f[1],n=f[2],u=f[3];f=f[4];g&&(g=this._options.border,this._ctx.fillStyle=f,this._ctx.fillRect(l*this._spacingX+g,m*this._spacingY+g,this._spacingX-
g,this._spacingY-g));if(n)for(this._ctx.fillStyle=u,n=[].concat(n),u=0;u<n.length;u++)this._ctx.fillText(n[u],(l+.5)*this._spacingX,Math.ceil((m+.5)*this._spacingY))};d.computeSize=function(f,g){return[Math.floor(f/this._spacingX),Math.floor(g/this._spacingY)]};d.computeFontSize=function(f,g){f=Math.floor(f/this._options.width);g=Math.floor(g/this._options.height);var l=this._ctx.font;this._ctx.font="100px "+this._options.fontFamily;var m=Math.ceil(this._ctx.measureText("W").width);this._ctx.font=
l;f=m/100*g/f;1<f&&(g=Math.floor(g/f));return Math.floor(g/this._options.spacing)};d._normalizedEventToPosition=function(f,g){return[Math.floor(f/this._spacingX),Math.floor(g/this._spacingY)]};d._updateSize=function(){var f=this._options,g=Math.ceil(this._ctx.measureText("W").width);this._spacingX=Math.ceil(f.spacing*g);this._spacingY=Math.ceil(f.spacing*f.fontSize);f.forceSquareRatio&&(this._spacingX=this._spacingY=Math.max(this._spacingX,this._spacingY));this._ctx.canvas.width=f.width*this._spacingX;
this._ctx.canvas.height=f.height*this._spacingY};return k}(Ha);t.cache=!1;return t}(),Ea=function(t){function q(){var d=t.call(this)||this;d._colorCanvas=document.createElement("canvas");return d}M(q,t);var k=q.prototype;k.draw=function(d,f){var g=d[0],l=d[1],m=d[2],n=d[3],u=d[4];d=this._options.tileWidth;var y=this._options.tileHeight;f&&(this._options.tileColorize?this._ctx.clearRect(g*d,l*y,d,y):(this._ctx.fillStyle=u,this._ctx.fillRect(g*d,l*y,d,y)));if(m)for(f=[].concat(m),n=[].concat(n),u=[].concat(u),
m=0;m<f.length;m++){var J=this._options.tileMap[f[m]];if(!J)throw Error('Char "'+f[m]+'" not found in tileMap');if(this._options.tileColorize){var R=this._colorCanvas,T=R.getContext("2d");T.globalCompositeOperation="source-over";T.clearRect(0,0,d,y);var U=n[m],la=u[m];T.drawImage(this._options.tileSet,J[0],J[1],d,y,0,0,d,y);"transparent"!=U&&(T.fillStyle=U,T.globalCompositeOperation="source-atop",T.fillRect(0,0,d,y));"transparent"!=la&&(T.fillStyle=la,T.globalCompositeOperation="destination-over",
T.fillRect(0,0,d,y));this._ctx.drawImage(R,g*d,l*y,d,y)}else this._ctx.drawImage(this._options.tileSet,J[0],J[1],d,y,g*d,l*y,d,y)}};k.computeSize=function(d,f){return[Math.floor(d/this._options.tileWidth),Math.floor(f/this._options.tileHeight)]};k.computeFontSize=function(){throw Error("Tile backend does not understand font size");};k._normalizedEventToPosition=function(d,f){return[Math.floor(d/this._options.tileWidth),Math.floor(f/this._options.tileHeight)]};k._updateSize=function(){var d=this._options;
this._ctx.canvas.width=d.width*d.tileWidth;this._ctx.canvas.height=d.height*d.tileHeight;this._colorCanvas.width=d.tileWidth;this._colorCanvas.height=d.tileHeight};return q}(Ha),Da={black:[0,0,0],navy:[0,0,128],darkblue:[0,0,139],mediumblue:[0,0,205],blue:[0,0,255],darkgreen:[0,100,0],green:[0,128,0],teal:[0,128,128],darkcyan:[0,139,139],deepskyblue:[0,191,255],darkturquoise:[0,206,209],mediumspringgreen:[0,250,154],lime:[0,255,0],springgreen:[0,255,127],aqua:[0,255,255],cyan:[0,255,255],midnightblue:[25,
25,112],dodgerblue:[30,144,255],forestgreen:[34,139,34],seagreen:[46,139,87],darkslategray:[47,79,79],darkslategrey:[47,79,79],limegreen:[50,205,50],mediumseagreen:[60,179,113],turquoise:[64,224,208],royalblue:[65,105,225],steelblue:[70,130,180],darkslateblue:[72,61,139],mediumturquoise:[72,209,204],indigo:[75,0,130],darkolivegreen:[85,107,47],cadetblue:[95,158,160],cornflowerblue:[100,149,237],mediumaquamarine:[102,205,170],dimgray:[105,105,105],dimgrey:[105,105,105],slateblue:[106,90,205],olivedrab:[107,
142,35],slategray:[112,128,144],slategrey:[112,128,144],lightslategray:[119,136,153],lightslategrey:[119,136,153],mediumslateblue:[123,104,238],lawngreen:[124,252,0],chartreuse:[127,255,0],aquamarine:[127,255,212],maroon:[128,0,0],purple:[128,0,128],olive:[128,128,0],gray:[128,128,128],grey:[128,128,128],skyblue:[135,206,235],lightskyblue:[135,206,250],blueviolet:[138,43,226],darkred:[139,0,0],darkmagenta:[139,0,139],saddlebrown:[139,69,19],darkseagreen:[143,188,143],lightgreen:[144,238,144],mediumpurple:[147,
112,216],darkviolet:[148,0,211],palegreen:[152,251,152],darkorchid:[153,50,204],yellowgreen:[154,205,50],sienna:[160,82,45],brown:[165,42,42],darkgray:[169,169,169],darkgrey:[169,169,169],lightblue:[173,216,230],greenyellow:[173,255,47],paleturquoise:[175,238,238],lightsteelblue:[176,196,222],powderblue:[176,224,230],firebrick:[178,34,34],darkgoldenrod:[184,134,11],mediumorchid:[186,85,211],rosybrown:[188,143,143],darkkhaki:[189,183,107],silver:[192,192,192],mediumvioletred:[199,21,133],indianred:[205,
92,92],peru:[205,133,63],chocolate:[210,105,30],tan:[210,180,140],lightgray:[211,211,211],lightgrey:[211,211,211],palevioletred:[216,112,147],thistle:[216,191,216],orchid:[218,112,214],goldenrod:[218,165,32],crimson:[220,20,60],gainsboro:[220,220,220],plum:[221,160,221],burlywood:[222,184,135],lightcyan:[224,255,255],lavender:[230,230,250],darksalmon:[233,150,122],violet:[238,130,238],palegoldenrod:[238,232,170],lightcoral:[240,128,128],khaki:[240,230,140],aliceblue:[240,248,255],honeydew:[240,255,
240],azure:[240,255,255],sandybrown:[244,164,96],wheat:[245,222,179],beige:[245,245,220],whitesmoke:[245,245,245],mintcream:[245,255,250],ghostwhite:[248,248,255],salmon:[250,128,114],antiquewhite:[250,235,215],linen:[250,240,230],lightgoldenrodyellow:[250,250,210],oldlace:[253,245,230],red:[255,0,0],fuchsia:[255,0,255],magenta:[255,0,255],deeppink:[255,20,147],orangered:[255,69,0],tomato:[255,99,71],hotpink:[255,105,180],coral:[255,127,80],darkorange:[255,140,0],lightsalmon:[255,160,122],orange:[255,
165,0],lightpink:[255,182,193],pink:[255,192,203],gold:[255,215,0],peachpuff:[255,218,185],navajowhite:[255,222,173],moccasin:[255,228,181],bisque:[255,228,196],mistyrose:[255,228,225],blanchedalmond:[255,235,205],papayawhip:[255,239,213],lavenderblush:[255,240,245],seashell:[255,245,238],cornsilk:[255,248,220],lemonchiffon:[255,250,205],floralwhite:[255,250,240],snow:[255,250,250],yellow:[255,255,0],lightyellow:[255,255,224],ivory:[255,255,240],white:[255,255,255]},tb=Object.freeze({fromString:C,
add:function(t){for(var q=t.slice(),k=arguments.length,d=Array(1<k?k-1:0),f=1;f<k;f++)d[f-1]=arguments[f];for(k=0;3>k;k++)for(f=0;f<d.length;f++)q[k]+=d[f][k];return q},add_:K,multiply:function(t){for(var q=t.slice(),k=arguments.length,d=Array(1<k?k-1:0),f=1;f<k;f++)d[f-1]=arguments[f];for(k=0;3>k;k++){for(f=0;f<d.length;f++)q[k]*=d[f][k]/255;q[k]=Math.round(q[k])}return q},multiply_:function(t){for(var q=arguments.length,k=Array(1<q?q-1:0),d=1;d<q;d++)k[d-1]=arguments[d];for(q=0;3>q;q++){for(d=0;d<
k.length;d++)t[q]*=k[d][q]/255;t[q]=Math.round(t[q])}return t},interpolate:I,lerp:I,interpolateHSL:ha,lerpHSL:ha,randomize:function(t,q){q instanceof Array||(q=Math.round(Y.getNormal(0,q)));t=t.slice();for(var k=0;3>k;k++)t[k]+=q instanceof Array?Math.round(Y.getNormal(0,q[k])):q;return t},rgb2hsl:pa,hsl2rgb:O,toRGB:function(t){return"rgb("+t.map(function(q){return ka(q,0,255)}).join(",")+")"},toHex:function(t){return"#"+t.map(function(q){return ka(q,0,255).toString(16).padStart(2,"0")}).join("")}}),
db=function(t){function q(){var d=t.call(this)||this;d._uniforms={};try{d._gl=d._initWebGL()}catch(f){alert(f.message)}return d}M(q,t);q.isSupported=function(){return!!document.createElement("canvas").getContext("webgl2",{preserveDrawingBuffer:!0})};var k=q.prototype;k.schedule=function(d){requestAnimationFrame(d)};k.getContainer=function(){return this._gl.canvas};k.setOptions=function(d){var f=this;t.prototype.setOptions.call(this,d);this._updateSize();var g=this._options.tileSet;g&&"complete"in
g&&!g.complete?g.addEventListener("load",function(){return f._updateTexture(g)}):this._updateTexture(g)};k.draw=function(d,f){var g=this._gl,l=this._options,m=d[0],n=d[1],u=d[2],y=d[3];d=d[4];g.scissor(m*l.tileWidth,g.canvas.height-(n+1)*l.tileHeight,l.tileWidth,l.tileHeight);f&&(l.tileColorize?g.clearColor(0,0,0,0):g.clearColor.apply(g,sa(d)),g.clear(g.COLOR_BUFFER_BIT));if(u)for(f=[].concat(u),u=[].concat(d),y=[].concat(y),g.uniform2fv(this._uniforms.targetPosRel,[m,n]),m=0;m<f.length;m++){n=this._options.tileMap[f[m]];
if(!n)throw Error('Char "'+f[m]+'" not found in tileMap');g.uniform1f(this._uniforms.colorize,l.tileColorize?1:0);g.uniform2fv(this._uniforms.tilesetPosAbs,n);l.tileColorize&&(g.uniform4fv(this._uniforms.tint,sa(y[m])),g.uniform4fv(this._uniforms.bg,sa(u[m])));g.drawArrays(g.TRIANGLE_STRIP,0,4)}};k.clear=function(){var d=this._gl;d.clearColor.apply(d,sa(this._options.bg));d.scissor(0,0,d.canvas.width,d.canvas.height);d.clear(d.COLOR_BUFFER_BIT)};k.computeSize=function(d,f){return[Math.floor(d/this._options.tileWidth),
Math.floor(f/this._options.tileHeight)]};k.computeFontSize=function(){throw Error("Tile backend does not understand font size");};k.eventToPosition=function(d,f){var g=this._gl.canvas,l=g.getBoundingClientRect();d-=l.left;f-=l.top;d*=g.width/l.width;f*=g.height/l.height;return 0>d||0>f||d>=g.width||f>=g.height?[-1,-1]:this._normalizedEventToPosition(d,f)};k._initWebGL=function(){var d=this,f=document.createElement("canvas").getContext("webgl2",{preserveDrawingBuffer:!0});window.gl=f;var g=da(f,P,
x);f.useProgram(g);qa(f);cb.forEach(function(l){return d._uniforms[l]=f.getUniformLocation(g,l)});this._program=g;f.enable(f.BLEND);f.blendFuncSeparate(f.SRC_ALPHA,f.ONE_MINUS_SRC_ALPHA,f.ONE,f.ONE_MINUS_SRC_ALPHA);f.enable(f.SCISSOR_TEST);return f};k._normalizedEventToPosition=function(d,f){return[Math.floor(d/this._options.tileWidth),Math.floor(f/this._options.tileHeight)]};k._updateSize=function(){var d=this._gl,f=this._options,g=[f.width*f.tileWidth,f.height*f.tileHeight];d.canvas.width=g[0];
d.canvas.height=g[1];d.viewport(0,0,g[0],g[1]);d.uniform2fv(this._uniforms.tileSize,[f.tileWidth,f.tileHeight]);d.uniform2fv(this._uniforms.targetSize,g)};k._updateTexture=function(d){var f=this._gl,g=f.createTexture();f.bindTexture(f.TEXTURE_2D,g);f.texParameteri(f.TEXTURE_2D,f.TEXTURE_MAG_FILTER,f.NEAREST);f.texParameteri(f.TEXTURE_2D,f.TEXTURE_MIN_FILTER,f.NEAREST);f.texParameteri(f.TEXTURE_2D,f.TEXTURE_WRAP_S,f.REPEAT);f.texParameteri(f.TEXTURE_2D,f.TEXTURE_WRAP_T,f.REPEAT);f.pixelStorei(f.UNPACK_FLIP_Y_WEBGL,
0);f.texImage2D(f.TEXTURE_2D,0,f.RGBA,f.RGBA,f.UNSIGNED_BYTE,d)};return q}(Va),cb="targetPosRel tilesetPosAbs tileSize targetSize colorize bg tint".split(" "),P="#version 300 es\n\nin vec2 tilePosRel;\nout vec2 tilesetPosPx;\n\nuniform vec2 tilesetPosAbs;\nuniform vec2 tileSize;\nuniform vec2 targetSize;\nuniform vec2 targetPosRel;\n\nvoid main() {\n\tvec2 targetPosPx \x3d (targetPosRel + tilePosRel) * tileSize;\n\tvec2 targetPosNdc \x3d ((targetPosPx / targetSize)-0.5)*2.0;\n\ttargetPosNdc.y *\x3d -1.0;\n\n\tgl_Position \x3d vec4(targetPosNdc, 0.0, 1.0);\n\ttilesetPosPx \x3d tilesetPosAbs + tilePosRel * tileSize;\n}",
x="#version 300 es\nprecision highp float;\n\nin vec2 tilesetPosPx;\nout vec4 fragColor;\nuniform sampler2D image;\nuniform bool colorize;\nuniform vec4 bg;\nuniform vec4 tint;\n\nvoid main() {\n\tfragColor \x3d vec4(0, 0, 0, 1);\n\n\tvec4 texel \x3d texelFetch(image, ivec2(tilesetPosPx), 0);\n\n\tif (colorize) {\n\t\ttexel.rgb \x3d tint.a * tint.rgb + (1.0-tint.a) * texel.rgb;\n\t\tfragColor.rgb \x3d texel.a*texel.rgb + (1.0-texel.a)*bg.rgb;\n\t\tfragColor.a \x3d texel.a + (1.0-texel.a)*bg.a;\n\t} else {\n\t\tfragColor \x3d texel;\n\t}\n}",
F={},W=function(t){function q(){var d=t.call(this)||this;d._offset=[0,0];d._cursor=[-1,-1];d._lastColor="";return d}M(q,t);var k=q.prototype;k.schedule=function(d){setTimeout(d,1E3/60)};k.setOptions=function(d){t.prototype.setOptions.call(this,d);var f=[d.width,d.height];this._offset=this.computeSize().map(function(g,l){return Math.floor((g-f[l])/2)})};k.clear=function(){ca.stdout.write("[0;48;5;"+oa(this._options.bg)+"m[2J")};k.draw=function(d,f){var g=d[2],l=d[3],m=d[4],n=this._offset[0]+d[0],
u=this._offset[1]+d[1];d=this.computeSize();if(!(0>n||n>=d[0]||0>u||u>=d[1])){if(n!==this._cursor[0]||u!==this._cursor[1])ca.stdout.write("["+(u+1)+";"+(n+1)+"H"),this._cursor[0]=n,this._cursor[1]=u;f&&(g||(g=" "));g&&(f="[0;38;5;"+oa(l)+";48;5;"+oa(m)+"m",f!==this._lastColor&&(ca.stdout.write(f),this._lastColor=f),"\t"!=g&&(g=[].concat(g),ca.stdout.write(g[0])),this._cursor[0]++,this._cursor[0]>=d[0]&&(this._cursor[0]=0,this._cursor[1]++))}};k.computeFontSize=function(){throw Error("Terminal backend has no notion of font size");
};k.eventToPosition=function(d,f){return[d,f]};k.computeSize=function(){return[ca.stdout.columns,ca.stdout.rows]};return q}(Va),fa=/%([bc]){([^}]*)}/g;Va=Object.freeze({TYPE_TEXT:0,TYPE_NEWLINE:1,TYPE_FG:2,TYPE_BG:3,measure:function(t,q){var k={width:0,height:1};t=Ba(t,q);for(var d=q=0;d<t.length;d++){var f=t[d];switch(f.type){case 0:q+=f.value.length;break;case 1:k.height++,k.width=Math.max(k.width,q),q=0}}k.width=Math.max(k.width,q);return k},tokenize:Ba});var aa={4:[[0,-1],[1,0],[0,1],[-1,0]],
8:[[0,-1],[1,-1],[1,0],[1,1],[0,1],[-1,1],[-1,0],[-1,-1]],6:[[-1,-1],[1,-1],[2,0],[1,1],[-1,1],[-2,0]]},za={hex:ab,rect:sb,tile:Ea,"tile-gl":db,term:W},Ja={width:80,height:25,transpose:!1,layout:"rect",fontSize:15,spacing:1,border:0,forceSquareRatio:!1,fontFamily:"monospace",fontStyle:"",fg:"#ccc",bg:"#000",tileWidth:32,tileHeight:32,tileMap:{},tileSet:null,tileColorize:!1},wa=function(){var t=function(){function q(d){void 0===d&&(d={});this._data={};this._dirty=!1;this._options={};d=Object.assign({},
Ja,d);this.setOptions(d);this.DEBUG=this.DEBUG.bind(this);this._tick=this._tick.bind(this);this._backend.schedule(this._tick)}var k=q.prototype;k.DEBUG=function(d,f,g){var l=[this._options.bg,this._options.fg];this.draw(d,f,null,null,l[g%l.length])};k.clear=function(){this._data={};this._dirty=!0};k.setOptions=function(d){Object.assign(this._options,d);if(d.width||d.height||d.fontSize||d.fontFamily||d.spacing||d.layout)d.layout&&(this._backend=new za[d.layout]),this._backend.setOptions(this._options),
this._dirty=!0;return this};k.getOptions=function(){return this._options};k.getContainer=function(){return this._backend.getContainer()};k.computeSize=function(d,f){return this._backend.computeSize(d,f)};k.computeFontSize=function(d,f){return this._backend.computeFontSize(d,f)};k.computeTileSize=function(d,f){return[Math.floor(d/this._options.width),Math.floor(f/this._options.height)]};k.eventToPosition=function(d){if("touches"in d){var f=d.touches[0].clientX;d=d.touches[0].clientY}else f=d.clientX,
d=d.clientY;return this._backend.eventToPosition(f,d)};k.draw=function(d,f,g,l,m){l||(l=this._options.fg);m||(m=this._options.bg);var n=d+","+f;this._data[n]=[d,f,g,l,m];!0!==this._dirty&&(this._dirty||(this._dirty={}),this._dirty[n]=!0)};k.drawOver=function(d,f,g,l,m){var n=this._data[d+","+f];n?(n[2]=g||n[2],n[3]=l||n[3],n[4]=m||n[4]):this.draw(d,f,g,l,m)};k.drawText=function(d,f,g,l){var m=null,n=null,u=d,y=1;l||(l=this._options.width-d);for(g=Ba(g,l);g.length;)switch(l=g.shift(),l.type){case 0:for(var J,
R=!1,T,U=!1,la=0;la<l.value.length;la++){J=l.value.charCodeAt(la);var ua=l.value.charAt(la);if("term"===this._options.layout&&(T=J>>8,17===T||46<=T&&159>=T||172<=T&&215>=T||43360<=J&&43391>=J)){this.draw(u+0,f,ua,m,n);this.draw(u+1,f,"\t",m,n);u+=2;continue}T=65280<J&&65377>J||65500<J&&65512>J||65518<J;J=32==ua.charCodeAt(0)||12288==ua.charCodeAt(0);!U||T||J||u++;T&&!R&&u++;this.draw(u++,f,ua,m,n);R=J;U=T}break;case 2:m=l.value||null;break;case 3:n=l.value||null;break;case 1:u=d,f++,y++}return y};
k._tick=function(){this._backend.schedule(this._tick);if(this._dirty){if(!0===this._dirty){this._backend.clear();for(var d in this._data)this._draw(d,!1)}else for(var f in this._dirty)this._draw(f,!0);this._dirty=!1}};k._draw=function(d,f){d=this._data[d];d[4]!=this._options.bg&&(f=!0);this._backend.draw(d,f)};return q}();t.Rect=sb;t.Hex=ab;t.Tile=Ea;t.TileGL=db;t.Term=W;return t}(),Ra=function(){function t(k){this._options={words:!1,order:3,prior:.001};Object.assign(this._options,k);this._suffix=
this._boundary=String.fromCharCode(0);this._prefix=[];for(k=0;k<this._options.order;k++)this._prefix.push(this._boundary);this._priorValues={};this._priorValues[this._boundary]=this._options.prior;this._data={}}var q=t.prototype;q.clear=function(){this._data={};this._priorValues={}};q.generate=function(){for(var k=[this._sample(this._prefix)];k[k.length-1]!=this._boundary;)k.push(this._sample(k));return this._join(k.slice(0,-1))};q.observe=function(k){k=this._split(k);for(var d=0;d<k.length;d++)this._priorValues[k[d]]=
this._options.prior;k=this._prefix.concat(k).concat(this._suffix);for(d=this._options.order;d<k.length;d++)for(var f=k.slice(d-this._options.order,d),g=k[d],l=0;l<f.length;l++){var m=f.slice(l);this._observeEvent(m,g)}};q.getStats=function(){var k=[],d=Object.keys(this._priorValues).length;d--;k.push("distinct samples: "+d);d=Object.keys(this._data).length;var f=0,g;for(g in this._data)f+=Object.keys(this._data[g]).length;k.push("dictionary size (contexts): "+d);k.push("dictionary size (events): "+
f);return k.join(", ")};q._split=function(k){return k.split(this._options.words?/\s+/:"")};q._join=function(k){return k.join(this._options.words?" ":"")};q._observeEvent=function(k,d){k=this._join(k);k in this._data||(this._data[k]={});k=this._data[k];d in k||(k[d]=0);k[d]++};q._sample=function(k){k=this._backoff(k);k=this._join(k);k=this._data[k];var d={};if(this._options.prior){for(var f in this._priorValues)d[f]=this._priorValues[f];for(var g in k)d[g]+=k[g]}else d=k;return Y.getWeightedValue(d)};
q._backoff=function(k){for(k.length>this._options.order?k=k.slice(-this._options.order):k.length<this._options.order&&(k=this._prefix.slice(0,this._options.order-k.length).concat(k));!(this._join(k)in this._data)&&0<k.length;)k=k.slice(1);return k};return t}(),bb=function(){function t(){this.heap=[];this.timestamp=0}var q=t.prototype;q.lessThan=function(k,d){return k.key==d.key?k.timestamp<d.timestamp:k.key<d.key};q.shift=function(k){this.heap=this.heap.map(function(d){return{key:d.key+k,value:d.value,
timestamp:d.timestamp}})};q.len=function(){return this.heap.length};q.push=function(k,d){this.timestamp+=1;var f=this.len();this.heap.push({value:k,timestamp:this.timestamp,key:d});this.updateUp(f)};q.pop=function(){if(0==this.len())throw Error("no element to pop");var k=this.heap[0];1<this.len()?(this.heap[0]=this.heap.pop(),this.updateDown(0)):this.heap.pop();return k};q.find=function(k){for(var d=0;d<this.len();d++)if(k==this.heap[d].value)return this.heap[d];return null};q.remove=function(k){for(var d=
null,f=0;f<this.len();f++)k==this.heap[f].value&&(d=f);if(null===d)return!1;1<this.len()?(f=this.heap.pop(),f.value!=k&&(this.heap[d]=f,this.updateDown(d))):this.heap.pop();return!0};q.parentNode=function(k){return Math.floor((k-1)/2)};q.leftChildNode=function(k){return 2*k+1};q.rightChildNode=function(k){return 2*k+2};q.existNode=function(k){return 0<=k&&k<this.heap.length};q.swap=function(k,d){var f=this.heap[k];this.heap[k]=this.heap[d];this.heap[d]=f};q.minNode=function(k){var d=k.filter(this.existNode.bind(this));
k=d[0];var f=Array.isArray(d),g=0;for(d=f?d:d[Symbol.iterator]();;){if(f){if(g>=d.length)break;var l=d[g++]}else{g=d.next();if(g.done)break;l=g.value}this.lessThan(this.heap[l],this.heap[k])&&(k=l)}return k};q.updateUp=function(k){if(0!=k){var d=this.parentNode(k);this.existNode(d)&&this.lessThan(this.heap[k],this.heap[d])&&(this.swap(k,d),this.updateUp(d))}};q.updateDown=function(k){var d=this.leftChildNode(k),f=this.rightChildNode(k);this.existNode(d)&&(d=this.minNode([k,d,f]),d!=k&&(this.swap(k,
d),this.updateDown(d)))};q.debugPrint=function(){console.log(this.heap)};return t}(),Xb=function(){function t(){this._time=0;this._events=new bb}var q=t.prototype;q.getTime=function(){return this._time};q.clear=function(){this._events=new bb;return this};q.add=function(k,d){this._events.push(k,d)};q.get=function(){if(!this._events.len())return null;var k=this._events.pop(),d=k.key;k=k.value;0<d&&(this._time+=d,this._events.shift(-d));return k};q.getEventTime=function(k){if(k=this._events.find(k))return k.key};
q.remove=function(k){return this._events.remove(k)};return t}(),eb=function(){function t(){this._queue=new Xb;this._repeat=[];this._current=null}var q=t.prototype;q.getTime=function(){return this._queue.getTime()};q.add=function(k,d){d&&this._repeat.push(k);return this};q.getTimeOf=function(k){return this._queue.getEventTime(k)};q.clear=function(){this._queue.clear();this._repeat=[];this._current=null;return this};q.remove=function(k){var d=this._queue.remove(k),f=this._repeat.indexOf(k);-1!=f&&this._repeat.splice(f,
1);this._current==k&&(this._current=null);return d};q.next=function(){return this._current=this._queue.get()};return t}(),Yb=function(t){function q(){return t.apply(this,arguments)||this}M(q,t);var k=q.prototype;k.add=function(d,f){this._queue.add(d,0);return t.prototype.add.call(this,d,f)};k.next=function(){null!==this._current&&-1!=this._repeat.indexOf(this._current)&&this._queue.add(this._current,0);return t.prototype.next.call(this)};return q}(eb),Ob=function(t){function q(){return t.apply(this,
arguments)||this}M(q,t);var k=q.prototype;k.add=function(d,f,g){this._queue.add(d,void 0!==g?g:1/d.getSpeed());return t.prototype.add.call(this,d,f)};k.next=function(){this._current&&-1!=this._repeat.indexOf(this._current)&&this._queue.add(this._current,1/this._current.getSpeed());return t.prototype.next.call(this)};return q}(eb);eb=function(t){function q(){var d=t.call(this)||this;d._defaultDuration=1;d._duration=d._defaultDuration;return d}M(q,t);var k=q.prototype;k.add=function(d,f,g){this._queue.add(d,
g||this._defaultDuration);return t.prototype.add.call(this,d,f)};k.clear=function(){this._duration=this._defaultDuration;return t.prototype.clear.call(this)};k.remove=function(d){d==this._current&&(this._duration=this._defaultDuration);return t.prototype.remove.call(this,d)};k.next=function(){null!==this._current&&-1!=this._repeat.indexOf(this._current)&&(this._queue.add(this._current,this._duration||this._defaultDuration),this._duration=this._defaultDuration);return t.prototype.next.call(this)};
k.setDuration=function(d){this._current&&(this._duration=d);return this};return q}(eb);Yb={Simple:Yb,Speed:Ob,Action:eb};var Ga=function(){function t(q,k){void 0===k&&(k={});this._lightPasses=q;this._options=Object.assign({topology:8},k)}t.prototype._getCircle=function(q,k,d){var f=[];switch(this._options.topology){case 4:var g=1;var l=[0,1];var m=[aa[8][7],aa[8][1],aa[8][3],aa[8][5]];break;case 6:m=aa[6];g=1;l=[-1,1];break;case 8:m=aa[4];g=2;l=[-1,1];break;default:throw Error("Incorrect topology for FOV computation");
}q+=l[0]*d;k+=l[1]*d;for(l=0;l<m.length;l++)for(var n=0;n<d*g;n++)f.push([q,k]),q+=m[l][0],k+=m[l][1];return f};return t}();Ob=function(t){function q(){return t.apply(this,arguments)||this}M(q,t);var k=q.prototype;k.compute=function(d,f,g,l){l(d,f,0,1);if(this._lightPasses(d,f))for(var m=[],n,u,y,J,R,T=1;T<=g;T++)for(var U=this._getCircle(d,f,T),la=360/U.length,ua=0;ua<U.length;ua++)if(y=U[ua][0],J=U[ua][1],n=la*(ua-.5),u=n+la,R=!this._lightPasses(y,J),this._visibleCoords(Math.floor(n),Math.ceil(u),
R,m)&&l(y,J,T,1),2==m.length&&0==m[0]&&360==m[1])return};k._visibleCoords=function(d,f,g,l){if(0>d)return f=this._visibleCoords(0,f,g,l),d=this._visibleCoords(360+d,360,g,l),f||d;for(var m=0;m<l.length&&l[m]<d;)m++;if(m==l.length)return g&&l.push(d,f),!0;var n=0;if(m%2){for(;m<l.length&&l[m]<f;)m++,n++;if(0==n)return!1;g&&(n%2?l.splice(m-n,n,f):l.splice(m-n,n))}else{for(;m<l.length&&l[m]<f;)m++,n++;if(d==l[m-n]&&1==n)return!1;g&&(n%2?l.splice(m-n,n,d):l.splice(m-n,n,d,f))}return!0};return q}(Ga);
eb=function(t){function q(){return t.apply(this,arguments)||this}M(q,t);var k=q.prototype;k.compute=function(d,f,g,l){l(d,f,0,1);if(this._lightPasses(d,f))for(var m=[],n,u,y,J,R,T=1;T<=g;T++)for(var U=this._getCircle(d,f,T),la=U.length,ua=0;ua<la;ua++)if(n=U[ua][0],u=U[ua][1],J=[ua?2*ua-1:2*la-1,2*la],R=[2*ua+1,2*la],y=!this._lightPasses(n,u),(y=this._checkVisibility(J,R,y,m))&&l(n,u,T,y),2==m.length&&0==m[0][0]&&m[1][0]==m[1][1])return};k._checkVisibility=function(d,f,g,l){if(d[0]>f[0])return d=
this._checkVisibility(d,[d[1],d[1]],g,l),f=this._checkVisibility([0,1],f,g,l),(d+f)/2;for(var m=0,n=!1;m<l.length;){var u=l[m];u=u[0]*d[1]-d[0]*u[1];if(0<=u){0!=u||m%2||(n=!0);break}m++}u=l.length;for(var y=!1;u--;){var J=l[u];J=f[0]*J[1]-J[0]*f[1];if(0<=J){0==J&&u%2&&(y=!0);break}}J=!0;m==u&&(n||y)?J=!1:n&&y&&m+1==u&&u%2?J=!1:m>u&&m%2&&(J=!1);if(!J)return 0;n=u-m+1;if(n%2)m%2?(u=l[m],u=(f[0]*u[1]-u[0]*f[1])/(u[1]*f[1]),g&&l.splice(m,n,f)):(u=l[u],u=(u[0]*d[1]-d[0]*u[1])/(d[1]*u[1]),g&&l.splice(m,
n,d));else if(m%2)y=l[m],u=l[u],u=(u[0]*y[1]-y[0]*u[1])/(y[1]*u[1]),g&&l.splice(m,n);else return g&&l.splice(m,n,d,f),1;return u/((f[0]*d[1]-d[0]*f[1])/(d[1]*f[1]))};return q}(Ga);var zb=[[-1,0,0,1],[0,-1,1,0],[0,-1,-1,0],[-1,0,0,-1],[1,0,0,-1],[0,1,-1,0],[0,1,1,0],[1,0,0,1]];Ga=function(t){function q(){return t.apply(this,arguments)||this}M(q,t);var k=q.prototype;k.compute=function(d,f,g,l){l(d,f,0,1);for(var m=0;m<zb.length;m++)this._renderOctant(d,f,zb[m],g,l)};k.compute180=function(d,f,g,l,m){m(d,
f,0,1);var n=(l-1+8)%8,u=(l+1+8)%8;this._renderOctant(d,f,zb[(l-2+8)%8],g,m);this._renderOctant(d,f,zb[n],g,m);this._renderOctant(d,f,zb[l],g,m);this._renderOctant(d,f,zb[u],g,m)};k.compute90=function(d,f,g,l,m){m(d,f,0,1);var n=(l-1+8)%8;this._renderOctant(d,f,zb[l],g,m);this._renderOctant(d,f,zb[n],g,m)};k._renderOctant=function(d,f,g,l,m){this._castVisibility(d,f,1,1,0,l+1,g[0],g[1],g[2],g[3],m)};k._castVisibility=function(d,f,g,l,m,n,u,y,J,R,T){if(!(l<m))for(;g<=n;g++){for(var U=-g-1,la=-g,ua=
!1,Qa=0;0>=U;){U+=1;var Ka=d+U*u+la*y,sc=f+U*J+la*R,ld=(U-.5)/(la+.5),Oc=(U+.5)/(la-.5);if(!(Oc>l)){if(ld<m)break;U*U+la*la<n*n&&T(Ka,sc,g,1);ua?this._lightPasses(Ka,sc)?(ua=!1,l=Qa):Qa=Oc:!this._lightPasses(Ka,sc)&&g<n&&(ua=!0,this._castVisibility(d,f,g+1,l,ld,n,u,y,J,R,T),Qa=Oc)}}if(ua)break}};return q}(Ga);Ob={DiscreteShadowcasting:Ob,PreciseShadowcasting:eb,RecursiveShadowcasting:Ga};Ga=function(){function t(q,k){void 0===q&&(q=80);void 0===k&&(k=25);this._width=q;this._height=k}t.prototype._fillMap=
function(q){for(var k=[],d=0;d<this._width;d++){k.push([]);for(var f=0;f<this._height;f++)k[d].push(q)}return k};return t}();eb=function(t){function q(){return t.apply(this,arguments)||this}M(q,t);q.prototype.create=function(k){for(var d=this._width-1,f=this._height-1,g=0;g<=d;g++)for(var l=0;l<=f;l++)k(g,l,g&&l&&g<d&&l<f?0:1);return this};return q}(Ga);var Pb=function(t){function q(d,f){d=t.call(this,d,f)||this;d._rooms=[];d._corridors=[];return d}M(q,t);var k=q.prototype;k.getRooms=function(){return this._rooms};
k.getCorridors=function(){return this._corridors};return q}(Ga),Eb=function(){},rc=function(t){function q(d,f,g,l,m,n){var u=t.call(this)||this;u._x1=d;u._y1=f;u._x2=g;u._y2=l;u._doors={};void 0!==m&&void 0!==n&&u.addDoor(m,n);return u}M(q,t);q.createRandomAt=function(d,f,g,l,m){var n=m.roomWidth[0],u=m.roomWidth[1],y=Y.getUniformInt(n,u);n=m.roomHeight[0];u=m.roomHeight[1];m=Y.getUniformInt(n,u);if(1==g)return g=f-Math.floor(Y.getUniform()*m),new this(d+1,g,d+y,g+m-1,d,f);if(-1==g)return g=f-Math.floor(Y.getUniform()*
m),new this(d-y,g,d-1,g+m-1,d,f);if(1==l)return g=d-Math.floor(Y.getUniform()*y),new this(g,f+1,g+y-1,f+m,d,f);if(-1==l)return g=d-Math.floor(Y.getUniform()*y),new this(g,f-m,g+y-1,f-1,d,f);throw Error("dx or dy must be 1 or -1");};q.createRandomCenter=function(d,f,g){var l=g.roomWidth[0],m=g.roomWidth[1],n=Y.getUniformInt(l,m);l=g.roomHeight[0];m=g.roomHeight[1];g=Y.getUniformInt(l,m);d-=Math.floor(Y.getUniform()*n);f-=Math.floor(Y.getUniform()*g);return new this(d,f,d+n-1,f+g-1)};q.createRandom=
function(d,f,g){var l=g.roomWidth[0],m=g.roomWidth[1],n=Y.getUniformInt(l,m);l=g.roomHeight[0];m=g.roomHeight[1];g=Y.getUniformInt(l,m);d=d-n-1;f=f-g-1;d=1+Math.floor(Y.getUniform()*d);f=1+Math.floor(Y.getUniform()*f);return new this(d,f,d+n-1,f+g-1)};var k=q.prototype;k.addDoor=function(d,f){this._doors[d+","+f]=1;return this};k.getDoors=function(d){for(var f in this._doors){var g=f.split(",");d(parseInt(g[0]),parseInt(g[1]))}return this};k.clearDoors=function(){this._doors={};return this};k.addDoors=
function(d){for(var f=this._x1-1,g=this._x2+1,l=this._y1-1,m=this._y2+1,n=f;n<=g;n++)for(var u=l;u<=m;u++)if(n==f||n==g||u==l||u==m)d(n,u)||this.addDoor(n,u);return this};k.debug=function(){console.log("room",this._x1,this._y1,this._x2,this._y2)};k.isValid=function(d,f){for(var g=this._x1-1,l=this._x2+1,m=this._y1-1,n=this._y2+1,u=g;u<=l;u++)for(var y=m;y<=n;y++)if(u==g||u==l||y==m||y==n){if(!d(u,y))return!1}else if(!f(u,y))return!1;return!0};k.create=function(d){for(var f=this._x1-1,g=this._x2+1,
l=this._y1-1,m=this._y2+1,n,u=f;u<=g;u++)for(var y=l;y<=m;y++)n=u+","+y in this._doors?2:u==f||u==g||y==l||y==m?1:0,d(u,y,n)};k.getCenter=function(){return[Math.round((this._x1+this._x2)/2),Math.round((this._y1+this._y2)/2)]};k.getLeft=function(){return this._x1};k.getRight=function(){return this._x2};k.getTop=function(){return this._y1};k.getBottom=function(){return this._y2};return q}(Eb),Fb=function(t){function q(d,f,g,l){var m=t.call(this)||this;m._startX=d;m._startY=f;m._endX=g;m._endY=l;m._endsWithAWall=
!0;return m}M(q,t);q.createRandomAt=function(d,f,g,l,m){m=Y.getUniformInt(m.corridorLength[0],m.corridorLength[1]);return new this(d,f,d+g*m,f+l*m)};var k=q.prototype;k.debug=function(){console.log("corridor",this._startX,this._startY,this._endX,this._endY)};k.isValid=function(d,f){var g=this._startX,l=this._startY,m=this._endX-g,n=this._endY-l,u=1+Math.max(Math.abs(m),Math.abs(n));m&&(m/=Math.abs(m));n&&(n/=Math.abs(n));for(var y=n,J=-m,R=!0,T=0;T<u;T++){var U=g+T*m,la=l+T*n;f(U,la)||(R=!1);d(U+
y,la+J)||(R=!1);d(U-y,la-J)||(R=!1);if(!R){u=T;this._endX=U-m;this._endY=la-n;break}}if(0==u||1==u&&d(this._endX+m,this._endY+n))return!1;f=!d(this._endX+m+y,this._endY+n+J);y=!d(this._endX+m-y,this._endY+n-J);this._endsWithAWall=d(this._endX+m,this._endY+n);return(f||y)&&this._endsWithAWall?!1:!0};k.create=function(d){var f=this._startX,g=this._startY,l=this._endX-f,m=this._endY-g,n=1+Math.max(Math.abs(l),Math.abs(m));l&&(l/=Math.abs(l));m&&(m/=Math.abs(m));for(var u=0;u<n;u++)d(f+u*l,g+u*m,0);return!0};
k.createPriorityWalls=function(d){if(this._endsWithAWall){var f=this._endX-this._startX,g=this._endY-this._startY;f&&(f/=Math.abs(f));g&&(g/=Math.abs(g));var l=g,m=-f;d(this._endX+f,this._endY+g);d(this._endX+l,this._endY+m);d(this._endX-l,this._endY-m)}};return q}(Eb);Eb=function(t){function q(d,f,g){d=t.call(this,d,f)||this;d._options={roomWidth:[3,9],roomHeight:[3,5],roomDugPercentage:.1,timeLimit:1E3};Object.assign(d._options,g);d._map=[];d._dug=0;d._roomAttempts=20;d._corridorAttempts=20;d._connected=
[];d._unconnected=[];d._digCallback=d._digCallback.bind(B(B(d)));d._canBeDugCallback=d._canBeDugCallback.bind(B(B(d)));d._isWallCallback=d._isWallCallback.bind(B(B(d)));return d}M(q,t);var k=q.prototype;k.create=function(d){for(var f=Date.now();;){if(Date.now()-f>this._options.timeLimit)return null;this._map=this._fillMap(1);this._dug=0;this._rooms=[];this._unconnected=[];this._generateRooms();if(!(2>this._rooms.length)&&this._generateCorridors())break}if(d)for(f=0;f<this._width;f++)for(var g=0;g<
this._height;g++)d(f,g,this._map[f][g]);return this};k._generateRooms=function(){var d=this._width-2,f=this._height-2;do{var g=this._generateRoom();if(this._dug/(d*f)>this._options.roomDugPercentage)break}while(g)};k._generateRoom=function(){for(var d=0;d<this._roomAttempts;){d++;var f=rc.createRandom(this._width,this._height,this._options);if(f.isValid(this._isWallCallback,this._canBeDugCallback))return f.create(this._digCallback),this._rooms.push(f),f}return null};k._generateCorridors=function(){for(var d=
0;d<this._corridorAttempts;){d++;this._corridors=[];this._map=this._fillMap(1);for(var f=0;f<this._rooms.length;f++){var g=this._rooms[f];g.clearDoors();g.create(this._digCallback)}this._unconnected=Y.shuffle(this._rooms.slice());this._connected=[];for(this._unconnected.length&&this._connected.push(this._unconnected.pop());;){f=Y.getItem(this._connected);if(!f)break;f=this._closestRoom(this._unconnected,f);if(!f)break;g=this._closestRoom(this._connected,f);if(!g)break;if(!this._connectRooms(f,g))break;
if(!this._unconnected.length)return!0}}return!1};k._closestRoom=function(d,f){var g=Infinity;f=f.getCenter();for(var l=null,m=0;m<d.length;m++){var n=d[m],u=n.getCenter(),y=u[0]-f[0];u=u[1]-f[1];y=y*y+u*u;y<g&&(g=y,l=n)}return l};k._connectRooms=function(d,f){var g=d.getCenter(),l=f.getCenter(),m=l[0]-g[0];g=l[1]-g[1];if(Math.abs(m)<Math.abs(g)){m=0<g?2:0;var n=(m+2)%4;var u=f.getLeft();var y=f.getRight();g=0}else m=0<m?1:3,n=(m+2)%4,u=f.getTop(),y=f.getBottom(),g=1;m=this._placeInWall(d,m);if(!m)return!1;
if(m[g]>=u&&m[g]<=y){l=m.slice();u=0;switch(n){case 0:u=f.getTop()-1;break;case 1:u=f.getRight()+1;break;case 2:u=f.getBottom()+1;break;case 3:u=f.getLeft()-1}l[(g+1)%2]=u;this._digLine([m,l])}else if(m[g]<u-1||m[g]>y+1){l=m[g]-l[g];u=0;switch(n){case 0:case 1:u=0>l?3:1;break;case 2:case 3:u=0>l?1:3}l=this._placeInWall(f,(n+u)%4);if(!l)return!1;n=[0,0];n[g]=m[g];g=(g+1)%2;n[g]=l[g];this._digLine([m,n,l])}else{u=(g+1)%2;l=this._placeInWall(f,n);if(!l)return!1;n=Math.round((l[u]+m[u])/2);y=[0,0];var J=
[0,0];y[g]=m[g];y[u]=n;J[g]=l[g];J[u]=n;this._digLine([m,y,J,l])}d.addDoor(m[0],m[1]);f.addDoor(l[0],l[1]);g=this._unconnected.indexOf(d);-1!=g&&(this._unconnected.splice(g,1),this._connected.push(d));g=this._unconnected.indexOf(f);-1!=g&&(this._unconnected.splice(g,1),this._connected.push(f));return!0};k._placeInWall=function(d,f){var g=[0,0],l=[0,0],m=0;switch(f){case 0:l=[1,0];g=[d.getLeft(),d.getTop()-1];m=d.getRight()-d.getLeft()+1;break;case 1:l=[0,1];g=[d.getRight()+1,d.getTop()];m=d.getBottom()-
d.getTop()+1;break;case 2:l=[1,0];g=[d.getLeft(),d.getBottom()+1];m=d.getRight()-d.getLeft()+1;break;case 3:l=[0,1],g=[d.getLeft()-1,d.getTop()],m=d.getBottom()-d.getTop()+1}d=[];f=-2;for(var n=0;n<m;n++){var u=g[0]+n*l[0],y=g[1]+n*l[1];d.push(null);1==this._map[u][y]?f!=n-1&&(d[n]=[u,y]):(f=n)&&(d[n-1]=null)}for(g=d.length-1;0<=g;g--)d[g]||d.splice(g,1);return d.length?Y.getItem(d):null};k._digLine=function(d){for(var f=1;f<d.length;f++){var g=d[f-1],l=d[f];g=new Fb(g[0],g[1],l[0],l[1]);g.create(this._digCallback);
this._corridors.push(g)}};k._digCallback=function(d,f,g){this._map[d][f]=g;0==g&&this._dug++};k._isWallCallback=function(d,f){return 0>d||0>f||d>=this._width||f>=this._height?!1:1==this._map[d][f]};k._canBeDugCallback=function(d,f){return 1>d||1>f||d+1>=this._width||f+1>=this._height?!1:1==this._map[d][f]};return q}(Pb);var ub=function(t){function q(d,f,g){void 0===g&&(g={});d=t.call(this,d,f)||this;d._options={born:[5,6,7,8],survive:[4,5,6,7,8],topology:8};d.setOptions(g);d._dirs=aa[d._options.topology];
d._map=d._fillMap(0);return d}M(q,t);var k=q.prototype;k.randomize=function(d){for(var f=0;f<this._width;f++)for(var g=0;g<this._height;g++)this._map[f][g]=Y.getUniform()<d?1:0;return this};k.setOptions=function(d){Object.assign(this._options,d)};k.set=function(d,f,g){this._map[d][f]=g};k.create=function(d){for(var f=this._fillMap(0),g=this._options.born,l=this._options.survive,m=0;m<this._height;m++){var n=1,u=0;6==this._options.topology&&(n=2,u=m%2);for(;u<this._width;u+=n){var y=this._map[u][m],
J=this._getNeighbors(u,m);y&&-1!=l.indexOf(J)?f[u][m]=1:y||-1==g.indexOf(J)||(f[u][m]=1)}}this._map=f;d&&this._serviceCallback(d)};k._serviceCallback=function(d){for(var f=0;f<this._height;f++){var g=1,l=0;6==this._options.topology&&(g=2,l=f%2);for(;l<this._width;l+=g)d(l,f,this._map[l][f])}};k._getNeighbors=function(d,f){for(var g=0,l=0;l<this._dirs.length;l++){var m=this._dirs[l],n=d+m[0];m=f+m[1];0>n||n>=this._width||0>m||m>=this._height||(g+=1==this._map[n][m]?1:0)}return g};k.connect=function(d,
f,g){f||(f=0);var l=[],m={},n=1,u=[0,0];6==this._options.topology&&(n=2,u=[0,1]);for(var y=0;y<this._height;y++)for(var J=u[y%2];J<this._width;J+=n)if(this._freeSpace(J,y,f)){var R=[J,y];m[this._pointKey(R)]=R;l.push([J,y])}n=l[Y.getUniformInt(0,l.length-1)];u=this._pointKey(n);l={};l[u]=n;delete m[u];for(this._findConnected(l,m,[n],!1,f);0<Object.keys(m).length;){u=this._getFromTo(l,m);n=u[0];y=u[1];u={};u[this._pointKey(n)]=n;this._findConnected(u,m,[n],!0,f);(6==this._options.topology?this._tunnelToConnected6:
this._tunnelToConnected).call(this,y,n,l,m,f,g);for(var T in u)n=u[T],this._map[n[0]][n[1]]=f,l[T]=n,delete m[T]}d&&this._serviceCallback(d)};k._getFromTo=function(d,f){for(var g=[0,0],l=[0,0],m,n=Object.keys(d),u=Object.keys(f),y=0;5>y&&!(n.length<u.length?(g=n,l=d[g[Y.getUniformInt(0,g.length-1)]],g=this._getClosest(l,f)):(g=u,g=f[g[Y.getUniformInt(0,g.length-1)]],l=this._getClosest(g,d)),m=(g[0]-l[0])*(g[0]-l[0])+(g[1]-l[1])*(g[1]-l[1]),64>m);y++);return[g,l]};k._getClosest=function(d,f){var g=
null,l=null,m;for(m in f){var n=f[m],u=(n[0]-d[0])*(n[0]-d[0])+(n[1]-d[1])*(n[1]-d[1]);if(null==l||u<l)l=u,g=n}return g};k._findConnected=function(d,f,g,l,m){for(;0<g.length;){var n=g.splice(0,1)[0];n=6==this._options.topology?[[n[0]+2,n[1]],[n[0]+1,n[1]-1],[n[0]-1,n[1]-1],[n[0]-2,n[1]],[n[0]-1,n[1]+1],[n[0]+1,n[1]+1]]:[[n[0]+1,n[1]],[n[0]-1,n[1]],[n[0],n[1]+1],[n[0],n[1]-1]];for(var u=0;u<n.length;u++){var y=this._pointKey(n[u]);null==d[y]&&this._freeSpace(n[u][0],n[u][1],m)&&(d[y]=n[u],l||delete f[y],
g.push(n[u]))}}};k._tunnelToConnected=function(d,f,g,l,m,n){if(f[0]<d[0]){var u=f;var y=d}else u=d,y=f;for(var J=u[0];J<=y[0];J++){this._map[J][u[1]]=m;var R=[J,u[1]],T=this._pointKey(R);g[T]=R;delete l[T]}n&&u[0]<y[0]&&n(u,[y[0],u[1]]);J=y[0];f[1]<d[1]?(u=f,y=d):(u=d,y=f);for(d=u[1];d<y[1];d++)this._map[J][d]=m,f=[J,d],R=this._pointKey(f),g[R]=f,delete l[R];n&&u[1]<y[1]&&n([y[0],u[1]],[y[0],y[1]])};k._tunnelToConnected6=function(d,f,g,l,m,n){if(f[0]<d[0]){var u=f;var y=d}else u=d,y=f;var J=u[0];
for(u=u[1];J!=y[0]||u!=y[1];){var R=2;u<y[1]?(u++,R=1):u>y[1]&&(u--,R=1);J=J<y[0]?J+R:J>y[0]?J-R:y[1]%2?J-R:J+R;this._map[J][u]=m;R=[J,u];var T=this._pointKey(R);g[T]=R;delete l[T]}n&&n(f,d)};k._freeSpace=function(d,f,g){return 0<=d&&d<this._width&&0<=f&&f<this._height&&this._map[d][f]==g};k._pointKey=function(d){return d[0]+"."+d[1]};return q}(Ga),We={room:rc,corridor:Fb};Pb=function(t){function q(d,f,g){void 0===g&&(g={});d=t.call(this,d,f)||this;d._options=Object.assign({roomWidth:[3,9],roomHeight:[3,
5],corridorLength:[3,10],dugPercentage:.2,timeLimit:1E3},g);d._features={room:4,corridor:4};d._map=[];d._featureAttempts=20;d._walls={};d._dug=0;d._digCallback=d._digCallback.bind(B(B(d)));d._canBeDugCallback=d._canBeDugCallback.bind(B(B(d)));d._isWallCallback=d._isWallCallback.bind(B(B(d)));d._priorityWallCallback=d._priorityWallCallback.bind(B(B(d)));return d}M(q,t);var k=q.prototype;k.create=function(d){this._rooms=[];this._corridors=[];this._map=this._fillMap(1);this._walls={};this._dug=0;var f=
(this._width-2)*(this._height-2);this._firstRoom();var g=Date.now();do{var l=0;if(Date.now()-g>this._options.timeLimit)break;var m=this._findWall();if(!m)break;var n=m.split(",");m=parseInt(n[0]);n=parseInt(n[1]);var u=this._getDiggingDirection(m,n);if(u){var y=0;do if(y++,this._tryFeature(m,n,u[0],u[1])){this._removeSurroundingWalls(m,n);this._removeSurroundingWalls(m-u[0],n-u[1]);break}while(y<this._featureAttempts);for(var J in this._walls)1<this._walls[J]&&l++}}while(this._dug/f<this._options.dugPercentage||
l);this._addDoors();if(d)for(f=0;f<this._width;f++)for(g=0;g<this._height;g++)d(f,g,this._map[f][g]);this._walls={};this._map=[];return this};k._digCallback=function(d,f,g){0==g||2==g?(this._map[d][f]=0,this._dug++):this._walls[d+","+f]=1};k._isWallCallback=function(d,f){return 0>d||0>f||d>=this._width||f>=this._height?!1:1==this._map[d][f]};k._canBeDugCallback=function(d,f){return 1>d||1>f||d+1>=this._width||f+1>=this._height?!1:1==this._map[d][f]};k._priorityWallCallback=function(d,f){this._walls[d+
","+f]=2};k._firstRoom=function(){var d=rc.createRandomCenter(Math.floor(this._width/2),Math.floor(this._height/2),this._options);this._rooms.push(d);d.create(this._digCallback)};k._findWall=function(){var d=[],f=[],g;for(g in this._walls)2==this._walls[g]?f.push(g):d.push(g);d=f.length?f:d;if(!d.length)return null;d=Y.getItem(d.sort());delete this._walls[d];return d};k._tryFeature=function(d,f,g,l){var m=Y.getWeightedValue(this._features);d=We[m].createRandomAt(d,f,g,l,this._options);if(!d.isValid(this._isWallCallback,
this._canBeDugCallback))return!1;d.create(this._digCallback);d instanceof rc&&this._rooms.push(d);d instanceof Fb&&(d.createPriorityWalls(this._priorityWallCallback),this._corridors.push(d));return!0};k._removeSurroundingWalls=function(d,f){for(var g=aa[4],l=0;l<g.length;l++){var m=g[l],n=d+m[0],u=f+m[1];delete this._walls[n+","+u];n=d+2*m[0];u=f+2*m[1];delete this._walls[n+","+u]}};k._getDiggingDirection=function(d,f){if(0>=d||0>=f||d>=this._width-1||f>=this._height-1)return null;for(var g=null,
l=aa[4],m=0;m<l.length;m++){var n=l[m];if(!this._map[d+n[0]][f+n[1]]){if(g)return null;g=n}}return g?[-g[0],-g[1]]:null};k._addDoors=function(){function d(m,n){return 1==f[m][n]}for(var f=this._map,g=0;g<this._rooms.length;g++){var l=this._rooms[g];l.clearDoors();l.addDoors(d)}};return q}(Pb);var Nc=function(t){function q(){return t.apply(this,arguments)||this}M(q,t);q.prototype.create=function(k){for(var d=this._fillMap(1),f=Math.ceil((this._width-2)/2),g=[],l=[],m=0;m<f;m++)g.push(m),l.push(m);
g.push(f-1);for(m=1;m+3<this._height;m+=2)for(var n=0;n<f;n++){var u=2*n+1,y=m;d[u][y]=0;n!=g[n+1]&&.375<Y.getUniform()&&(Ua(n,g,l),d[u+1][y]=0);n!=g[n]&&.375<Y.getUniform()?Ca(n,g,l):d[u][y+1]=0}for(n=0;n<f;n++)u=2*n+1,y=m,d[u][y]=0,n!=g[n+1]&&(n==g[n]||.375<Y.getUniform())&&(Ua(n,g,l),d[u+1][y]=0),Ca(n,g,l);for(f=0;f<this._width;f++)for(g=0;g<this._height;g++)k(f,g,d[f][g]);return this};return q}(Ga),ed=function(t){function q(){var d=t.apply(this,arguments)||this;d._stack=[];d._map=[];return d}
M(q,t);var k=q.prototype;k.create=function(d){var f=this._width,g=this._height;this._map=[];for(var l=0;l<f;l++){this._map.push([]);for(var m=0;m<g;m++)this._map[l].push(0==l||0==m||l+1==f||m+1==g?1:0)}this._stack=[[1,1,f-2,g-2]];this._process();for(l=0;l<f;l++)for(m=0;m<g;m++)d(l,m,this._map[l][m]);this._map=[];return this};k._process=function(){for(;this._stack.length;){var d=this._stack.shift();this._partitionRoom(d)}};k._partitionRoom=function(d){for(var f=[],g=[],l=d[0]+1;l<d[2];l++){var m=this._map[l][d[3]+
1];!this._map[l][d[1]-1]||!m||l%2||f.push(l)}for(l=d[1]+1;l<d[3];l++)m=this._map[d[2]+1][l],!this._map[d[0]-1][l]||!m||l%2||g.push(l);if(f.length&&g.length){f=Y.getItem(f);g=Y.getItem(g);this._map[f][g]=1;l=[];m=[];l.push(m);for(var n=d[0];n<f;n++)this._map[n][g]=1,n%2&&m.push([n,g]);m=[];l.push(m);for(n=f+1;n<=d[2];n++)this._map[n][g]=1,n%2&&m.push([n,g]);m=[];l.push(m);for(n=d[1];n<g;n++)this._map[f][n]=1,n%2&&m.push([f,n]);m=[];l.push(m);for(n=g+1;n<=d[3];n++)this._map[f][n]=1,n%2&&m.push([f,n]);
m=Y.getItem(l);for(n=0;n<l.length;n++){var u=l[n];u!=m&&(u=Y.getItem(u),this._map[u[0]][u[1]]=0)}this._stack.push([d[0],d[1],f-1,g-1]);this._stack.push([f+1,d[1],d[2],g-1]);this._stack.push([d[0],g+1,f-1,d[3]]);this._stack.push([f+1,g+1,d[2],d[3]])}};return q}(Ga),Pd=function(t){function q(d,f,g){void 0===g&&(g=0);d=t.call(this,d,f)||this;d._regularity=g;d._map=[];return d}M(q,t);var k=q.prototype;k.create=function(d){var f=this._width,g=this._height,l=this._fillMap(1);f-=f%2?1:2;g-=g%2?1:2;var m=
0,n=[[0,0],[0,0],[0,0],[0,0]];do{var u=1+2*Math.floor(Y.getUniform()*(f-1)/2);var y=1+2*Math.floor(Y.getUniform()*(g-1)/2);m||(l[u][y]=0);if(!l[u][y]){this._randomize(n);do{0==Math.floor(Y.getUniform()*(this._regularity+1))&&this._randomize(n);var J=!0;for(var R=0;4>R;R++){var T=u+2*n[R][0];var U=y+2*n[R][1];if(this._isFree(l,T,U,f,g)){l[T][U]=0;l[u+n[R][0]][y+n[R][1]]=0;u=T;y=U;J=!1;m++;break}}}while(!J)}}while(m+1<f*g/4);for(f=0;f<this._width;f++)for(g=0;g<this._height;g++)d(f,g,l[f][g]);this._map=
[];return this};k._randomize=function(d){for(var f=0;4>f;f++)d[f][0]=0,d[f][1]=0;switch(Math.floor(4*Y.getUniform())){case 0:d[0][0]=-1;d[1][0]=1;d[2][1]=-1;d[3][1]=1;break;case 1:d[3][0]=-1;d[2][0]=1;d[1][1]=-1;d[0][1]=1;break;case 2:d[2][0]=-1;d[3][0]=1;d[0][1]=-1;d[1][1]=1;break;case 3:d[1][0]=-1,d[0][0]=1,d[3][1]=-1,d[2][1]=1}};k._isFree=function(d,f,g,l,m){return 1>f||1>g||f>=l||g>=m?!1:d[f][g]};return q}(Ga);Ga=function(t){function q(d,f,g){d=t.call(this,d,f)||this;d.map=[];d.rooms=[];d.connectedCells=
[];g=Object.assign({cellWidth:3,cellHeight:3},g);g.hasOwnProperty("roomWidth")||(g.roomWidth=d._calculateRoomSize(d._width,g.cellWidth));g.hasOwnProperty("roomHeight")||(g.roomHeight=d._calculateRoomSize(d._height,g.cellHeight));d._options=g;return d}M(q,t);var k=q.prototype;k.create=function(d){this.map=this._fillMap(1);this.rooms=[];this.connectedCells=[];this._initRooms();this._connectRooms();this._connectUnconnectedRooms();this._createRandomRoomConnections();this._createRooms();this._createCorridors();
if(d)for(var f=0;f<this._width;f++)for(var g=0;g<this._height;g++)d(f,g,this.map[f][g]);return this};k._calculateRoomSize=function(d,f){var g=Math.floor(d/f*.8);d=Math.floor(d/f*.25);2>d&&(d=2);2>g&&(g=2);return[d,g]};k._initRooms=function(){for(var d=0;d<this._options.cellWidth;d++){this.rooms.push([]);for(var f=0;f<this._options.cellHeight;f++)this.rooms[d].push({x:0,y:0,width:0,height:0,connections:[],cellx:d,celly:f})}};k._connectRooms=function(){var d=Y.getUniformInt(0,this._options.cellWidth-
1),f=Y.getUniformInt(0,this._options.cellHeight-1);do{var g=[0,2,4,6];g=Y.shuffle(g);do{var l=!1;var m=g.pop();var n=d+aa[8][m][0];m=f+aa[8][m][1];if(!(0>n||n>=this._options.cellWidth||0>m||m>=this._options.cellHeight)){var u=this.rooms[d][f];if(0<u.connections.length&&u.connections[0][0]==n&&u.connections[0][1]==m)break;u=this.rooms[n][m];0==u.connections.length&&(u.connections.push([d,f]),this.connectedCells.push([n,m]),d=n,f=m,l=!0)}}while(0<g.length&&0==l)}while(0<g.length)};k._connectUnconnectedRooms=
function(){var d=this._options.cellWidth,f=this._options.cellHeight;this.connectedCells=Y.shuffle(this.connectedCells);for(var g,l,m,n=0;n<this._options.cellWidth;n++)for(var u=0;u<this._options.cellHeight;u++)if(g=this.rooms[n][u],0==g.connections.length){var y=[0,2,4,6];y=Y.shuffle(y);m=!1;do{var J=y.pop(),R=n+aa[8][J][0];J=u+aa[8][J][1];if(!(0>R||R>=d||0>J||J>=f)){l=this.rooms[R][J];m=!0;if(0==l.connections.length)break;for(R=0;R<l.connections.length;R++)if(l.connections[R][0]==n&&l.connections[R][1]==
u){m=!1;break}if(m)break}}while(y.length);m?g.connections.push([l.cellx,l.celly]):console.log("-- Unable to connect room.")}};k._createRandomRoomConnections=function(){};k._createRooms=function(){for(var d=this._width,f=this._height,g=this._options.cellWidth,l=this._options.cellHeight,m=Math.floor(this._width/g),n=Math.floor(this._height/l),u,y,J=this._options.roomWidth,R=this._options.roomHeight,T,U,la,ua=0;ua<g;ua++)for(var Qa=0;Qa<l;Qa++){T=m*ua;U=n*Qa;0==T&&(T=1);0==U&&(U=1);u=Y.getUniformInt(J[0],
J[1]);y=Y.getUniformInt(R[0],R[1]);if(0<Qa)for(la=this.rooms[ua][Qa-1];3>U-(la.y+la.height);)U++;if(0<ua)for(la=this.rooms[ua-1][Qa];3>T-(la.x+la.width);)T++;la=Math.round(Y.getUniformInt(0,m-u)/2);for(var Ka=Math.round(Y.getUniformInt(0,n-y)/2);T+la+u>=d;)la?la--:u--;for(;U+Ka+y>=f;)Ka?Ka--:y--;T+=la;U+=Ka;this.rooms[ua][Qa].x=T;this.rooms[ua][Qa].y=U;this.rooms[ua][Qa].width=u;this.rooms[ua][Qa].height=y;for(la=T;la<T+u;la++)for(Ka=U;Ka<U+y;Ka++)this.map[la][Ka]=0}};k._getWallPosition=function(d,
f){if(1==f||3==f){var g=Y.getUniformInt(d.x+1,d.x+d.width-2);if(1==f){var l=d.y-2;d=l+1}else l=d.y+d.height+1,d=l-1;this.map[g][d]=0}else l=Y.getUniformInt(d.y+1,d.y+d.height-2),2==f?(g=d.x+d.width+1,d=g-1):(g=d.x-2,d=g+1),this.map[d][l]=0;return[g,l]};k._drawCorridor=function(d,f){var g=f[0]-d[0],l=f[1]-d[1];f=d[0];d=d[1];var m=[];var n=Math.abs(g);var u=Math.abs(l);var y=Y.getUniform();var J=1-y;g=0<g?2:6;l=0<l?4:0;n<u?(y=Math.ceil(u*y),m.push([l,y]),m.push([g,n]),y=Math.floor(u*J),m.push([l,y])):
(y=Math.ceil(n*y),m.push([g,y]),m.push([l,u]),y=Math.floor(n*J),m.push([g,y]));for(this.map[f][d]=0;0<m.length;)for(n=m.pop();0<n[1];)f+=aa[8][n[0]][0],d+=aa[8][n[0]][1],this.map[f][d]=0,--n[1]};k._createCorridors=function(){for(var d=this._options.cellWidth,f=this._options.cellHeight,g,l,m,n,u=0;u<d;u++)for(var y=0;y<f;y++){g=this.rooms[u][y];for(var J=0;J<g.connections.length;J++)l=g.connections[J],l=this.rooms[l[0]][l[1]],l.cellx>g.cellx?(m=2,n=4):l.cellx<g.cellx?(m=4,n=2):l.celly>g.celly?(m=3,
n=1):(m=1,n=3),this._drawCorridor(this._getWallPosition(g,m),this._getWallPosition(l,n))}};return q}(Ga);eb={Arena:eb,Uniform:Eb,Cellular:ub,Digger:Pb,EllerMaze:Nc,DividedMaze:ed,IceyMaze:Pd,Rogue:Ga};var Qd=.5*(Math.sqrt(3)-1),$b=(3-Math.sqrt(3))/6;Ga={Simplex:function(t){function q(k){void 0===k&&(k=256);var d=t.call(this)||this;d._gradients=[[0,-1],[1,-1],[1,0],[1,1],[0,1],[-1,1],[-1,0],[-1,-1]];for(var f=[],g=0;g<k;g++)f.push(g);f=Y.shuffle(f);d._perms=[];d._indexes=[];for(g=0;g<2*k;g++)d._perms.push(f[g%
k]),d._indexes.push(d._perms[g]%d._gradients.length);return d}M(q,t);q.prototype.get=function(k,d){var f=this._perms,g=this._indexes,l=f.length/2,m=0,n=0,u=0,y=(k+d)*Qd,J=Math.floor(k+y);var R=Math.floor(d+y);var T=(J+R)*$b;y=k-(J-T);var U=d-(R-T);if(y>U){var la=1;var ua=0}else la=0,ua=1;T=y-la+$b;var Qa=U-ua+$b;d=y-1+2*$b;k=U-1+2*$b;J=ma(J,l);l=ma(R,l);var Ka=.5-y*y-U*U;0<=Ka&&(Ka*=Ka,R=g[J+f[l]],m=this._gradients[R],m=Ka*Ka*(m[0]*y+m[1]*U));y=.5-T*T-Qa*Qa;0<=y&&(y*=y,R=g[J+la+f[l+ua]],n=this._gradients[R],
n=y*y*(n[0]*T+n[1]*Qa));y=.5-d*d-k*k;0<=y&&(y*=y,R=g[J+1+f[l+1]],f=this._gradients[R],u=y*y*(f[0]*d+f[1]*k));return 70*(m+n+u)};return q}(function(){})};ub=function(){function t(q,k,d,f){void 0===f&&(f={});this._toX=q;this._toY=k;this._passableCallback=d;this._options=Object.assign({topology:8},f);this._dirs=aa[this._options.topology];8==this._options.topology&&(this._dirs=[this._dirs[0],this._dirs[2],this._dirs[4],this._dirs[6],this._dirs[1],this._dirs[3],this._dirs[5],this._dirs[7]])}t.prototype._getNeighbors=
function(q,k){for(var d=[],f=0;f<this._dirs.length;f++){var g=this._dirs[f],l=q+g[0];g=k+g[1];this._passableCallback(l,g)&&d.push([l,g])}return d};return t}();Eb=function(t){function q(d,f,g,l){g=t.call(this,d,f,g,l)||this;g._computed={};g._todo=[];g._add(d,f,null);return g}M(q,t);var k=q.prototype;k.compute=function(d,f,g){var l=d+","+f;l in this._computed||this._compute(d,f);if(l in this._computed)for(d=this._computed[l];d;)g(d.x,d.y),d=d.prev};k._compute=function(d,f){for(;this._todo.length;){var g=
this._todo.shift();if(g.x==d&&g.y==f)break;for(var l=this._getNeighbors(g.x,g.y),m=0;m<l.length;m++){var n=l[m],u=n[0];n=n[1];u+","+n in this._computed||this._add(u,n,g)}}};k._add=function(d,f,g){g={x:d,y:f,prev:g};this._computed[d+","+f]=g;this._todo.push(g)};return q}(ub);ub=function(t){function q(d,f,g,l){void 0===l&&(l={});d=t.call(this,d,f,g,l)||this;d._todo=[];d._done={};return d}M(q,t);var k=q.prototype;k.compute=function(d,f,g){this._todo=[];this._done={};this._fromX=d;this._fromY=f;for(this._add(this._toX,
this._toY,null);this._todo.length;){var l=this._todo.shift(),m=l.x+","+l.y;if(!(m in this._done)){this._done[m]=l;if(l.x==d&&l.y==f)break;m=this._getNeighbors(l.x,l.y);for(var n=0;n<m.length;n++){var u=m[n],y=u[0];u=u[1];y+","+u in this._done||this._add(y,u,l)}}}if(d=this._done[d+","+f])for(;d;)g(d.x,d.y),d=d.prev};k._add=function(d,f,g){var l=this._distance(d,f);d={x:d,y:f,prev:g,g:g?g.g+1:0,h:l};f=d.g+d.h;for(g=0;g<this._todo.length;g++){var m=this._todo[g],n=m.g+m.h;if(f<n||f==n&&l<m.h){this._todo.splice(g,
0,d);return}}this._todo.push(d)};k._distance=function(d,f){switch(this._options.topology){case 4:return Math.abs(d-this._fromX)+Math.abs(f-this._fromY);case 6:return f=Math.abs(f-this._fromY),f+Math.max(0,(Math.abs(d-this._fromX)-f)/2);case 8:return Math.max(Math.abs(d-this._fromX),Math.abs(f-this._fromY))}};return q}(ub);Eb={Dijkstra:Eb,AStar:ub};ub=function(){function t(k){this._scheduler=k;this._lock=1}var q=t.prototype;q.start=function(){return this.unlock()};q.lock=function(){this._lock++;return this};
q.unlock=function(){if(!this._lock)throw Error("Cannot unlock unlocked engine");for(this._lock--;!this._lock;){var k=this._scheduler.next();if(!k)return this.lock();(k=k.act())&&k.then&&(this.lock(),k.then(this.unlock.bind(this)))}return this};return t}();Pb=function(){function t(k,d){void 0===d&&(d={});this._reflectivityCallback=k;this._options={};d=Object.assign({passes:1,emissionThreshold:100,range:10},d);this._lights={};this._reflectivityCache={};this._fovCache={};this.setOptions(d)}var q=t.prototype;
q.setOptions=function(k){Object.assign(this._options,k);k&&k.range&&this.reset();return this};q.setFOV=function(k){this._fov=k;this._fovCache={};return this};q.setLight=function(k,d,f){k=k+","+d;f?this._lights[k]="string"==typeof f?C(f):f:delete this._lights[k];return this};q.clearLights=function(){this._lights={}};q.reset=function(){this._reflectivityCache={};this._fovCache={};return this};q.compute=function(k){var d={},f={},g={},l;for(l in this._lights){var m=this._lights[l];f[l]=[0,0,0];K(f[l],
m)}for(l=0;l<this._options.passes;l++)this._emitLight(f,g,d),l+1!=this._options.passes&&(f=this._computeEmitters(g,d));for(var n in g)f=n.split(","),d=parseInt(f[0]),f=parseInt(f[1]),k(d,f,g[n]);return this};q._emitLight=function(k,d,f){for(var g in k){var l=g.split(","),m=parseInt(l[0]);l=parseInt(l[1]);this._emitLightFromCell(m,l,k[g],d);f[g]=1}return this};q._computeEmitters=function(k,d){var f={},g;for(g in k)if(!(g in d)){var l=k[g];if(g in this._reflectivityCache)var m=this._reflectivityCache[g];
else{var n=g.split(",");m=parseInt(n[0]);n=parseInt(n[1]);m=this._reflectivityCallback(m,n);this._reflectivityCache[g]=m}if(0!=m){n=[0,0,0];for(var u=0,y=0;3>y;y++){var J=Math.round(l[y]*m);n[y]=J;u+=J}u>this._options.emissionThreshold&&(f[g]=n)}}return f};q._emitLightFromCell=function(k,d,f,g){var l=k+","+d;k=l in this._fovCache?this._fovCache[l]:this._updateFOV(k,d);for(var m in k){d=k[m];m in g?l=g[m]:(l=[0,0,0],g[m]=l);for(var n=0;3>n;n++)l[n]+=Math.round(f[n]*d)}return this};q._updateFOV=function(k,
d){var f={};this._fovCache[k+","+d]=f;var g=this._options.range;this._fov.compute(k,d,g,function(l,m,n,u){n=u*(1-n/g);0!=n&&(f[l+","+m]=n)}.bind(this));return f};return t}();Q.Util=Ta;Q.Color=tb;Q.Text=Va;Q.RNG=Y;Q.Display=wa;Q.StringGenerator=Ra;Q.EventQueue=Xb;Q.Scheduler=Yb;Q.FOV=Ob;Q.Map=eb;Q.Noise=Ga;Q.Path=Eb;Q.Engine=ub;Q.Lighting=Pb;Q.DEFAULT_WIDTH=80;Q.DEFAULT_HEIGHT=25;Q.DIRS=aa;Q.KEYS={VK_CANCEL:3,VK_HELP:6,VK_BACK_SPACE:8,VK_TAB:9,VK_CLEAR:12,VK_RETURN:13,VK_ENTER:14,VK_SHIFT:16,VK_CONTROL:17,
VK_ALT:18,VK_PAUSE:19,VK_CAPS_LOCK:20,VK_ESCAPE:27,VK_SPACE:32,VK_PAGE_UP:33,VK_PAGE_DOWN:34,VK_END:35,VK_HOME:36,VK_LEFT:37,VK_UP:38,VK_RIGHT:39,VK_DOWN:40,VK_PRINTSCREEN:44,VK_INSERT:45,VK_DELETE:46,VK_0:48,VK_1:49,VK_2:50,VK_3:51,VK_4:52,VK_5:53,VK_6:54,VK_7:55,VK_8:56,VK_9:57,VK_COLON:58,VK_SEMICOLON:59,VK_LESS_THAN:60,VK_EQUALS:61,VK_GREATER_THAN:62,VK_QUESTION_MARK:63,VK_AT:64,VK_A:65,VK_B:66,VK_C:67,VK_D:68,VK_E:69,VK_F:70,VK_G:71,VK_H:72,VK_I:73,VK_J:74,VK_K:75,VK_L:76,VK_M:77,VK_N:78,VK_O:79,
VK_P:80,VK_Q:81,VK_R:82,VK_S:83,VK_T:84,VK_U:85,VK_V:86,VK_W:87,VK_X:88,VK_Y:89,VK_Z:90,VK_CONTEXT_MENU:93,VK_NUMPAD0:96,VK_NUMPAD1:97,VK_NUMPAD2:98,VK_NUMPAD3:99,VK_NUMPAD4:100,VK_NUMPAD5:101,VK_NUMPAD6:102,VK_NUMPAD7:103,VK_NUMPAD8:104,VK_NUMPAD9:105,VK_MULTIPLY:106,VK_ADD:107,VK_SEPARATOR:108,VK_SUBTRACT:109,VK_DECIMAL:110,VK_DIVIDE:111,VK_F1:112,VK_F2:113,VK_F3:114,VK_F4:115,VK_F5:116,VK_F6:117,VK_F7:118,VK_F8:119,VK_F9:120,VK_F10:121,VK_F11:122,VK_F12:123,VK_F13:124,VK_F14:125,VK_F15:126,VK_F16:127,
VK_F17:128,VK_F18:129,VK_F19:130,VK_F20:131,VK_F21:132,VK_F22:133,VK_F23:134,VK_F24:135,VK_NUM_LOCK:144,VK_SCROLL_LOCK:145,VK_CIRCUMFLEX:160,VK_EXCLAMATION:161,VK_DOUBLE_QUOTE:162,VK_HASH:163,VK_DOLLAR:164,VK_PERCENT:165,VK_AMPERSAND:166,VK_UNDERSCORE:167,VK_OPEN_PAREN:168,VK_CLOSE_PAREN:169,VK_ASTERISK:170,VK_PLUS:171,VK_PIPE:172,VK_HYPHEN_MINUS:173,VK_OPEN_CURLY_BRACKET:174,VK_CLOSE_CURLY_BRACKET:175,VK_TILDE:176,VK_COMMA:188,VK_PERIOD:190,VK_SLASH:191,VK_BACK_QUOTE:192,VK_OPEN_BRACKET:219,VK_BACK_SLASH:220,
VK_CLOSE_BRACKET:221,VK_QUOTE:222,VK_META:224,VK_ALTGR:225,VK_WIN:91,VK_KANA:21,VK_HANGUL:21,VK_EISU:22,VK_JUNJA:23,VK_FINAL:24,VK_HANJA:25,VK_KANJI:25,VK_CONVERT:28,VK_NONCONVERT:29,VK_ACCEPT:30,VK_MODECHANGE:31,VK_SELECT:41,VK_PRINT:42,VK_EXECUTE:43,VK_SLEEP:95};Object.defineProperty(Q,"__esModule",{value:!0})})};
shadow$provide[18]=function(ea,ia,ja,L){function B(M){let ca=5381;for(let Q=0;Q<M.length;Q++)ca=(ca<<5)+ca^M.charCodeAt(Q);return ca>>>0}Object.defineProperties(L,{__esModule:{enumerable:!0,value:!0},default:{enumerable:!0,get:function(){return B}}})};
shadow$provide[19]=function(ea,ia,ja,L){(function(B,M,ca){function Q(w){var C=this,K=H();C.next=function(){var I=2091639*C.s0+2.3283064365386963E-10*C.c;C.s0=C.s1;C.s1=C.s2;return C.s2=I-(C.c=I|0)};C.c=1;C.s0=K(" ");C.s1=K(" ");C.s2=K(" ");C.s0-=K(w);0>C.s0&&(C.s0+=1);C.s1-=K(w);0>C.s1&&(C.s1+=1);C.s2-=K(w);0>C.s2&&(C.s2+=1);K=null}function ma(w,C){C.c=w.c;C.s0=w.s0;C.s1=w.s1;C.s2=w.s2;return C}function ka(w,C){var K=new Q(w);w=C&&C.state;var I=K.next;I.int32=function(){return 4294967296*K.next()|
0};I.double=function(){return I()+1.1102230246251565E-16*(2097152*I()|0)};I.quick=I;w&&("object"==typeof w&&ma(w,K),I.state=function(){return ma(K,{})});return I}function H(){var w=4022871197;return function(C){C=String(C);for(var K=0;K<C.length;K++){w+=C.charCodeAt(K);var I=.02519603282416938*w;w=I>>>0;I-=w;I*=w;w=I>>>0;I-=w;w+=4294967296*I}return 2.3283064365386963E-10*(w>>>0)}}M&&M.exports?M.exports=ka:ca&&ca.amd?ca(function(){return ka}):this.alea=ka})(this,"object"==typeof ja&&ja,"function"==
typeof define&&define)};
shadow$provide[20]=function(ea,ia,ja,L){(function(B,M,ca){function Q(H){var w=this,C="";w.x=0;w.y=0;w.z=0;w.w=0;w.next=function(){var K=w.x^w.x<<11;w.x=w.y;w.y=w.z;w.z=w.w;return w.w=w.w^w.w>>>19^K^K>>>8};H===(H|0)?w.x=H:C+=H;for(H=0;H<C.length+64;H++)w.x^=C.charCodeAt(H)|0,w.next()}function ma(H,w){w.x=H.x;w.y=H.y;w.z=H.z;w.w=H.w;return w}function ka(H,w){var C=new Q(H);H=w&&w.state;w=function(){return(C.next()>>>0)/4294967296};w.double=function(){do{var K=C.next()>>>11,I=(C.next()>>>0)/4294967296;
K=(K+I)/2097152}while(0===K);return K};w.int32=C.next;w.quick=w;H&&("object"==typeof H&&ma(H,C),w.state=function(){return ma(C,{})});return w}M&&M.exports?M.exports=ka:ca&&ca.amd?ca(function(){return ka}):this.xor128=ka})(this,"object"==typeof ja&&ja,"function"==typeof define&&define)};
shadow$provide[21]=function(ea,ia,ja,L){(function(B,M,ca){function Q(H){var w=this,C="";w.next=function(){var K=w.x^w.x>>>2;w.x=w.y;w.y=w.z;w.z=w.w;w.w=w.v;return(w.d=w.d+362437|0)+(w.v=w.v^w.v<<4^K^K<<1)|0};w.x=0;w.y=0;w.z=0;w.w=0;w.v=0;H===(H|0)?w.x=H:C+=H;for(H=0;H<C.length+64;H++)w.x^=C.charCodeAt(H)|0,H==C.length&&(w.d=w.x<<10^w.x>>>4),w.next()}function ma(H,w){w.x=H.x;w.y=H.y;w.z=H.z;w.w=H.w;w.v=H.v;w.d=H.d;return w}function ka(H,w){var C=new Q(H);H=w&&w.state;w=function(){return(C.next()>>>
0)/4294967296};w.double=function(){do{var K=C.next()>>>11,I=(C.next()>>>0)/4294967296;K=(K+I)/2097152}while(0===K);return K};w.int32=C.next;w.quick=w;H&&("object"==typeof H&&ma(H,C),w.state=function(){return ma(C,{})});return w}M&&M.exports?M.exports=ka:ca&&ca.amd?ca(function(){return ka}):this.xorwow=ka})(this,"object"==typeof ja&&ja,"function"==typeof define&&define)};
shadow$provide[22]=function(ea,ia,ja,L){(function(B,M,ca){function Q(H){var w=this;w.next=function(){var C=w.x,K=w.i;var I=C[K];I^=I>>>7;var ha=I^I<<24;I=C[K+1&7];ha^=I^I>>>10;I=C[K+3&7];ha^=I^I>>>3;I=C[K+4&7];ha^=I^I<<7;I=C[K+7&7];I^=I<<13;ha^=I^I<<9;C[K]=ha;w.i=K+1&7;return ha};(function(C,K){var I,ha=[];if(K===(K|0))ha[0]=K;else for(K=""+K,I=0;I<K.length;++I)ha[I&7]=ha[I&7]<<15^K.charCodeAt(I)+ha[I+1&7]<<13;for(;8>ha.length;)ha.push(0);for(I=0;8>I&&0===ha[I];++I);8==I&&(ha[7]=-1);C.x=ha;C.i=0;
for(I=256;0<I;--I)C.next()})(w,H)}function ma(H,w){w.x=H.x.slice();w.i=H.i;return w}function ka(H,w){null==H&&(H=+new Date);var C=new Q(H);H=w&&w.state;w=function(){return(C.next()>>>0)/4294967296};w.double=function(){do{var K=C.next()>>>11,I=(C.next()>>>0)/4294967296;K=(K+I)/2097152}while(0===K);return K};w.int32=C.next;w.quick=w;H&&(H.x&&ma(H,C),w.state=function(){return ma(C,{})});return w}M&&M.exports?M.exports=ka:ca&&ca.amd?ca(function(){return ka}):this.xorshift7=ka})(this,"object"==typeof ja&&
ja,"function"==typeof define&&define)};
shadow$provide[23]=function(ea,ia,ja,L){(function(B,M,ca){function Q(H){var w=this;w.next=function(){var C=w.w,K=w.X,I=w.i;w.w=C=C+1640531527|0;var ha=K[I+34&127];var pa=K[I=I+1&127];ha^=ha<<13;pa^=pa<<17;ha=K[I]=ha^ha>>>15^pa^pa>>>12;w.i=I;return ha+(C^C>>>16)|0};(function(C,K){var I,ha,pa=[],Fa=128;if(K===(K|0)){var O=K;K=null}else K+="\x00",O=0,Fa=Math.max(Fa,K.length);var da=0;for(I=-32;I<Fa;++I)if(K&&(O^=K.charCodeAt((I+32)%K.length)),0===I&&(ha=O),O^=O<<10,O^=O>>>15,O^=O<<4,O^=O>>>13,0<=I){ha=
ha+1640531527|0;var qa=pa[I&127]^=O+ha;da=0==qa?da+1:0}128<=da&&(pa[(K&&K.length||0)&127]=-1);da=127;for(I=512;0<I;--I)O=pa[da+34&127],qa=pa[da=da+1&127],O^=O<<13,qa^=qa<<17,O^=O>>>15,qa^=qa>>>12,pa[da]=O^qa;C.w=ha;C.X=pa;C.i=da})(w,H)}function ma(H,w){w.i=H.i;w.w=H.w;w.X=H.X.slice();return w}function ka(H,w){null==H&&(H=+new Date);var C=new Q(H);H=w&&w.state;w=function(){return(C.next()>>>0)/4294967296};w.double=function(){do{var K=C.next()>>>11,I=(C.next()>>>0)/4294967296;K=(K+I)/2097152}while(0===
K);return K};w.int32=C.next;w.quick=w;H&&(H.X&&ma(H,C),w.state=function(){return ma(C,{})});return w}M&&M.exports?M.exports=ka:ca&&ca.amd?ca(function(){return ka}):this.xor4096=ka})(this,"object"==typeof ja&&ja,"function"==typeof define&&define)};
shadow$provide[24]=function(ea,ia,ja,L){(function(B,M,ca){function Q(H){var w=this,C="";w.next=function(){var K=w.b,I=w.c,ha=w.d,pa=w.a;K=K<<25^K>>>7^I;I=I-ha|0;ha=ha<<24^ha>>>8^pa;pa=pa-K|0;w.b=K=K<<20^K>>>12^I;w.c=I=I-ha|0;w.d=ha<<16^I>>>16^pa;return w.a=pa-K|0};w.a=0;w.b=0;w.c=-1640531527;w.d=1367130551;H===Math.floor(H)?(w.a=H/4294967296|0,w.b=H|0):C+=H;for(H=0;H<C.length+20;H++)w.b^=C.charCodeAt(H)|0,w.next()}function ma(H,w){w.a=H.a;w.b=H.b;w.c=H.c;w.d=H.d;return w}function ka(H,w){var C=new Q(H);
H=w&&w.state;w=function(){return(C.next()>>>0)/4294967296};w.double=function(){do{var K=C.next()>>>11,I=(C.next()>>>0)/4294967296;K=(K+I)/2097152}while(0===K);return K};w.int32=C.next;w.quick=w;H&&("object"==typeof H&&ma(H,C),w.state=function(){return ma(C,{})});return w}M&&M.exports?M.exports=ka:ca&&ca.amd?ca(function(){return ka}):this.tychei=ka})(this,"object"==typeof ja&&ja,"function"==typeof define&&define)};
shadow$provide[25]=function(ea,ia,ja,L){};
shadow$provide[26]=function(ea,ia,ja,L){(function(B,M,ca){function Q(O,da,qa){var sa=[];da=1==da?{entropy:!0}:da||{};O=w(H(da.entropy?[O,K(M)]:null==O?C():O,3),sa);var oa=new ma(sa);sa=function(){for(var Ba=oa.g(6),Sa=I,Ma=0;Ba<ha;)Ba=256*(Ba+Ma),Sa*=256,Ma=oa.g(1);for(;Ba>=pa;)Ba/=2,Sa/=2,Ma>>>=1;return(Ba+Ma)/Sa};sa.int32=function(){return oa.g(4)|0};sa.quick=function(){return oa.g(4)/4294967296};sa.double=sa;w(K(oa.S),M);return(da.pass||qa||function(Ba,Sa,Ma,Ua){Ua&&(Ua.S&&ka(Ua,oa),Ba.state=function(){return ka(oa,
{})});return Ma?(ca.random=Ba,Sa):Ba})(sa,O,"global"in da?da.global:this==ca,da.state)}function ma(O){var da,qa=O.length,sa=this,oa=0,Ba=sa.i=sa.j=0,Sa=sa.S=[];for(qa||(O=[qa++]);256>oa;)Sa[oa]=oa++;for(oa=0;256>oa;oa++)Sa[oa]=Sa[Ba=255&Ba+O[oa%qa]+(da=Sa[oa])],Sa[Ba]=da;(sa.g=function(Ma){for(var Ua,Ca=0,Y=sa.i,Va=sa.j,Ha=sa.S;Ma--;)Ua=Ha[Y=255&Y+1],Ca=256*Ca+Ha[255&(Ha[Y]=Ha[Va=255&Va+Ua])+(Ha[Va]=Ua)];sa.i=Y;sa.j=Va;return Ca})(256)}function ka(O,da){da.i=O.i;da.j=O.j;da.S=O.S.slice();return da}
function H(O,da){var qa=[],sa=typeof O,oa;if(da&&"object"==sa)for(oa in O)try{qa.push(H(O[oa],da-1))}catch(Ba){}return qa.length?qa:"string"==sa?O:O+"\x00"}function w(O,da){O+="";for(var qa,sa=0;sa<O.length;)da[255&sa]=255&(qa^=19*da[255&sa])+O.charCodeAt(sa++);return K(da)}function C(){try{var O;Fa&&(O=Fa.randomBytes)?O=O(256):(O=new Uint8Array(256),(B.crypto||B.msCrypto).getRandomValues(O));return K(O)}catch(da){return O=B.navigator,[+new Date,B,O&&O.plugins,B.screen,K(M)]}}function K(O){return String.fromCharCode.apply(0,
O)}var I=ca.pow(256,6),ha=ca.pow(2,52),pa=2*ha;w(ca.random(),M);if("object"==typeof ja&&ja.exports){ja.exports=Q;try{var Fa=ia(25)}catch(O){}}else"function"==typeof define&&define.amd?define(function(){return Q}):ca.seedrandom=Q})("undefined"!==typeof self?self:this,[],Math)};
shadow$provide[27]=function(ea,ia,ja,L){ea=ia(19);L=ia(20);var B=ia(21),M=ia(22),ca=ia(23),Q=ia(24);ia=ia(26);ia.alea=ea;ia.xor128=L;ia.xorwow=B;ia.xorshift7=M;ia.xor4096=ca;ia.tychei=Q;ja.exports=ia};
'use strict';var hm=function(a,b){return $APP.aa[a]=b},im=function(a){if(null!=a&&null!=a.sb)a=a.sb(a);else{var b=im[$APP.da(null==a?null:a)];if(null!=b)a=b.l?b.l(a):b.call(null,a);else if(b=im._,null!=b)a=b.l?b.l(a):b.call(null,a);else throw $APP.Xa("IReversible.-rseq",a);}return a},jm=function(a,b){if(a.vb===b.vb)return 0;var c=$APP.Ua(a.ub);if($APP.n(c?b.ub:c))return-1;if($APP.n(a.ub)){if($APP.Ua(b.ub))return 1;c=$APP.Ea(a.ub,b.ub);return 0===c?$APP.Ea(a.name,b.name):c}return $APP.Ea(a.name,b.name)},
km=function(a,b){if(a.sa===b.sa)return 0;var c=$APP.Ua(a.ub);if($APP.n(c?b.ub:c))return-1;if($APP.n(a.ub)){if($APP.Ua(b.ub))return 1;c=$APP.Ea(a.ub,b.ub);return 0===c?$APP.Ea(a.name,b.name):c}return $APP.Ea(a.name,b.name)},lm=function(a,b){b&=63;if(0==b)return a;var c=a.pa;return 32>b?$APP.ka(a.Aa>>>b|c<<32-b,c>>>b):32==b?$APP.ka(c,0):$APP.ka(c>>>b-32,0)},mm=function(a,b,c){return a.call.apply(a.bind,arguments)},nm=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,
2);return function(){var e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,d);return a.apply(b,e)}}return function(){return a.apply(b,arguments)}},om=function(a,b,c){om=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?mm:nm;return om.apply(null,arguments)},pm=function(){var a=$APP.di.navigator;return a&&(a=a.userAgent)?a:""},qm=function(a){return-1!=pm().indexOf(a)},rm=function(a,b){a.sort(b||$APP.Ea)},sm=function(a,b){const c=Array(a.length);
for(let e=0;e<a.length;e++)c[e]={index:e,value:a[e]};const d=b||$APP.Ea;rm(c,function(e,f){return d(e.value,f.value)||e.index-f.index});for(b=0;b<a.length;b++)a[b]=c[b].value},tm=function(a){return 1==a.length&&" "<=a&&"~">=a||""<=a&&"�">=a},um=function(a){if(null!=a&&null!=a.ka)a=a.ka(a);else{var b=um[$APP.da(null==a?null:a)];if(null!=b)a=b.l?b.l(a):b.call(null,a);else if(b=um._,null!=b)a=b.l?b.l(a):b.call(null,a);else throw $APP.Xa("ICloneable.-clone",a);}return a},vm=function(a){if(null!=a&&null!=
a.Ba)a=a.Ba(a);else{var b=vm[$APP.da(null==a?null:a)];if(null!=b)a=b.l?b.l(a):b.call(null,a);else if(b=vm._,null!=b)a=b.l?b.l(a):b.call(null,a);else throw $APP.Xa("INext.-next",a);}return a},wm=function(){},xm=function(){},ym=function(a){if(null!=a&&null!=a.Zb)a=a.Zb(a);else{var b=ym[$APP.da(null==a?null:a)];if(null!=b)a=b.l?b.l(a):b.call(null,a);else if(b=ym._,null!=b)a=b.l?b.l(a):b.call(null,a);else throw $APP.Xa("IWriter.-flush",a);}return a},zm=function(){},Am=function(a){if(null!=a&&null!=a.Tc)a=
a.Tc(a);else{var b=Am[$APP.da(null==a?null:a)];if(null!=b)a=b.l?b.l(a):b.call(null,a);else if(b=Am._,null!=b)a=b.l?b.l(a):b.call(null,a);else throw $APP.Xa("IPending.-realized?",a);}return a},Bm=function(a){if(null!=a&&null!=a.Qc)a=a.Qc(a);else{var b=Bm[$APP.da(null==a?null:a)];if(null!=b)a=b.l?b.l(a):b.call(null,a);else if(b=Bm._,null!=b)a=b.l?b.l(a):b.call(null,a);else throw $APP.Xa("INamed.-name",a);}return a},Cm=function(a){if(null!=a&&null!=a.Rc)a=a.Rc(a);else{var b=Cm[$APP.da(null==a?null:a)];
if(null!=b)a=b.l?b.l(a):b.call(null,a);else if(b=Cm._,null!=b)a=b.l?b.l(a):b.call(null,a);else throw $APP.Xa("INamed.-namespace",a);}return a},Dm=function(a){return a-1},Em=function(a){if("number"===typeof a)return String.fromCharCode(a);if("string"===typeof a&&1===a.length)return a;throw Error("Argument to char must be a character or number");},Fm=function(a){return a|0},Gm=function(a,b){return a-b*$APP.Qd(a,b)},Hm=function(a){return 0>a},Im=function(a){return $APP.B(a)?a:null},Jm=function(a,b){var c=
$APP.$b($APP.S);a=$APP.B(a);for(b=$APP.B(b);;)if(a&&b)c=$APP.ke(c,$APP.C(a),$APP.C(b)),a=$APP.D(a),b=$APP.D(b);else return $APP.bc(c)},Km=function(a){return $APP.G.o(a,$APP.Dd)?$APP.Dd:function(b,c){var d=a.o?a.o(b,c):a.call(null,b,c);return"number"===typeof d?d:$APP.n(d)?-1:$APP.n(a.o?a.o(c,b):a.call(null,c,b))?1:0}},Lm=function(a,b){for(b=$APP.B(b);;){if(null==b)return a;a=$APP.O(a,$APP.C(b));b=$APP.D(b)}},Mm=function(a,b,c){a=b?a:$APP.Za(a);if(!c){c=[];for(b=0;;)if(b<a.length){var d=a[b],e=a[b+
1];-1===$APP.Rf(c,d)&&(c.push(d),c.push(e));b+=2}else break;a=c}return new $APP.m(null,a.length/2,a,null)},Nm=function(a,b){if($APP.n($APP.Ve($APP.Nd,b))){var c=function(d,e){var f=$APP.xb(e),g=$APP.yb(e);if($APP.Cd(d,f)){e=$APP.W.s;var k=$APP.O(d,f);g=a.o?a.o(k,g):a.call(null,k,g);d=e.call($APP.W,d,f,g)}else d=$APP.W.s(d,f,g);return d};return $APP.Kd(function(d,e){return $APP.$a(c,$APP.n(d)?d:$APP.S,$APP.B(e))},b)}return null},Om=function(a,b){return 0<a?new $APP.cf(null,a,b,null,null):$APP.Cc},
Pm=function(a,b){return b<=a?$APP.Cc:$APP.Ad(a)&&$APP.Ad(b)&&$APP.Ad(1)?new $APP.hh(null,a,b,1,Math.ceil(b-a),null):new $APP.ih(null,a,b,1,null,null,null)},Qm=function(a,b){return Pm(a,b)},Rm=function(a,b){return function(){function c(l,p,q){return new $APP.T(null,2,5,$APP.U,[a.s?a.s(l,p,q):a.call(null,l,p,q),b.s?b.s(l,p,q):b.call(null,l,p,q)],null)}function d(l,p){return new $APP.T(null,2,5,$APP.U,[a.o?a.o(l,p):a.call(null,l,p),b.o?b.o(l,p):b.call(null,l,p)],null)}function e(l){return new $APP.T(null,
2,5,$APP.U,[a.l?a.l(l):a.call(null,l),b.l?b.l(l):b.call(null,l)],null)}function f(){return new $APP.T(null,2,5,$APP.U,[a.I?a.I():a.call(null),b.I?b.I():b.call(null)],null)}var g=null,k=function(){function l(q,t,u,y){var E=null;if(3<arguments.length){E=0;for(var I=Array(arguments.length-3);E<I.length;)I[E]=arguments[E+3],++E;E=new $APP.A(I,0,null)}return p.call(this,q,t,u,E)}function p(q,t,u,y){return new $APP.T(null,2,5,$APP.U,[$APP.ue(a,q,t,u,y),$APP.ue(b,q,t,u,y)],null)}l.M=3;l.K=function(q){var t=
$APP.C(q);q=$APP.D(q);var u=$APP.C(q);q=$APP.D(q);var y=$APP.C(q);q=$APP.Dc(q);return p(t,u,y,q)};l.A=p;return l}();g=function(l,p,q,t){switch(arguments.length){case 0:return f.call(this);case 1:return e.call(this,l);case 2:return d.call(this,l,p);case 3:return c.call(this,l,p,q);default:var u=null;if(3<arguments.length){u=0;for(var y=Array(arguments.length-3);u<y.length;)y[u]=arguments[u+3],++u;u=new $APP.A(y,0,null)}return k.A(l,p,q,u)}throw Error("Invalid arity: "+arguments.length);};g.M=3;g.K=
k.K;g.I=f;g.l=e;g.o=d;g.s=c;g.A=k.A;return g}()},Tm=function(){return function(){function a(f,g,k){f=null==f?0:f;return $APP.Kc.s?$APP.Kc.s(f,g,k):$APP.Kc.call(null,f,g,k)}function b(f,g){f=null==f?0:f;return $APP.Kc.o?$APP.Kc.o(f,g):$APP.Kc.call(null,f,g)}function c(f){f=null==f?0:f;return $APP.Kc.l?$APP.Kc.l(f):$APP.Kc.call(null,f)}var d=null,e=function(){function f(k,l,p,q){var t=null;if(3<arguments.length){t=0;for(var u=Array(arguments.length-3);t<u.length;)u[t]=arguments[t+3],++t;t=new $APP.A(u,
0,null)}return g.call(this,k,l,p,t)}function g(k,l,p,q){return $APP.ue($APP.Kc,null==k?0:k,l,p,q)}f.M=3;f.K=function(k){var l=$APP.C(k);k=$APP.D(k);var p=$APP.C(k);k=$APP.D(k);var q=$APP.C(k);k=$APP.Dc(k);return g(l,p,q,k)};f.A=g;return f}();d=function(f,g,k,l){switch(arguments.length){case 1:return c.call(this,f);case 2:return b.call(this,f,g);case 3:return a.call(this,f,g,k);default:var p=null;if(3<arguments.length){p=0;for(var q=Array(arguments.length-3);p<q.length;)q[p]=arguments[p+3],++p;p=new $APP.A(q,
0,null)}return e.A(f,g,k,p)}throw Error("Invalid arity: "+arguments.length);};d.M=3;d.K=e.K;d.l=c;d.o=b;d.s=a;d.A=e.A;return d}()},Um=function(a){return function(){function b(g,k){return $APP.Ua(a.o?a.o(g,k):a.call(null,g,k))}function c(g){return $APP.Ua(a.l?a.l(g):a.call(null,g))}function d(){return $APP.Ua(a.I?a.I():a.call(null))}var e=null,f=function(){function g(l,p,q){var t=null;if(2<arguments.length){t=0;for(var u=Array(arguments.length-2);t<u.length;)u[t]=arguments[t+2],++t;t=new $APP.A(u,
0,null)}return k.call(this,l,p,t)}function k(l,p,q){return $APP.Ua($APP.te(a,l,p,q))}g.M=2;g.K=function(l){var p=$APP.C(l);l=$APP.D(l);var q=$APP.C(l);l=$APP.Dc(l);return k(p,q,l)};g.A=k;return g}();e=function(g,k,l){switch(arguments.length){case 0:return d.call(this);case 1:return c.call(this,g);case 2:return b.call(this,g,k);default:var p=null;if(2<arguments.length){p=0;for(var q=Array(arguments.length-2);p<q.length;)q[p]=arguments[p+2],++p;p=new $APP.A(q,0,null)}return f.A(g,k,p)}throw Error("Invalid arity: "+
arguments.length);};e.M=2;e.K=f.K;e.I=d;e.l=c;e.o=b;e.A=f.A;return e}()},Vm=function(a,b,c,d){this.i=0;this.mf=a;this.je=b;this.tc=c;this.ue=d},Wm=function(a,b){if($APP.B(b)){var c=$APP.ie.l?$APP.ie.l(b):$APP.ie.call(null,b);sm(c,Km(a));return $APP.kd($APP.B(c),$APP.ld(b))}return $APP.Cc},Xm=function(a,b){return Wm(function(c,d){c=a.l?a.l(c):a.call(null,c);d=a.l?a.l(d):a.call(null,d);var e=Km($APP.Dd);return e.o?e.o(c,d):e.call(null,c,d)},b)},Ym=function(a,b){return Xm(a,b)},Zm=function(a,b){return new $APP.$d(null,
function(){var c=$APP.B(b);if(c){var d=$APP.C(c);d=a.l?a.l(d):a.call(null,d);c=$APP.n(d)?$APP.Yd($APP.C(c),Zm(a,$APP.Dc(c))):null}else c=null;return c},null,null)},$m=function(a,b){return new $APP.$d(null,function(){var c=$APP.B(b);if(c){if($APP.ud(c)){for(var d=$APP.gc(c),e=$APP.F(d),f=$APP.ce(e),g=0;;)if(g<e){var k=$APP.dd(d,g);k=a.l?a.l(k):a.call(null,k);if($APP.n(k)){k=f;var l=$APP.dd(d,g);k.add(l)}g+=1}else break;return $APP.fe($APP.he(f),$m(a,$APP.hc(c)))}d=$APP.C(c);c=$APP.Dc(c);return $APP.n(a.l?
a.l(d):a.call(null,d))?$APP.Yd(d,$m(a,c)):$m(a,c)}return null},null,null)},an=function(a,b){return $m(Um(a),b)},bn=function(a,b){return new $APP.$d(null,function(){if(0<a){var c=$APP.B(b);return c?$APP.Yd($APP.C(c),bn(a-1,$APP.Dc(c))):null}return null},null,null)},cn=function(a,b){return function f(d,e){return new $APP.$d(null,function(){var g=$APP.B(e);if(g){if($APP.ud(g)){for(var k=$APP.gc(g),l=$APP.F(k),p=$APP.ce(l),q=0;;)if(q<l)$APP.ge(p,function(){var t=d+q,u=$APP.dd(k,q);return a.o?a.o(t,u):
a.call(null,t,u)}()),q+=1;else break;return $APP.fe($APP.he(p),f(d+l,$APP.hc(g)))}return $APP.Yd(function(){var t=$APP.C(g);return a.o?a.o(d,t):a.call(null,d,t)}(),f(d+1,$APP.Dc(g)))}return null},null,null)}(0,b)},dn=function(a,b){for(var c=a.length,d=0,e=$APP.$b($APP.ag);;)if(d<c){if(b.length<=d)throw Error(["No value supplied for key: ",$APP.r.l(a[d])].join(""));var f=d+1;e=$APP.cc(e,a[d],b[d]);d=f}else return $APP.bc(e)},fn=function(a,b){return $APP.$e(1,en.o(new $APP.cf(null,-1,a,null,null),b))},
gn=function(a){return(null!=a?a.F&134217728||$APP.x===a.Cf||(a.F?0:$APP.Va(xm,a)):$APP.Va(xm,a))?(a=im(a))?a:$APP.Cc:$APP.$a($APP.Fg,$APP.Cc,a)},hn=function(a){$APP.Ch(a);$APP.n($APP.Qa)?(a=$APP.Pa(),$APP.rh("\n"),a=($APP.O(a,$APP.Ha),null)):a=null;return a},kn=function(a,b){$APP.Wb(a,jn,b)},ln=function(a){return Math.floor(Math.random()*a)},mn=function(a){return $APP.Wc(a,ln($APP.F(a)))},on=function(){null==nn&&(nn=$APP.Ye(new $APP.m(null,3,[$APP.sl,$APP.S,$APP.Il,$APP.S,$APP.zl,$APP.S],null)));
return nn},pn=function(a,b,c){var d=$APP.G.o(b,c);if(d)return d;d=$APP.zl.l(a);d=d.l?d.l(b):d.call(null,b);if(!(d=$APP.Cd(d,c))&&(d=$APP.td(c)))if(d=$APP.td(b))if(d=$APP.F(c)===$APP.F(b)){d=!0;for(var e=0;;)if(d&&e!==$APP.F(c))d=pn(a,b.l?b.l(e):b.call(null,e),c.l?c.l(e):c.call(null,e)),e+=1;else return d}else return d;else return d;else return d},qn=function(a){var b=$APP.v(on());return Im($APP.O($APP.sl.l(b),a))},rn=function(a,b,c,d){$APP.Ih.o(a,function(){return $APP.v(b)});$APP.Ih.o(c,function(){return $APP.v(d)})},
tn=function(a,b,c,d){c=sn(a,b,c);return $APP.n(c)?c:pn(d,a,b)},un=function(a,b,c){if(null!=a&&null!=a.La)a.La(a,b,c);else{var d=un[$APP.da(null==a?null:a)];if(null!=d)d.s?d.s(a,b,c):d.call(null,a,b,c);else if(d=un._,null!=d)d.s?d.s(a,b,c):d.call(null,a,b,c);else throw $APP.Xa("IMultiFn.-add-method",a);}},vn=function(a,b){throw Error(["No method in multimethod '",$APP.r.l(a),"' for dispatch value: ",$APP.r.l(b)].join(""));},xn=function(a,b,c,d,e,f,g){var k=wn;this.name=a;this.Y=b;this.Ue=k;this.qd=
c;this.sd=d;this.jf=e;this.rd=f;this.hd=g;this.F=4194305;this.P=4352},zn=function(a,b){$APP.G.o($APP.v(a.hd),$APP.v(a.qd))||rn(a.rd,a.sd,a.hd,a.qd);var c=$APP.v(a.rd);c=c.l?c.l(b):c.call(null,b);return $APP.n(c)?c:yn(a.name,b,a.qd,a.sd,a.jf,a.rd,a.hd,a.Ue)},Bn=function(a,b){var c=$APP.se(An,a,b);return $APP.Yd(c,an(function(d){return c===d},b))},Kn=function(a){var b=new $APP.m(null,4,[Cn,Dn,En,Fn,Gn,Hn,In,Jn],null);return $APP.$a(function(c,d){var e=$APP.N(d,0,null);d=$APP.N(d,1,null);return $APP.Cd(a,
e)?$APP.W.s(c,d,$APP.O(a,e)):c},$APP.se($APP.Gi,a,$APP.Tg(b)),b)},Ln=function(a){return $APP.nk($APP.O(a,"codes"))},Mn=function(a,b){if("-"==a.charAt(0))return $APP.oa(Mn(a.substring(1),b));var c=parseInt(a,b||10);if(9007199254740991>=c)return new $APP.ja(c%4294967296|0,c/4294967296|0);if(0==a.length)throw Error("number format error: empty string");if(0<=a.indexOf("-"))throw Error('number format error: interior "-" character: '+a);b=b||10;if(2>b||36<b)throw Error("radix out of range: "+b);c=$APP.ra(Math.pow(b,
8));for(var d=$APP.pa,e=0;e<a.length;e+=8){var f=Math.min(8,a.length-e),g=parseInt(a.substring(e,e+f),b);8>f?(f=$APP.ra(Math.pow(b,f)),d=d.multiply(f).add($APP.ra(g))):(d=d.multiply(c),d=d.add($APP.ra(g)))}return d},Nn=function(a,b){this.Vb=a;this.G=b;this.F=2153775104;this.P=2048},On=function(){function a(){var d=ln(65536).toString(16);switch(d.length){case 1:return["000",d].join("");case 2:return["00",d].join("");case 3:return["0",d].join("");default:return d}}var b=(16384|4095&ln(65536)).toString(16),
c=(32768|16383&ln(65536)).toString(16);return new Nn([a(),a(),"-",a(),"-",b,"-",c,"-",a(),a(),a()].join("").toLowerCase(),null)},Pn=function(){return Math.round(15*Math.random()).toString(16)},Qn=function(a,b){if(3<a.length){if(b)return!0;b=a.charAt(1);return"~"===a.charAt(0)?":"===b||"$"===b||"#"===b:!1}return!1},Rn=function(a){var b=Math.floor(a/44);a=String.fromCharCode(a%44+48);return 0===b?"^"+a:"^"+String.fromCharCode(b+48)+a},Sn=function(){this.De=this.Wc=this.Ca=0;this.cache={}},Tn=function(){this.Ca=
0;this.cache=[]},Vn=function(a,b){if(null==a)return null==b;if(a===b)return!0;if("object"===typeof a){if(Un(a)){if(Un(b)&&a.length===b.length){for(var c=0;c<a.length;c++)if(!Vn(a[c],b[c]))return!1;return!0}return!1}if(a.Eb)return a.Eb(b);if(null!=b&&"object"===typeof b){if(b.Eb)return b.Eb(a);c=0;var d=Wn(b).length,e;for(e in a)if(a.hasOwnProperty(e)&&(c++,!b.hasOwnProperty(e)||!Vn(a[e],b[e])))return!1;return c===d}}return!1},Xn=function(a,b){return a^b+2654435769+(a<<6)+(a>>2)},Zn=function(a){var b=
0;if(null!=a.forEach)a.forEach(function(g,k){b=(b+(Yn(k)^Yn(g)))%4503599627370496});else for(var c=Wn(a),d=0;d<c.length;d++){var e=c[d],f=a[e];b=(b+(Yn(e)^Yn(f)))%4503599627370496}return b},$n=function(a){var b=0;if(Un(a))for(var c=0;c<a.length;c++)b=Xn(b,Yn(a[c]));else a.forEach&&a.forEach(function(d){b=Xn(b,Yn(d))});return b},Yn=function(a){if(null==a)return 0;switch(typeof a){case "number":return a;case "boolean":return!0===a?1:0;case "string":var b=ao[a];if(null!=b)a=b;else{for(var c=b=0;c<a.length;++c)b=
31*b+a.charCodeAt(c),b%=4294967296;bo++;256<=bo&&(ao={},bo=1);a=ao[a]=b}return a;case "function":return b=a.transit$hashCode$,b||(b=co,"undefined"!=typeof Object.defineProperty?Object.defineProperty(a,"transit$hashCode$",{value:b,enumerable:!1}):a.transit$hashCode$=b,co++),b;default:return a instanceof Date?a.valueOf():Un(a)?$n(a):a.Lb?a.Lb():Zn(a)}},eo=function(a,b){this.tag=a;this.rep=b;this.ua=-1},fo=function(a,b){return new eo(a,b)},go=function(a){this.Ka=a;this.ua=-1},ho=function(a){this.Ka=
a;this.ua=-1},io=function(a,b,c){var d="";c=c||b+1;for(var e=8*(7-b),f=(new $APP.ja(255,0)).shiftLeft(e);b<c;b++,e-=8,f=lm(f,8)){var g=lm(a.and(f),e).toString(16);1==g.length&&(g="0"+g);d+=g}return d},jo=function(a,b){this.high=a;this.low=b;this.ua=-1},ko=function(a,b){this.entries=a;this.type=b||0;this.Ca=0},mo=function(a,b){this.map=a;this.type=b||0;this.keys=lo(this.map);this.Ca=0;this.qc=null;this.jc=0},po=function(a,b){if(a instanceof no&&(b instanceof oo||b instanceof no)){if(a.size!==b.size)return!1;
for(var c in a.map)for(var d=a.map[c],e=0;e<d.length;e+=2)if(!Vn(d[e+1],b.get(d[e])))return!1;return!0}if(a instanceof oo&&(b instanceof oo||b instanceof no)){if(a.size!==b.size)return!1;a=a.xa;for(e=0;e<a.length;e+=2)if(!Vn(a[e+1],b.get(a[e])))return!1;return!0}if(null!=b&&"object"===typeof b&&(e=Wn(b),c=e.length,a.size===c)){for(d=0;d<c;d++){var f=e[d];if(!a.has(f)||!Vn(b[f],a.get(f)))return!1}return!0}return!1},qo=function(a){return null==a?"null":"array"===$APP.da(a)?"["+a.toString()+"]":"string"===
$APP.da(a)?'"'+a+'"':a.toString()},ro=function(a){var b=0,c="TransitMap {";a.forEach(function(d,e){c+=qo(e)+" \x3d\x3e "+qo(d);b<a.size-1&&(c+=", ");b++});return c+"}"},so=function(a){var b=0,c="TransitSet {";a.forEach(function(d){c+=qo(d);b<a.size-1&&(c+=", ");b++});return c+"}"},oo=function(a){this.xa=a;this.va=null;this.ua=-1;this.size=a.length/2;this.ce=0},uo=function(a){if(a.va)throw Error("Invalid operation, already converted");if(8>a.size)return!1;a.ce++;return 32<a.ce?(a.va=to(a.xa,!1,!0),
a.xa=[],!0):!1},no=function(a,b,c){this.map=b||{};this.Ac=a||[];this.size=c||0;this.ua=-1},lo=function(a){return null!=a.Ac?a.Ac:Wn(a.map)},to=function(a,b,c){a=a||[];b=!1===b?b:!0;if((!0!==c||!c)&&64>=a.length){if(b){var d=a;a=[];for(b=0;b<d.length;b+=2){var e=!1;for(c=0;c<a.length;c+=2)if(Vn(a[c],d[b])){a[c+1]=d[b+1];e=!0;break}e||(a.push(d[b]),a.push(d[b+1]))}}return new oo(a)}d={};e=[];var f=0;for(b=0;b<a.length;b+=2){c=Yn(a[b]);var g=d[c];if(null==g)e.push(c),d[c]=[a[b],a[b+1]],f++;else{var k=
!0;for(c=0;c<g.length;c+=2)if(Vn(g[c],a[b])){g[c+1]=a[b+1];k=!1;break}k&&(g.push(a[b]),g.push(a[b+1]),f++)}}return new no(e,d,f)},vo=function(a){this.map=a;this.size=a.size},wo=function(a){a=a||[];for(var b={},c=[],d=0,e=0;e<a.length;e++){var f=Yn(a[e]),g=b[f];if(null==g)c.push(f),b[f]=[a[e],a[e]],d++;else{f=!0;for(var k=0;k<g.length;k+=2)if(Vn(g[k],a[e])){f=!1;break}f&&(g.push(a[e]),g.push(a[e]),d++)}}return new vo(new no(c,b,d))},xo=function(a){this.vb=a},yo=function(a){this.options=a||{};this.Oa=
{};for(var b in this.Vc.Oa)this.Oa[b]=this.Vc.Oa[b];for(b in this.options.handlers){a:{switch(b){case "_":case "s":case "?":case "i":case "d":case "b":case "'":case "array":case "map":a=!0;break a}a=!1}if(a)throw Error('Cannot override handler for ground type "'+b+'"');this.Oa[b]=this.options.handlers[b]}this.td=null!=this.options.preferStrings?this.options.preferStrings:this.Vc.td;this.Xd=null!=this.options.preferBuffers?this.options.preferBuffers:this.Vc.Xd;this.Sd=this.options.defaultHandler||
this.Vc.Sd;this.Gb=this.options.mapBuilder;this.Bc=this.options.arrayBuilder},zo=function(a,b,c,d,e){if(e){var f=[];for(e=0;e<b.length;e++)f.push(a.decode(b[e],c,d,!1));return f}f=c&&c.Ca;if(2===b.length&&"string"===typeof b[0]&&(e=a.decode(b[0],c,!1,!1))&&e instanceof xo)return b=b[1],f=a.Oa[e.vb],null!=f?f=f(a.decode(b,c,d,!0),a):fo(e.vb,a.decode(b,c,d,!1));c&&f!=c.Ca&&(c.Ca=f);if(a.Bc){if(32>=b.length&&a.Bc.fromArray){f=[];for(e=0;e<b.length;e++)f.push(a.decode(b[e],c,d,!1));return a.Bc.fromArray(f,
b)}f=a.Bc.init(b);for(e=0;e<b.length;e++)f=a.Bc.add(f,a.decode(b[e],c,d,!1),b);return a.Bc.finalize(f,b)}f=[];for(e=0;e<b.length;e++)f.push(a.decode(b[e],c,d,!1));return f},Ao=function(a,b){if("~"===b.charAt(0)){var c=b.charAt(1);if("~"===c||"^"===c||"`"===c)return b.substring(1);if("#"===c)return new xo(b.substring(2));var d=a.Oa[c];return null==d?a.Sd(c,b.substring(2)):d(b.substring(2),a)}return b},Bo=function(a){this.Te=new yo(a)},Co=function(a,b){this.pf=a;this.options=b||{};this.cache=this.options.cache?
this.options.cache:new Tn},Fo=function(a){if(null==a)return"null";if(a===String)return"string";if(a===Boolean)return"boolean";if(a===Number)return"number";if(a===Array)return"array";if(a===Object)return"map";var b=a[Do];null==b&&("undefined"!=typeof Object.defineProperty?(b=++Eo,Object.defineProperty(a,Do,{value:b,enumerable:!1})):a[Do]=b=++Eo);return b},Go=function(a,b){a=a.toString();for(var c=a.length;c<b;c++)a="0"+a;return a},Ho=function(){},Io=function(){},Jo=function(){},Ko=function(){},Lo=
function(){},Mo=function(){},No=function(){},Oo=function(){},Po=function(){},Qo=function(){},Ro=function(){},So=function(){},To=function(){},Uo=function(){},Vo=function(){},Wo=function(){},Xo=function(){},Yo=function(){},Zo=function(){this.Oa={};this.set(null,new Ho);this.set(String,new Io);this.set(Number,new Jo);this.set($APP.ja,new Ko);this.set(Boolean,new Lo);this.set(Array,new Mo);this.set(Object,new No);this.set(Date,new Po);this.set(jo,new Qo);this.set(go,new Ro);this.set(ho,new So);this.set(eo,
new To);this.set(vo,new Uo);this.set(oo,new Vo);this.set(no,new Wo);"undefined"!=typeof $APP.di.yd&&this.set($APP.di.yd,new Xo);"undefined"!=typeof Uint8Array&&this.set(Uint8Array,new Yo)},$o=function(a){this.Rb=a||{};this.td=null!=this.Rb.preferStrings?this.Rb.preferStrings:!0;this.xe=this.Rb.objectBuilder||null;this.transform=this.Rb.transform||null;this.Oa=new Zo;if(a=this.Rb.handlers){if(Un(a)||!a.forEach)throw Error('transit writer "handlers" option must be a map');var b=this;a.forEach(function(c,
d){if(void 0!==d)b.Oa.set(d,c);else throw Error("Cannot create handler for JavaScript undefined");})}this.Xc=this.Rb.handlerForForeign;this.vd=this.Rb.unpack||function(c){return c instanceof oo&&null===c.va?c.xa:!1};this.ed=this.Rb&&this.Rb.verbose||!1},ap=function(a,b,c,d,e){a=a+b+c;return e?e.write(a,d):a},cp=function(a,b,c){var d=[];if(Un(b))for(var e=0;e<b.length;e++)d.push(bp(a,b[e],!1,c));else b.forEach(function(f){d.push(bp(a,f,!1,c))});return d},dp=function(a,b){return"string"!==typeof b?
(a=a.Td(b))&&1===a.tag(b).length:!0},ep=function(a,b){var c=a.vd(b),d=!0;if(c){for(b=0;b<c.length&&(d=dp(a,c[b]),d);b+=2);return d}if(b.keys){c=b.keys();var e=null;if(c.next){for(e=c.next();!e.done;){d=dp(a,e.value);if(!d)break;e=c.next()}return d}}if(b.forEach)return b.forEach(function(f,g){d=d&&dp(a,g)}),d;throw Error("Cannot walk keys of object type "+(null==b?null:b.constructor).name);},fp=function(a){if(a.constructor.transit$isObject)return!0;var b=a.constructor.toString();b=b.substr(9);b=b.substr(0,
b.indexOf("("));b="Object"==b;"undefined"!=typeof Object.defineProperty?Object.defineProperty(a.constructor,"transit$isObject",{value:b,enumerable:!1}):a.constructor.transit$isObject=b;return b},gp=function(a,b,c){var d=null,e=null,f=null;d=null;var g=0;if(b.constructor===Object||null!=b.forEach||a.Xc&&fp(b)){if(a.ed){if(null!=b.forEach)if(ep(a,b)){var k={};b.forEach(function(l,p){k[bp(a,p,!0,!1)]=bp(a,l,!1,c)})}else{d=a.vd(b);e=[];f=ap("~#","cmap","",!0,c);if(d)for(;g<d.length;g+=2)e.push(bp(a,d[g],
!1,!1)),e.push(bp(a,d[g+1],!1,c));else b.forEach(function(l,p){e.push(bp(a,p,!1,!1));e.push(bp(a,l,!1,c))});k={};k[f]=e}else for(d=Wn(b),k={};g<d.length;g++)k[bp(a,d[g],!0,!1)]=bp(a,b[d[g]],!1,c);return k}if(null!=b.forEach){if(ep(a,b)){d=a.vd(b);k=["^ "];if(d)for(;g<d.length;g+=2)k.push(bp(a,d[g],!0,c)),k.push(bp(a,d[g+1],!1,c));else b.forEach(function(l,p){k.push(bp(a,p,!0,c));k.push(bp(a,l,!1,c))});return k}d=a.vd(b);e=[];f=ap("~#","cmap","",!0,c);if(d)for(;g<d.length;g+=2)e.push(bp(a,d[g],!1,
c)),e.push(bp(a,d[g+1],!1,c));else b.forEach(function(l,p){e.push(bp(a,p,!1,c));e.push(bp(a,l,!1,c))});return[f,e]}k=["^ "];for(d=Wn(b);g<d.length;g++)k.push(bp(a,d[g],!0,c)),k.push(bp(a,b[d[g]],!1,c));return k}if(null!=a.xe)return a.xe(b,function(l){return bp(a,l,!0,c)},function(l){return bp(a,l,!1,c)});g=(null==b?null:b.constructor).name;d=Error("Cannot write "+g);d.data={Wd:b,type:g};throw d;},bp=function(a,b,c,d){null!==a.transform&&(b=a.transform(b));var e=a.Td(b)||(a.Xc?a.Xc(b,a.Oa):null),f=
e?e.tag(b):null,g=e?e.rep(b):null;if(null!=e&&null!=f)switch(f){case "_":return c?ap("~","_","",c,d):null;case "s":return 0<g.length?(a=g.charAt(0),a="~"===a||"^"===a||"`"===a?"~"+g:g):a=g,ap("","",a,c,d);case "?":return c?ap("~","?",g.toString()[0],c,d):g;case "i":return Infinity===g?ap("~","z","INF",c,d):-Infinity===g?ap("~","z","-INF",c,d):isNaN(g)?ap("~","z","NaN",c,d):c||"string"===typeof g||g instanceof $APP.ja?ap("~","i",g.toString(),c,d):g;case "d":return c?ap(g.qf,"d",g,c,d):g;case "b":return ap("~",
"b",g,c,d);case "'":return a.ed?(c={},b=ap("~#","'","",!0,d),c[b]=bp(a,g,!1,d),d=c):d=[ap("~#","'","",!0,d),bp(a,g,!1,d)],d;case "array":return cp(a,g,d);case "map":return gp(a,g,d);default:a:{if(1===f.length){if("string"===typeof g){d=ap("~",f,g,c,d);break a}if(c||a.td){(a=a.ed&&e.getVerboseHandler())?(f=a.tag(b),g=a.stringRep(b,a)):g=e.stringRep(b,e);if(null!==g){d=ap("~",f,g,c,d);break a}d=Error('Tag "'+f+'" cannot be encoded as string');d.data={tag:f,rep:g,Wd:b};throw d;}}c=f;b=g;a.ed?(e={},e[ap("~#",
c,"",!0,d)]=bp(a,b,!1,d),d=e):d=[ap("~#",c,"",!0,d),bp(a,b,!1,d)]}return d}else throw d=(null==b?null:b.constructor).name,a=Error("Cannot write "+d),a.data={Wd:b,type:d},a;},hp=function(a,b){this.Kc=a;this.options=b||{};this.cache=!1===this.options.cache?null:this.options.cache?this.options.cache:new Sn},ip=function(a,b){if("json"===a||"json-verbose"===a||null==a)return a=new Bo(b),new Co(a,b);throw Error("Cannot create reader of type "+a);},jp=function(a,b){if("json"===a||"json-verbose"===a||null==
a)return"json-verbose"===a&&(null==b&&(b={}),b.verbose=!0),a=new $o(b),new hp(a,b);b=Error('Type must be "json"');b.data={type:a};throw b;},kp=function(a,b){for(var c=$APP.B($APP.za(b)),d=null,e=0,f=0;;)if(f<e){var g=d.ja(null,f);a[g]=$APP.Aa(b,g);f+=1}else if(c=$APP.B(c))d=c,$APP.ud(d)?(c=$APP.gc(d),f=$APP.hc(d),d=c,e=$APP.F(c),c=f):(c=$APP.C(d),a[c]=$APP.Aa(b,c),c=$APP.D(d),d=null,e=0),f=0;else break;return a},lp=function(){},mp=function(){},qp=function(){var a=new $APP.m(null,1,[np,$APP.v(op)],
null);return ip($APP.eh(pp),kp({handlers:$APP.Kj($APP.mj.A($APP.M([new $APP.m(null,6,["$",function(b){return $APP.Dh.l(b)},":",function(b){return $APP.wh.l(b)},"set",function(b){return $APP.Zf.o($APP.$g,b)},"list",function(b){return $APP.Zf.o($APP.Cc,b.reverse())},"cmap",function(b){for(var c=0,d=$APP.$b($APP.S);;)if(c<b.length){var e=c+2;d=$APP.cc(d,b[c],b[c+1]);c=e}else return $APP.bc(d)},"with-meta",function(b){return $APP.kd(b[0],b[1])}],null),$APP.Gi.o(np.l(a),wn)]))),defaultHandler:wn.l(np.l(a)),
mapBuilder:new lp,arrayBuilder:new mp,preferStrings:!1,preferBuffers:!1},$APP.Kj(Kn($APP.Gi.o(a,np)))))},rp=function(){},sp=function(){},tp=function(){},up=function(){},vp=function(){},wp=function(){},xp=function(){},yp=function(a,b){this.value=a;this.meta=b},zp=function(){},Dp=function(){var a=new $APP.m(null,1,[np,$APP.v(Ap)],null),b=new tp,c=new up,d=new vp,e=new wp,f=$APP.mj.A($APP.M([dn([$APP.Cg,$APP.Xd,$APP.m,$APP.tg,$APP.Lf,$APP.A,$APP.P,$APP.Kg,$APP.Wd,$APP.$d,$APP.Cf,$APP.Kf,$APP.xg,$APP.Ug,
yp,$APP.Tf,$APP.T,$APP.Vd,$APP.$c,$APP.Zg,$APP.Qg,$APP.Sg,$APP.wf,$APP.ch,$APP.ee,$APP.z,Nn,$APP.ih,$APP.Hg,$APP.Jg],[c,b,c,b,b,b,new rp,e,b,b,e,b,b,b,new zp,b,e,b,b,d,c,b,b,d,b,new sp,new xp,b,b,e]),"undefined"!==typeof Bp&&"undefined"!==typeof Cp&&"undefined"!==typeof $APP.Kh?$APP.Ce([$APP.Kh,b]):null,"undefined"!==typeof Bp&&"undefined"!==typeof Cp&&"undefined"!==typeof $APP.cf?$APP.Ce([$APP.cf,b]):null,"undefined"!==typeof Bp&&"undefined"!==typeof Cp&&"undefined"!==typeof $APP.Sf?$APP.Ce([$APP.Sf,
e]):null,np.l(a)]));return jp($APP.eh(pp),kp({objectBuilder:function(g,k,l){return $APP.Md(function(p,q,t){p.push(k.l?k.l(q):k.call(null,q),l.l?l.l(t):l.call(null,t));return p},["^ "],g)},handlers:function(){var g=um(f);g.forEach=function(k){for(var l=$APP.B(this),p=null,q=0,t=0;;)if(t<q){var u=p.ja(null,t),y=$APP.N(u,0,null);u=$APP.N(u,1,null);$APP.G.o(wn,y)?k.o?k.o(u,"default"):k.call(null,u,"default"):k.o?k.o(u,y):k.call(null,u,y);t+=1}else if(l=$APP.B(l))$APP.ud(l)?(p=$APP.gc(l),l=$APP.hc(l),
y=p,q=$APP.F(p),p=y):(p=$APP.C(l),y=$APP.N(p,0,null),u=$APP.N(p,1,null),$APP.G.o(wn,y)?k.o?k.o(u,"default"):k.call(null,u,"default"):k.o?k.o(u,y):k.call(null,u,y),l=$APP.D(l),p=null,q=0),t=0;else return null};return g}(),unpack:function(g){return g instanceof $APP.m?g.B:!1}},$APP.Kj($APP.Gi.o(a,np))))},Ep=function(){return qm("iPhone")&&!qm("iPod")&&!qm("iPad")},Fp=function(a){return Dp().write(a)},Gp=function(a){return qp().read(a)},Ip=function(a){if(null!=a&&null!=a.ge)a=a.ge(a,Hp);else{var b=Ip[$APP.da(null==
a?null:a)];if(null!=b)a=b.o?b.o(a,Hp):b.call(null,a,Hp);else if(b=Ip._,null!=b)a=b.o?b.o(a,Hp):b.call(null,a,Hp);else throw $APP.Xa("IStorageBackend.-get",a);}return a},Jp=function(a,b){if(null!=a&&null!=a.fe)a=a.fe(a,b);else{var c=Jp[$APP.da(null==a?null:a)];if(null!=c)a=c.o?c.o(a,b):c.call(null,a,b);else if(c=Jp._,null!=c)a=c.o?c.o(a,b):c.call(null,a,b);else throw $APP.Xa("IStorageBackend.-commit!",a);}return a},Mp=function(){this.store=Kp;this.key=Lp},Np=function(){var a=$APP.Ye(null);return function(b,
c){$APP.n($APP.v(a))&&$APP.di.clearTimeout($APP.v(a));if("function"!==typeof b)if(b&&"function"==typeof b.handleEvent)b=om(b.handleEvent,b);else throw Error("Invalid listener argument");c=2147483647<Number(c)?-1:$APP.di.setTimeout(b,c||0);return $APP.Ze(a,c)}},Pp=function(a,b,c,d,e){if(b===e.storageArea)if($APP.md(e.key)){e=Op;Op=!1;try{return $APP.Ze(a,d)}finally{Op=e}}else try{var f=Gp(e.key);if($APP.n(f))if($APP.G.o(f,c)){b=Op;Op=!1;try{var g=e.newValue;var k=$APP.ya(null==g?"":String(g))?d:Gp(g);
return $APP.Ze(a,k)}finally{Op=b}}else return null;else return null}catch(l){return null}else return null},Rp=function(a){for(var b=[],c=arguments.length,d=0;;)if(d<c)b.push(arguments[d]),d+=1;else break;$APP.re(Qp,0<b.length?new $APP.A(b.slice(0),0,null):null);$APP.w(Y,"\n")},Sp=function(a){if("number"===typeof a)return a;if("string"===typeof a&&1===a.length)return a.charCodeAt(0);throw Error("Argument to char must be a character or number");},Tp=function(a,b,c){var d=c;for(c=$APP.uf;;){if($APP.md(d))return new $APP.T(null,
2,5,$APP.U,[c,b],null);var e=$APP.C(d);d=$APP.D(d);e=$APP.re(a,new $APP.T(null,2,5,$APP.U,[e,b],null));b=$APP.N(e,0,null);e=$APP.N(e,1,null);c=$APP.Fg.o(c,b);b=e}},Up=function(a,b){var c=b;for(b=$APP.uf;;){var d=$APP.re(a,new $APP.T(null,1,5,$APP.U,[c],null));c=$APP.N(d,0,null);d=$APP.N(d,1,null);if($APP.Ua(c))return new $APP.T(null,2,5,$APP.U,[b,d],null);b=$APP.Fg.o(b,c);c=d}},Vp=function(a){return new $APP.T(null,2,5,$APP.U,[$APP.Zf.o($APP.S,function(){return function d(c){return new $APP.$d(null,
function(){for(;;){var e=$APP.B(c);if(e){if($APP.ud(e)){var f=$APP.gc(e),g=$APP.F(f),k=$APP.ce(g);a:for(var l=0;;)if(l<g){var p=$APP.dd(f,l),q=$APP.N(p,0,null);p=$APP.N(p,1,null);var t=$APP.N(p,0,null);$APP.N(p,1,null);k.add(new $APP.T(null,2,5,$APP.U,[q,t],null));l+=1}else{f=!0;break a}return f?$APP.fe($APP.he(k),d($APP.hc(e))):$APP.fe($APP.he(k),null)}f=$APP.C(e);k=$APP.N(f,0,null);f=$APP.N(f,1,null);g=$APP.N(f,0,null);$APP.N(f,1,null);return $APP.Yd(new $APP.T(null,2,5,$APP.U,[k,g],null),d($APP.Dc(e)))}return null}},
null,null)}(a)}()),$APP.Zf.o($APP.S,function(){return function d(c){return new $APP.$d(null,function(){for(;;){var e=$APP.B(c);if(e){if($APP.ud(e)){var f=$APP.gc(e),g=$APP.F(f),k=$APP.ce(g);a:for(var l=0;;)if(l<g){var p=$APP.dd(f,l),q=$APP.N(p,0,null);p=$APP.N(p,1,null);$APP.N(p,0,null);p=$APP.N(p,1,null);k.add(new $APP.T(null,2,5,$APP.U,[q,p],null));l+=1}else{f=!0;break a}return f?$APP.fe($APP.he(k),d($APP.hc(e))):$APP.fe($APP.he(k),null)}f=$APP.C(e);k=$APP.N(f,0,null);f=$APP.N(f,1,null);$APP.N(f,
0,null);f=$APP.N(f,1,null);return $APP.Yd(new $APP.T(null,2,5,$APP.U,[k,f],null),d($APP.Dc(e)))}return null}},null,null)}(a)}())],null)},Xp=function(a,b){return $APP.Zf.o($APP.S,function(){return function e(d){return new $APP.$d(null,function(){for(;;){var f=$APP.B(d);if(f){if($APP.ud(f)){var g=$APP.gc(f),k=$APP.F(g),l=$APP.ce(k);a:for(var p=0;;)if(p<k){var q=$APP.dd(g,p),t=$APP.N(q,0,null);q=$APP.N(q,1,null);l.add(new $APP.T(null,2,5,$APP.U,[t,new $APP.T(null,2,5,$APP.U,[q,b],null)],null));p+=1}else{g=
!0;break a}return g?$APP.fe($APP.he(l),e($APP.hc(f))):$APP.fe($APP.he(l),null)}g=$APP.C(f);l=$APP.N(g,0,null);g=$APP.N(g,1,null);return $APP.Yd(new $APP.T(null,2,5,$APP.U,[l,new $APP.T(null,2,5,$APP.U,[g,b],null)],null),e($APP.Dc(f)))}return null}},null,null)}(a)}())},Yp=function(){var a=Y;if(null!=a&&null!=a.Od)a=a.Od(a);else{var b=Yp[$APP.da(null==a?null:a)];if(null!=b)a=b.l?b.l(a):b.call(null,a);else if(b=Yp._,null!=b)a=b.l?b.l(a):b.call(null,a);else throw $APP.Xa("IPrettyFlush.-ppflush",a);}return a},
Zp=function(a,b){a=$APP.v($APP.v(a));return b.l?b.l(a):b.call(null,a)},$p=function(a,b,c){$APP.Ih.J($APP.v(a),$APP.W,b,c)},dq=function(a,b){$APP.G.o(b,"\n")?($p(a,aq,0),$p(a,bq,Zp(a,bq)+1)):$p(a,aq,Zp(a,aq)+1);return $APP.w(Zp(a,cq),b)},eq=function(a,b,c,d){this.Da=a;this.Vd=b;this.tc=c;this.bf=d;this.F=1074167808;this.P=0},fq=function(a,b,c,d,e,f,g,k,l,p,q,t,u){this.parent=a;this.bb=b;this.Ua=c;this.Ta=d;this.Ya=e;this.Za=f;this.prefix=g;this.ab=k;this.cb=l;this.$a=p;this.N=q;this.D=t;this.G=u;this.F=
2230716170;this.P=139264},hq=function(a,b){for(b=gq.l(b);;){if(null==b)return!1;if(a===b)return!0;b=gq.l(b)}},iq=function(a,b,c,d,e,f,g,k){this.V=a;this.data=b;this.Bb=c;this.U=d;this.T=e;this.N=f;this.D=g;this.G=k;this.F=2230716170;this.P=139264},jq=function(a,b,c,d,e,f,g,k){this.V=a;this.type=b;this.aa=c;this.U=d;this.T=e;this.N=f;this.D=g;this.G=k;this.F=2230716170;this.P=139264},kq=function(a,b,c,d,e,f,g){this.V=a;this.aa=b;this.U=c;this.T=d;this.N=e;this.D=f;this.G=g;this.F=2230716170;this.P=
139264},lq=function(a,b,c,d,e,f,g){this.V=a;this.aa=b;this.U=c;this.T=d;this.N=e;this.D=f;this.G=g;this.F=2230716170;this.P=139264},mq=function(a,b,c,d,e,f,g,k,l){this.V=a;this.aa=b;this.yb=c;this.offset=d;this.U=e;this.T=f;this.N=g;this.D=k;this.G=l;this.F=2230716170;this.P=139264},rq=function(a,b,c){b=$APP.B(b);for(var d=null,e=0,f=0;;)if(f<e){var g=d.ja(null,f);if(!$APP.G.o(nq.l(g),oq)){var k=pq.l($APP.v($APP.v(a)));$APP.n(k)&&$APP.w(cq.l($APP.v($APP.v(a))),k)}qq.o(a,g);$APP.Ih.J($APP.v(a),$APP.W,
pq,pq.l(g));g=pq.l($APP.v($APP.v(a)));$APP.n($APP.n(c)?g:c)&&($APP.w(cq.l($APP.v($APP.v(a))),g),$APP.Ih.J($APP.v(a),$APP.W,pq,null));f+=1}else if(b=$APP.B(b))$APP.ud(b)?(d=$APP.gc(b),b=$APP.hc(b),g=d,e=$APP.F(d),d=g):(g=$APP.C(b),$APP.G.o(nq.l(g),oq)||(d=pq.l($APP.v($APP.v(a))),$APP.n(d)&&$APP.w(cq.l($APP.v($APP.v(a))),d)),qq.o(a,g),$APP.Ih.J($APP.v(a),$APP.W,pq,pq.l(g)),g=pq.l($APP.v($APP.v(a))),$APP.n($APP.n(c)?g:c)&&($APP.w(cq.l($APP.v($APP.v(a))),g),$APP.Ih.J($APP.v(a),$APP.W,pq,null)),b=$APP.D(b),
d=null,e=0),f=0;else break},vq=function(a,b){var c=Zp(cq.l($APP.v($APP.v(a))),sq),d;(d=null==c)||(a=Zp(cq.l($APP.v($APP.v(a))),aq),b=(b=$APP.B(b))?tq.l($APP.bd(b))-uq.l($APP.C(b)):0,d=a+b<c);return d},xq=function(a,b,c){b=$APP.v(wq.l(b));return $APP.n(b)?b:!vq(a,c)},Aq=function(a,b,c){var d=yq.l($APP.v($APP.v(a))),e=Zp(cq.l($APP.v($APP.v(a))),sq);return $APP.n(d)?$APP.n(e)?(d=$APP.v(zq.l(b))>=e-d)?xq(a,b,c):d:e:d},Cq=function(a){var b=$APP.C(a),c=Bq.l(b);b=$APP.B(Zm(function(d){return!($APP.G.o(nq.l(d),
oq)&&hq(Bq.l(d),c))},$APP.D(a)));return new $APP.T(null,2,5,$APP.U,[b,$APP.B($APP.$e($APP.F(b)+1,a))],null)},Dq=function(a){var b=$APP.C(a),c=Bq.l(b);return $APP.B(Zm(function(d){var e=Bq.l(d);return!($APP.G.o(nq.l(d),oq)&&($APP.G.o(e,c)||hq(e,c)))},$APP.D(a)))},Hq=function(a,b){$APP.w(cq.l($APP.v($APP.v(a))),"\n");$APP.Ih.J($APP.v(a),$APP.W,pq,null);b=Bq.l(b);var c=Eq.l(b);$APP.n(c)&&$APP.w(cq.l($APP.v($APP.v(a))),c);c=$APP.re($APP.r,Om($APP.v(Fq.l(b))-$APP.F(c)," "));$APP.w(cq.l($APP.v($APP.v(a))),
c);a:for($APP.Ze(Gq.l(b),!0),$APP.Ze(wq.l(b),!0),a=gq.l(b);;)if($APP.n(a))$APP.Ze(wq.l(a),!0),$APP.Ze(Gq.l(a),!0),a=gq.l(a);else break a;return null},Iq=function(a){var b=$APP.B(Zm(function(c){return!$APP.G.o(nq.l(c),oq)},a));return new $APP.T(null,2,5,$APP.U,[b,$APP.B($APP.$e($APP.F(b),a))],null)},Lq=function(a){for(var b=Jq.l($APP.v($APP.v(a)));;){$APP.Ih.J($APP.v(a),$APP.W,Jq,$APP.Zf.o($APP.uf,b));if(vq(a,b))return null;var c=Kq(a,b);if(b!==c)b=c;else return null}},Mq=function(a,b){$APP.Ih.J($APP.v(a),
$APP.W,Jq,$APP.Fg.o(Jq.l($APP.v($APP.v(a))),b));return vq(a,Jq.l($APP.v($APP.v(a))))?null:Lq(a)},Nq=function(a){var b=pq.l($APP.v($APP.v(a)));return $APP.n(b)?($APP.w(cq.l($APP.v($APP.v(a))),b),$APP.Ih.J($APP.v(a),$APP.W,pq,null)):null},Uq=function(a,b){var c=$APP.$h(b,"\n",-1);if($APP.G.o($APP.F(c),1))return b;b=Eq.l($APP.C(Oq.l($APP.v($APP.v(a)))));var d=$APP.C(c);if($APP.G.o(Pq,Qq.l($APP.v($APP.v(a))))){var e=Rq.l($APP.v($APP.v(a))),f=e+$APP.F(d);$APP.Ih.J($APP.v(a),$APP.W,Rq,f);Mq(a,new iq(Sq,
d,null,e,f,null,null,null));Lq(a);d=Jq.l($APP.v($APP.v(a)));$APP.n(d)&&(rq(a,d,!0),$APP.Ih.J($APP.v(a),$APP.W,Jq,$APP.uf))}else Nq(a),$APP.w(cq.l($APP.v($APP.v(a))),d);$APP.w(cq.l($APP.v($APP.v(a))),"\n");a:for(d=$APP.uf,e=c;;)if($APP.D(e))d=$APP.Fg.o(d,$APP.C(e)),e=$APP.D(e);else{d=$APP.B(d);break a}d=$APP.B($APP.D(d));e=null;for(var g=f=0;;)if(g<f){var k=e.ja(null,g);$APP.w(cq.l($APP.v($APP.v(a))),k);$APP.w(cq.l($APP.v($APP.v(a))),"\n");$APP.n(b)&&$APP.w(cq.l($APP.v($APP.v(a))),b);g+=1}else if(d=
$APP.B(d))e=d,$APP.ud(e)?(d=$APP.gc(e),g=$APP.hc(e),e=d,f=$APP.F(d),d=g):(d=$APP.C(e),$APP.w(cq.l($APP.v($APP.v(a))),d),$APP.w(cq.l($APP.v($APP.v(a))),"\n"),$APP.n(b)&&$APP.w(cq.l($APP.v($APP.v(a))),b),d=$APP.D(e),e=null,f=0),g=0;else break;$APP.Ih.J($APP.v(a),$APP.W,Pq,Tq);return $APP.bd(c)},Vq=function(a,b,c,d,e,f){this.Da=a;this.Vd=b;this.ff=c;this.We=d;this.tc=e;this.cf=f;this.F=1074167808;this.P=0},br=function(a){var b=Wq,c=Xq,d=new fq(null,null,$APP.Ye(0),$APP.Ye(0),$APP.Ye(!1),$APP.Ye(!1),
null,null,null,null,null,null,null),e=$APP.Ye(dn([Oq,yq,Yq,Zq,$q,Qq,Rq,pq,cq,ar,Jq],[d,c,d,!0,null,Tq,0,null,new eq(a,b,$APP.Ye(new $APP.m(null,4,[sq,b,aq,0,bq,0,cq,a],null)),$APP.S),1,$APP.uf]));return new Vq(a,b,c,d,e,$APP.S)},fr=function(a,b){var c=Y;b=new fq(Oq.l($APP.v($APP.v(c))),null,$APP.Ye(0),$APP.Ye(0),$APP.Ye(!1),$APP.Ye(!1),a,null,b,null,null,null,null);$APP.Ih.J($APP.v(c),$APP.W,Oq,b);if($APP.G.o(Qq.l($APP.v($APP.v(c))),Tq)){Nq(c);var d=cr.l($APP.v($APP.v(c)));$APP.n(d)&&(d.l?d.l(dr):
d.call(null,dr));$APP.n(a)&&$APP.w(cq.l($APP.v($APP.v(c))),a);c=Zp(cq.l($APP.v($APP.v(c))),aq);$APP.Ze(b.Ua,c);$APP.Ze(b.Ta,c)}else d=Rq.l($APP.v($APP.v(c))),a=d+($APP.n(a)?$APP.F(a):0),$APP.Ih.J($APP.v(c),$APP.W,Rq,a),Mq(c,new kq(er,b,d,a,null,null,null))},jr=function(){var a=Y,b=Oq.l($APP.v($APP.v(a))),c=gr.l(b);if($APP.G.o(Qq.l($APP.v($APP.v(a))),Tq)){Nq(a);$APP.n(c)&&$APP.w(cq.l($APP.v($APP.v(a))),c);var d=cr.l($APP.v($APP.v(a)));$APP.n(d)&&(d.l?d.l(hr):d.call(null,hr))}else d=Rq.l($APP.v($APP.v(a))),
c=d+($APP.n(c)?$APP.F(c):0),$APP.Ih.J($APP.v(a),$APP.W,Rq,c),Mq(a,new lq(ir,b,d,c,null,null,null));$APP.Ih.J($APP.v(a),$APP.W,Oq,gq.l(b))},kr=function(a){var b=null!=a?a.F&32768||$APP.x===a.me?!0:a.F?!1:$APP.Va(wm,a):$APP.Va(wm,a);return b?Zq.l($APP.v($APP.v(a))):b},or=function(a){var b=lr;$APP.n(b)&&(b=$APP.Na,b=$APP.n(b)?lr>=$APP.Na:b);$APP.Ua(mr)?Qp.call(null,a):$APP.n(b)?$APP.w(Y,"..."):($APP.n(lr)&&(lr+=1),nr.call(null,a));return b},pr=function(a,b){if($APP.Ua(b.l?b.l(a):b.call(null,a)))throw Error(["Bad argument: ",
$APP.r.l(a),". It must be one of ",$APP.r.l(b)].join(""));},rr=function(){var a=$APP.nh;return $APP.n(a)?qr>=$APP.nh:a},wr=function(a){pr(a,new $APP.Zg(null,new $APP.m(null,4,[sr,null,tr,null,ur,null,vr,null],null),null));var b=Y;$APP.Ih.J($APP.v(b),$APP.W,Qq,Pq);var c=Rq.l($APP.v($APP.v(b))),d=Oq.l($APP.v($APP.v(b)));Mq(b,new jq(oq,a,d,c,c,null,null,null))},Ar=function(a,b){pr(a,new $APP.Zg(null,new $APP.m(null,2,[xr,null,yr,null],null),null));var c=Y,d=Oq.l($APP.v($APP.v(c)));if($APP.G.o(Qq.l($APP.v($APP.v(c))),
Tq)){Nq(c);var e=Fq.l(d);if($APP.n($APP.G.o?$APP.G.o(xr,a):$APP.G.call(null,xr,a)))a=$APP.v(zq.l(d));else if($APP.n($APP.G.o?$APP.G.o(yr,a):$APP.G.call(null,yr,a)))a=Zp(cq.l($APP.v($APP.v(c))),aq);else throw Error(["No matching clause: ",$APP.r.l(a)].join(""));$APP.Ze(e,b+a)}else e=Rq.l($APP.v($APP.v(c))),Mq(c,new mq(zr,d,a,b,e,e,null,null,null))},Fr=function(a,b,c){b="string"===typeof b?Br(b):b;c=Cr(c);a:{var d=new $APP.Fa,e=$APP.Ua(a)||!0===a?new $APP.mc(d):a,f=Dr(b)&&$APP.Ua(kr(e))?$APP.n(kr(e))?
e:br(e):e,g=Y;Y=f;try{try{Er(b,c)}finally{e!==f&&ym(f)}var k=$APP.Ua(a)?$APP.r.l(d):!0===a?$APP.rh($APP.r.l(d)):null;break a}finally{Y=g}k=void 0}return k},Hr=function(a,b){a=[$APP.r.l(a),"\n",$APP.r.l(Gr),"\n",$APP.r.l($APP.re($APP.r,Om(b," "))),"^\n"].join("");throw Error(a);},Ir=function(a,b,c,d,e,f){this.Tb=a;this.Ma=b;this.Sb=c;this.N=d;this.D=e;this.G=f;this.F=2230716170;this.P=139264},Cr=function(a){a=$APP.B(a);return new Ir(a,a,0,null,null,null)},Lr=function(a){var b=Jr.l(a);if($APP.n(b))return new $APP.T(null,
2,5,$APP.U,[$APP.C(b),new Ir(Kr.l(a),$APP.D(b),Rq.l(a)+1,null,null,null)],null);throw Error("Not enough arguments for format definition");},Mr=function(a){var b=Lr(a);a=$APP.N(b,0,null);b=$APP.N(b,1,null);a="string"===typeof a?Br(a):a;return new $APP.T(null,2,5,$APP.U,[a,b],null)},Or=function(a,b){return b>=Rq.l(a)?(b=Rq.l(a)-b,Nr.o?Nr.o(a,b):Nr.call(null,a,b)):new Ir(Kr.l(a),$APP.$e(b,Kr.l(a)),b,null,null,null)},Nr=function(a,b){var c=Rq.l(a)+b;return 0>b?Or(a,c):new Ir(Kr.l(a),$APP.$e(b,Jr.l(a)),
c,null,null,null)},Pr=function(a,b,c,d,e,f,g){this.func=a;this.Fb=b;this.Hb=c;this.offset=d;this.N=e;this.D=f;this.G=g;this.F=2230716170;this.P=139264},Ur=function(a,b){var c=$APP.N(a,0,null);a=$APP.N(a,1,null);var d=$APP.N(a,0,null);a=$APP.N(a,1,null);d=$APP.Cd(new $APP.Zg(null,new $APP.m(null,2,[Qr,null,Rr,null],null),null),c)?new $APP.T(null,2,5,$APP.U,[d,b],null):$APP.G.o(d,Sr)?Lr(b):$APP.G.o(d,Tr)?new $APP.T(null,2,5,$APP.U,[$APP.F(Jr.l(b)),b],null):new $APP.T(null,2,5,$APP.U,[d,b],null);b=$APP.N(d,
0,null);d=$APP.N(d,1,null);return new $APP.T(null,2,5,$APP.U,[new $APP.T(null,2,5,$APP.U,[c,new $APP.T(null,2,5,$APP.U,[b,a],null)],null),d],null)},Vr=function(a,b){b=Tp(Ur,b,a);a=$APP.N(b,0,null);b=$APP.N(b,1,null);return new $APP.T(null,2,5,$APP.U,[$APP.Zf.o($APP.S,a),b],null)},es=function(a,b,c){c=Lr(c);var d=$APP.N(c,0,null);c=$APP.N(c,1,null);if($APP.Ad(d))if($APP.G.o(Wr,10))var e=[$APP.r.l(d),$APP.n(Xr)?".":null].join("");else{e=$APP.r;var f=e.l;if($APP.n(Xr)){var g=$APP.O(Yr,Wr);g=$APP.n(g)?
g:["#",$APP.r.l(Wr),"r"].join("")}else g=null;e=[f.call(e,g),$APP.r.l(Zr(Wr,d))].join("")}else e=null;a=$APP.n(e)?e:a.l?a.l(d):a.call(null,d);d=a.length;e=d+$r.l(b);e=e>=as.l(b)?e:e+($APP.Qd(as.l(b)-e-1,bs.l(b))+1)*bs.l(b);d=$APP.re($APP.r,Om(e-d,cs.l(b)));$APP.n(Rr.l(b))?ds.A($APP.M([[$APP.r.l(d),$APP.r.l(a)].join("")])):ds.A($APP.M([[$APP.r.l(a),$APP.r.l(d)].join("")]));return c},fs=function(a,b){return gn($APP.C(Up(function(c){return 0<c?new $APP.T(null,2,5,$APP.U,[Gm(c,a),$APP.Qd(c,a)],null):
new $APP.T(null,2,5,$APP.U,[null,null],null)},b)))},Zr=function(a,b){return 0===b?"0":$APP.re($APP.r,$APP.af.o(function(c){return 10>c?Em(Sp("0")+c):Em(Sp("a")+(c-10))},fs(a,b)))},gs=function(a,b){return gn($APP.C(Up(function(c){return new $APP.T(null,2,5,$APP.U,[$APP.B(gn(bn(a,c))),$APP.B($APP.$e(a,c))],null)},gn(b))))},ks=function(a,b,c){c=Lr(c);var d=$APP.N(c,0,null);c=$APP.N(c,1,null);if($APP.Ad(d)||"number"===typeof d&&!isNaN(d)&&Infinity!==d&&parseFloat(d)!==parseInt(d,10)&&$APP.G.o(d,Math.floor(d))){var e=
0>d,f=Zr(a,e?-d:d);a=$APP.n(Qr.l(b))?function(){var g=$APP.af.o(function(l){return $APP.re($APP.r,l)},gs(hs.l(b),f)),k=Om($APP.F(g),is.l(b));return $APP.re($APP.r,$APP.D(en.o(k,g)))}():f;a=e?["-",$APP.r.l(a)].join(""):$APP.n(Rr.l(b))?["+",$APP.r.l(a)].join(""):a;a=a.length<as.l(b)?[$APP.r.l($APP.re($APP.r,Om(as.l(b)-a.length,cs.l(b)))),$APP.r.l(a)].join(""):a;ds.A($APP.M([a]))}else es(js,new $APP.m(null,5,[as,as.l(b),bs,1,$r,0,cs,cs.l(b),Rr,!0],null),Cr(new $APP.T(null,1,5,$APP.U,[d],null)));return c},
ns=function(a){var b=$APP.Qd(a,100);a=Gm(a,100);var c=0<b?[$APP.r.l($APP.Wc(ls,b))," hundred"].join(""):null,d=$APP.r,e=d.l;if(0<a)if(20>a)var f=$APP.Wc(ls,a);else{f=$APP.Qd(a,10);var g=Gm(a,10);f=[$APP.r.l(0<f?$APP.Wc(ms,f):null),0<f&&0<g?"-":null,$APP.r.l(0<g?$APP.Wc(ls,g):null)].join("")}else f=null;return[c,0<b&&0<a?" ":null,e.call(d,f)].join("")},ps=function(a,b){var c=$APP.F(a),d=$APP.uf;--c;var e=$APP.C(a);for(a=$APP.D(a);;){if(null==a)return[$APP.r.l($APP.re($APP.r,fn(", ",d))),$APP.md(e)||
$APP.md(d)?null:", ",$APP.r.l(e),!$APP.md(e)&&0<c+b?[" ",$APP.r.l($APP.Wc(os,c+b))].join(""):null].join("");d=$APP.md(e)?d:$APP.Fg.o(d,[$APP.r.l(e)," ",$APP.r.l($APP.Wc(os,c+b))].join(""));--c;e=$APP.C(a);a=$APP.D(a)}},qs=function(a,b){b=Lr(b);var c=$APP.N(b,0,null);b=$APP.N(b,1,null);if("number"===typeof c&&0<c&&4E3>c){var d=fs(10,c);c=$APP.uf;for(var e=$APP.F(d)-1;;)if($APP.md(d)){ds.A($APP.M([$APP.re($APP.r,c)]));break}else{var f=$APP.C(d);c=$APP.G.o(0,f)?c:$APP.Fg.o(c,$APP.Wc($APP.Wc(a,e),f-1));
--e;d=$APP.D(d)}}else ks(10,new $APP.m(null,5,[as,0,cs," ",is,",",hs,3,Qr,!0],null),Cr(new $APP.T(null,1,5,$APP.U,[c],null)));return b},ss=function(a,b){a=Lr(b);b=$APP.N(a,0,null);a=$APP.N(a,1,null);var c=Sp(b);b=c&127;c&=128;var d=$APP.O(rs,b);0<c&&ds.A($APP.M(["Meta-"]));ds.A($APP.M([$APP.n(d)?d:32>b?["Control-",$APP.r.l(Em(b+64))].join(""):$APP.G.o(b,127)?"Control-?":Em(b)]));return a},us=function(a,b){var c=Lr(b);b=$APP.N(c,0,null);c=$APP.N(c,1,null);a=ts.l(a);if($APP.n($APP.G.o?$APP.G.o("o",
a):$APP.G.call(null,"o",a)))Fr(!0,"\\o~3,'0o",$APP.M([Sp(b)]));else if($APP.n($APP.G.o?$APP.G.o("u",a):$APP.G.call(null,"u",a)))Fr(!0,"\\u~4,'0x",$APP.M([Sp(b)]));else if($APP.n($APP.G.o?$APP.G.o(null,a):$APP.G.call(null,null,a)))$APP.w(Y,$APP.n($APP.G.o?$APP.G.o("\b",b):$APP.G.call(null,"\b",b))?"\\backspace":$APP.n($APP.G.o?$APP.G.o(" ",b):$APP.G.call(null," ",b))?"\\space":$APP.n($APP.G.o?$APP.G.o("\t",b):$APP.G.call(null,"\t",b))?"\\tab":$APP.n($APP.G.o?$APP.G.o("\n",b):$APP.G.call(null,"\n",
b))?"\\newline":$APP.n($APP.G.o?$APP.G.o("\f",b):$APP.G.call(null,"\f",b))?"\\formfeed":$APP.n($APP.G.o?$APP.G.o("\r",b):$APP.G.call(null,"\r",b))?"\\return":$APP.n($APP.G.o?$APP.G.o('"',b):$APP.G.call(null,'"',b))?'\\"':$APP.n($APP.G.o?$APP.G.o("\\",b):$APP.G.call(null,"\\",b))?"\\\\":["\\",$APP.r.l(b)].join(""));else throw Error(["No matching clause: ",$APP.r.l(a)].join(""));return c},vs=function(a,b){b=Lr(b);a=$APP.N(b,0,null);b=$APP.N(b,1,null);ds.A($APP.M([a]));return b},ys=function(a){a=$APP.C(a);
return $APP.G.o(ws,a)||$APP.G.o(xs,a)},Cs=function(a,b,c){return $APP.ad(Tp(function(d,e){if(ys(e))return new $APP.T(null,2,5,$APP.U,[null,e],null);e=Vr(zs.l(d),e);var f=$APP.N(e,0,null);e=$APP.N(e,1,null);var g=Vp(f);f=$APP.N(g,0,null);g=$APP.N(g,1,null);f=$APP.W.s(f,As,c);return new $APP.T(null,2,5,$APP.U,[null,$APP.re(Bs.l(d),new $APP.T(null,3,5,$APP.U,[f,e,g],null))],null)},b,a))},Ds=function(a){a=$APP.r.l(a).toLowerCase();var b=a.indexOf("e"),c=a.indexOf(".");a=0>b?0>c?new $APP.T(null,2,5,$APP.U,
[a,$APP.r.l(a.length-1)],null):new $APP.T(null,2,5,$APP.U,[[a.substring(0,c),a.substring(c+1)].join(""),$APP.r.l(c-1)],null):0>c?new $APP.T(null,2,5,$APP.U,[a.substring(0,b),a.substring(b+1)],null):new $APP.T(null,2,5,$APP.U,[[a.substring(0,1),a.substring(2,b)].join(""),a.substring(b+1)],null);b=$APP.N(a,0,null);a=$APP.N(a,1,null);a:if(c=$APP.F(b),0<c&&$APP.G.o($APP.Wc(b,$APP.F(b)-1),"0"))for(--c;;){if(0>c){b="";break a}if($APP.G.o($APP.Wc(b,c),"0"))--c;else{b=b.substring(0,c+1);break a}}a:{c=b;var d=
$APP.F(c);if(0<d&&$APP.G.o($APP.Wc(c,0),"0"))for(var e=0;;){if($APP.G.o(e,d)||!$APP.G.o($APP.Wc(c,e),"0")){c=c.substring(e);break a}e+=1}}b=$APP.F(b)-$APP.F(c);a=0<$APP.F(a)&&$APP.G.o($APP.Wc(a,0),"+")?a.substring(1):a;return $APP.md(c)?new $APP.T(null,2,5,$APP.U,["0",0],null):new $APP.T(null,2,5,$APP.U,[c,parseInt(a,10)-b],null)},Es=function(a,b,c,d){if($APP.n($APP.n(c)?c:d)){var e=$APP.F(a);d=$APP.n(d)?2>d?2:d:0;$APP.n(c)?c=b+c+1:0<=b?(c=b+1,--d,c=c>d?c:d):c=d+b;var f=$APP.G.o(c,0)?new $APP.T(null,
4,5,$APP.U,[["0",$APP.r.l(a)].join(""),b+1,1,e+1],null):new $APP.T(null,4,5,$APP.U,[a,b,c,e],null);c=$APP.N(f,0,null);e=$APP.N(f,1,null);d=$APP.N(f,2,null);f=$APP.N(f,3,null);if($APP.n(d)){if(0>d)return new $APP.T(null,3,5,$APP.U,["0",0,!1],null);if(f>d){b=$APP.Wc(c,d);a=c.substring(0,d);if(Sp(b)>=Sp("5")){a:for(b=$APP.F(a)-1,c=b|0;;){if(0>c){c=$APP.se($APP.r,"1",Om(b+1,"0"));break a}if($APP.G.o("9",a.charAt(c)))--c;else{c=$APP.te($APP.r,a.substring(0,c),Em(Sp(a.charAt(c))+1),Om(b-c,"0"));break a}}a=
$APP.F(c)>a.length;b=$APP.U;a&&(d=c,c=$APP.F(c)-1,c=d.substring(0,c));return new $APP.T(null,3,5,b,[c,e,a],null)}return new $APP.T(null,3,5,$APP.U,[a,e,!1],null)}}}return new $APP.T(null,3,5,$APP.U,[a,b,!1],null)},Fs=function(a,b,c){var d=0>b?new $APP.T(null,2,5,$APP.U,[[$APP.r.l($APP.re($APP.r,Om(-b-1,"0"))),$APP.r.l(a)].join(""),-1],null):new $APP.T(null,2,5,$APP.U,[a,b],null);a=$APP.N(d,0,null);var e=$APP.N(d,1,null);d=$APP.F(a);c=$APP.n(c)?e+c+1:e+1;c=d<c?[$APP.r.l(a),$APP.r.l($APP.re($APP.r,
Om(c-d,"0")))].join(""):a;0>b?b=[".",$APP.r.l(c)].join(""):(b+=1,b=[c.substring(0,b),".",c.substring(b)].join(""));return b},Gs=function(a,b){return 0>b?[".",$APP.r.l(a)].join(""):[a.substring(0,b),".",a.substring(b)].join("")},Ls=function(a,b){var c=Hs.l(a),d=Is.l(a);b=Lr(b);var e=$APP.N(b,0,null);b=$APP.N(b,1,null);var f=0>e?new $APP.T(null,2,5,$APP.U,["-",-e],null):new $APP.T(null,2,5,$APP.U,["+",e],null),g=$APP.N(f,0,null);f=$APP.N(f,1,null);f=Ds(f);var k=$APP.N(f,0,null),l=$APP.N(f,1,null)+Js.l(a);
f=function(){var u=Rr.l(a);return $APP.n(u)?u:0>e}();var p=$APP.Ua(d)&&$APP.F(k)-1<=l,q=Es(k,l,d,$APP.n(c)?c-($APP.n(f)?1:0):null);k=$APP.N(q,0,null);l=$APP.N(q,1,null);q=$APP.N(q,2,null);k=Fs(k,$APP.n(q)?l+1:l,d);d=$APP.n($APP.n(c)?$APP.n(d)?1<=d&&$APP.G.o(k.charAt(0),"0")&&$APP.G.o(k.charAt(1),".")&&k.length>c-($APP.n(f)?1:0):d:c)?k.substring(1):k;l=$APP.G.o($APP.C(d),".");if($APP.n(c)){k=d.length;k=$APP.n(f)?k+1:k;l=l&&!(k>=c);p=p&&!(k>=c);var t=l||p?k+1:k;$APP.n(function(){var u=t>c;return u?
Ks.l(a):u}())?ds.A($APP.M([$APP.re($APP.r,Om(c,Ks.l(a)))])):ds.A($APP.M([[$APP.r.l($APP.re($APP.r,Om(c-t,cs.l(a)))),$APP.r.l($APP.n(f)?g:null),l?"0":null,d,p?"0":null].join("")]))}else ds.A($APP.M([[$APP.r.l($APP.n(f)?g:null),l?"0":null,d,p?"0":null].join("")]));return b},Os=function(a,b){b=Lr(b);var c=$APP.N(b,0,null);b=$APP.N(b,1,null);var d=Ds(0>c?-c:c);$APP.N(d,0,null);for($APP.N(d,1,null);;){var e=$APP.N(d,0,null),f=$APP.N(d,1,null),g=Hs.l(a),k=Is.l(a),l=Ms.l(a),p=Js.l(a),q=function(){var J=
Ns.l(a);return $APP.n(J)?J:"E"}();d=function(){var J=Rr.l(a);return $APP.n(J)?J:0>c}();var t=0>=p,u=f-(p-1),y=$APP.r.l(Math.abs(u));q=[$APP.r.l(q),0>u?"-":"+",$APP.r.l($APP.n(l)?$APP.re($APP.r,Om(l-y.length,"0")):null),y].join("");var E=q.length;u=$APP.F(e);e=[$APP.r.l($APP.re($APP.r,Om(-p,"0"))),$APP.r.l(e),$APP.r.l($APP.n(k)?$APP.re($APP.r,Om(k-(u-1)-(0>p?-p:0),"0")):null)].join("");u=$APP.n(g)?g-E:null;e=Es(e,0,$APP.G.o(p,0)?k-1:0<p?k:0>p?k-1:null,$APP.n(u)?u-($APP.n(d)?1:0):null);u=$APP.N(e,0,
null);$APP.N(e,1,null);y=$APP.N(e,2,null);e=Gs(u,p);k=$APP.G.o(p,$APP.F(u))&&null==k;if($APP.Ua(y)){if($APP.n(g)){f=e.length+E;f=$APP.n(d)?f+1:f;var I=(t=t&&!$APP.G.o(f,g))?f+1:f;f=k&&I<g;$APP.n(function(){var J=I>g;J||(J=l,J=$APP.n(J)?E-2>l:J);return $APP.n(J)?Ks.l(a):J}())?ds.A($APP.M([$APP.re($APP.r,Om(g,Ks.l(a)))])):ds.A($APP.M([[$APP.r.l($APP.re($APP.r,Om(g-I-(f?1:0),cs.l(a)))),$APP.n(d)?0>c?"-":"+":null,t?"0":null,e,f?"0":null,q].join("")]))}else ds.A($APP.M([[$APP.n(d)?0>c?"-":"+":null,t?"0":
null,e,k?"0":null,q].join("")]));break}else d=new $APP.T(null,2,5,$APP.U,[u,f+1],null)}return b},Ps=function(a,b,c){var d=Lr(b),e=$APP.N(d,0,null);$APP.N(d,1,null);d=Ds(0>e?-e:e);var f=$APP.N(d,0,null);d=$APP.N(d,1,null);var g=Hs.l(a),k=Is.l(a),l=Ms.l(a);d=$APP.G.o(e,0)?0:d+1;e=$APP.n(l)?l+2:4;g=$APP.n(g)?g-e:null;$APP.n(k)?f=k:(f=$APP.F(f),k=7>d?d:7,f=f>k?f:k);d=f-d;return 0<=d&&d<=f?(a=Ls(new $APP.m(null,6,[Hs,g,Is,d,Js,0,Ks,Ks.l(a),cs,cs.l(a),Rr,Rr.l(a)],null),b,c),ds.A($APP.M([$APP.re($APP.r,
Om(e," "))])),a):Os(a,b,c)},Rs=function(a,b){b=Lr(b);var c=$APP.N(b,0,null);b=$APP.N(b,1,null);var d=Ds(Math.abs(c)),e=$APP.N(d,0,null),f=$APP.N(d,1,null),g=Is.l(a),k=Qs.l(a);d=Hs.l(a);var l=function(){var q=Rr.l(a);return $APP.n(q)?q:0>c}(),p=Es(e,f,g,null);e=$APP.N(p,0,null);f=$APP.N(p,1,null);p=$APP.N(p,2,null);g=Fs(e,$APP.n(p)?f+1:f,g);k=[$APP.r.l($APP.re($APP.r,Om(k-g.indexOf("."),"0"))),g].join("");g=k.length+($APP.n(l)?1:0);ds.A($APP.M([[$APP.n(function(){var q=Qr.l(a);return $APP.n(q)?l:q}())?
0>c?"-":"+":null,$APP.r.l($APP.re($APP.r,Om(d-g,cs.l(a)))),$APP.n(function(){var q=$APP.Ua(Qr.l(a));return q?l:q}())?0>c?"-":"+":null,k].join("")]));return b},Vs=function(a,b){var c=Ss.l(a);c=$APP.n(c)?new $APP.T(null,2,5,$APP.U,[c,b],null):Lr(b);b=$APP.N(c,0,null);c=$APP.N(c,1,null);var d=Ts.l(a);b=0>b||b>=$APP.F(d)?$APP.C(Us.l(a)):$APP.Wc(d,b);return $APP.n(b)?Cs(b,c,As.l(a)):c},Ws=function(a,b){var c=Lr(b);b=$APP.N(c,0,null);c=$APP.N(c,1,null);var d=Ts.l(a);b=$APP.n(b)?$APP.ad(d):$APP.C(d);return $APP.n(b)?
Cs(b,c,As.l(a)):c},Xs=function(a,b){var c=Lr(b),d=$APP.N(c,0,null);c=$APP.N(c,1,null);var e=Ts.l(a);e=$APP.n(d)?$APP.C(e):null;return $APP.n(d)?$APP.n(e)?Cs(e,b,As.l(a)):b:c},$s=function(a,b){var c=Ys.l(a),d=$APP.C(Ts.l(a));d=$APP.md(d)?Mr(b):new $APP.T(null,2,5,$APP.U,[d,b],null);b=$APP.N(d,0,null);d=$APP.N(d,1,null);d=Lr(d);var e=$APP.N(d,0,null);d=$APP.N(d,1,null);var f=0;e=Cr(e);for(var g=-1;;){if($APP.Ua(c)&&$APP.G.o(Rq.l(e),g)&&1<f)throw Error("%{ construct not consuming any arguments: Infinite loop!");
g=$APP.md(Jr.l(e))&&($APP.Ua(Qr.l(Zs.l(a)))||0<f);if($APP.n(g?g:$APP.n(c)?f>=c:c))return d;g=Cs(b,e,As.l(a));if($APP.G.o(ws,$APP.C(g)))return d;f+=1;var k=Rq.l(e);e=g;g=k}},at=function(a,b){var c=Ys.l(a),d=$APP.C(Ts.l(a));d=$APP.md(d)?Mr(b):new $APP.T(null,2,5,$APP.U,[d,b],null);b=$APP.N(d,0,null);d=$APP.N(d,1,null);d=Lr(d);var e=$APP.N(d,0,null);d=$APP.N(d,1,null);for(var f=0;;){var g=$APP.md(e)&&($APP.Ua(Qr.l(Zs.l(a)))||0<f);if($APP.n(g?g:$APP.n(c)?f>=c:c))return d;g=Cs(b,Cr($APP.C(e)),Cr($APP.D(e)));
if($APP.G.o(xs,$APP.C(g)))return d;f+=1;e=$APP.D(e)}},bt=function(a,b){var c=Ys.l(a),d=$APP.C(Ts.l(a)),e=$APP.md(d)?Mr(b):new $APP.T(null,2,5,$APP.U,[d,b],null);b=$APP.N(e,0,null);d=0;e=$APP.N(e,1,null);for(var f=-1;;){if($APP.Ua(c)&&$APP.G.o(Rq.l(e),f)&&1<d)throw Error("%@{ construct not consuming any arguments: Infinite loop!");f=$APP.md(Jr.l(e))&&($APP.Ua(Qr.l(Zs.l(a)))||0<d);if($APP.n(f?f:$APP.n(c)?d>=c:c))return e;f=Cs(b,e,As.l(a));if($APP.G.o(ws,$APP.C(f)))return $APP.ad(f);d+=1;var g=Rq.l(e);
e=f;f=g}},ct=function(a,b){var c=Ys.l(a),d=$APP.C(Ts.l(a)),e=$APP.md(d)?Mr(b):new $APP.T(null,2,5,$APP.U,[d,b],null);b=$APP.N(e,0,null);d=0;for(e=$APP.N(e,1,null);;){var f=$APP.md(Jr.l(e))&&($APP.Ua(Qr.l(Zs.l(a)))||0<d);if($APP.n(f?f:$APP.n(c)?d>=c:c))return e;f=Jr.l(e);f=$APP.n(f)?new $APP.T(null,2,5,$APP.U,[$APP.C(f),new Ir(Kr.l(e),$APP.D(f),Rq.l(e)+1,null,null,null)],null):new $APP.T(null,2,5,$APP.U,[null,e],null);e=$APP.N(f,0,null);f=$APP.N(f,1,null);e=Cs(b,Cr(e),f);if($APP.G.o(xs,$APP.C(e)))return f;
e=f;d+=1}},ft=function(a,b){if($APP.n(Qr.l(Zs.l(a)))){var c=Ts.l(a),d=$APP.F(c),e=1<d?dt.l(zs.l($APP.C($APP.C(c)))):$APP.n(Qr.l(a))?"(":null,f=$APP.Wc(c,1<d?1:0);c=2<d?dt.l(zs.l($APP.C($APP.Wc(c,2)))):$APP.n(Qr.l(a))?")":null;d=Lr(b);b=$APP.N(d,0,null);d=$APP.N(d,1,null);if($APP.n(rr()))$APP.w(Y,"#");else{var g=qr,k=lr;qr+=1;lr=0;try{fr(e,c),Cs(f,Cr(b),As.l(a)),jr()}finally{lr=k,qr=g}}a=d}else a=et(a,b);return a},gt=function(a,b,c){for(var d=$APP.uf;;){if($APP.md(a))return new $APP.T(null,2,5,$APP.U,
[d,b],null);var e=$APP.C(a);a:{var f=new $APP.Fa,g=Y;Y=new $APP.mc(f);try{var k=new $APP.T(null,2,5,$APP.U,[Cs(e,b,c),$APP.r.l(f)],null);break a}finally{Y=g}k=void 0}b=$APP.N(k,0,null);e=$APP.N(k,1,null);if($APP.G.o(ws,$APP.C(b)))return new $APP.T(null,2,5,$APP.U,[d,$APP.ad(b)],null);a=$APP.D(a);d=$APP.Fg.o(d,e)}},et=function(a,b){var c=function(){var Q=Us.l(a);return $APP.n(Q)?gt(Q,b,As.l(a)):null}(),d=$APP.N(c,0,null);d=$APP.N(d,0,null);c=$APP.N(c,1,null);var e=$APP.n(c)?c:b;c=function(){var Q=
ht.l(a);return $APP.n(Q)?Vr(Q,e):null}();var f=$APP.N(c,0,null);c=$APP.N(c,1,null);var g=$APP.n(c)?c:e;c=function(){var Q=$APP.C(it.l(f));return $APP.n(Q)?Q:0}();var k=function(){var Q=$APP.C(jt.l(f));return $APP.n(Q)?Q:Zp(Y,sq)}(),l=Ts.l(a);g=gt(l,g,As.l(a));var p=$APP.N(g,0,null);g=$APP.N(g,1,null);var q=function(){var Q=$APP.F(p)-1+($APP.n(Qr.l(a))?1:0)+($APP.n(Rr.l(a))?1:0);return 1>Q?1:Q}();l=$APP.Kd(kt,$APP.af.o($APP.F,p));var t=as.l(a),u=$r.l(a),y=bs.l(a),E=l+q*u;t=E<=t?t:t+y*(1+$APP.Qd(E-
t-1,y));var I=t-l;l=function(){var Q=$APP.Qd(I,q);return u>Q?u:Q}();y=I-l*q;l=$APP.re($APP.r,Om(l,cs.l(a)));$APP.n($APP.n(d)?Zp(cq.l($APP.v($APP.v(Y))),aq)+c+t>k:d)&&ds.A($APP.M([d]));c=y;for(var J=p,K=function(){var Q=Qr.l(a);return $APP.n(Q)?Q:$APP.G.o($APP.F(J),1)&&$APP.Ua(Rr.l(a))}();;)if($APP.B(J))ds.A($APP.M([[$APP.r.l($APP.Ua(K)?$APP.C(J):null),$APP.r.l($APP.n(function(){var Q=K;return $APP.n(Q)?Q:(Q=$APP.D(J))?Q:Rr.l(a)}())?l:null),$APP.r.l(0<c?cs.l(a):null)].join("")])),--c,J=d=$APP.n(K)?
J:$APP.D(J),K=!1;else break;return g},lt=function(a,b){this.Da=a;this.df=b;this.F=1074135040;this.P=0},mt=function(a){return new lt(a,$APP.S)},nt=function(a,b){this.Da=a;this.ef=b;this.F=1074135040;this.P=0},ot=function(a){return new nt(a,$APP.S)},pt=function(a,b){var c=$APP.C(a);return $APP.re($APP.r,$APP.C(Up(function(d){if($APP.md(d))return new $APP.T(null,2,5,$APP.U,[null,null],null);var e=RegExp("\\W\\w","g").exec(d);e=$APP.n(e)?e.index+1:e;return $APP.n(e)?new $APP.T(null,2,5,$APP.U,[[d.substring(0,
e),$APP.Wc(d,e).toUpperCase()].join(""),d.substring(e+1)],null):new $APP.T(null,2,5,$APP.U,[d,null],null)},$APP.n($APP.n(b)?$APP.n(c)?tm(c):c:b)?[c.toUpperCase(),a.substring(1)].join(""):a)))},qt=function(a,b,c){this.Da=a;this.ad=b;this.Ye=c;this.F=1074135040;this.P=0},rt=function(a){return new qt(a,$APP.Ye(!0),$APP.S)},st=function(a,b,c){this.Da=a;this.Mc=b;this.Ze=c;this.F=1074135040;this.P=0},tt=function(a){return new st(a,$APP.Ye(!1),$APP.S)},ut=function(a,b){var c=$APP.n(Qr.l(a))?yr:xr;Ar(c,
Qs.l(a));return b},vt=function(a,b){a=$APP.n(Qr.l(a))?$APP.n(Rr.l(a))?sr:ur:$APP.n(Rr.l(a))?tr:vr;wr(a);return b},xt=function(a){var b=$APP.N(a,0,null),c=$APP.N(a,1,null),d=$APP.N(a,2,null);a=new RegExp(wt.source,"g");var e=a.exec(b);return $APP.n(e)?(d=$APP.C(e),b=b.substring(a.lastIndex),a=c+a.lastIndex,$APP.G.o(",",$APP.Wc(b,0))?new $APP.T(null,2,5,$APP.U,[new $APP.T(null,2,5,$APP.U,[d,c],null),new $APP.T(null,3,5,$APP.U,[b.substring(1),a+1,!0],null)],null):new $APP.T(null,2,5,$APP.U,[new $APP.T(null,
2,5,$APP.U,[d,c],null),new $APP.T(null,3,5,$APP.U,[b,a,!1],null)],null)):$APP.n(d)?Hr("Badly formed parameters in format directive",c):new $APP.T(null,2,5,$APP.U,[null,new $APP.T(null,2,5,$APP.U,[b,c],null)],null)},yt=function(a){var b=$APP.N(a,0,null);a=$APP.N(a,1,null);return new $APP.T(null,2,5,$APP.U,[$APP.G.o(b.length,0)?null:$APP.G.o(b.length,1)&&$APP.Cd(new $APP.Zg(null,new $APP.m(null,2,["V",null,"v",null],null),null),$APP.Wc(b,0))?Sr:$APP.G.o(b.length,1)&&$APP.G.o("#",$APP.Wc(b,0))?Tr:$APP.G.o(b.length,
2)&&$APP.G.o("'",$APP.Wc(b,0))?$APP.Wc(b,1):parseInt(b,10),a],null)},At=function(a,b){return Up(function(c){var d=$APP.N(c,0,null),e=$APP.N(c,1,null);c=$APP.N(c,2,null);if($APP.md(d))return new $APP.T(null,2,5,$APP.U,[null,new $APP.T(null,3,5,$APP.U,[d,e,c],null)],null);var f=$APP.O(zt,$APP.C(d));return $APP.n(f)?$APP.Cd(c,f)?Hr(['Flag "',$APP.r.l($APP.C(d)),'" appears more than once in a directive'].join(""),e):new $APP.T(null,2,5,$APP.U,[!0,new $APP.T(null,3,5,$APP.U,[d.substring(1),e+1,$APP.W.s(c,
f,new $APP.T(null,2,5,$APP.U,[!0,e],null))],null)],null):new $APP.T(null,2,5,$APP.U,[null,new $APP.T(null,3,5,$APP.U,[d,e,c],null)],null)},new $APP.T(null,3,5,$APP.U,[a,b,$APP.S],null))},Et=function(a,b){var c=Bt.l(a);$APP.n(function(){var d=$APP.Ua(Rr.l(c));return d?Rr.l(b):d}())&&Hr(['"@" is an illegal flag for format directive "',$APP.r.l(Ct.l(a)),'"'].join(""),$APP.Wc(Rr.l(b),1));$APP.n(function(){var d=$APP.Ua(Qr.l(c));return d?Qr.l(b):d}())&&Hr(['":" is an illegal flag for format directive "',
$APP.r.l(Ct.l(a)),'"'].join(""),$APP.Wc(Qr.l(b),1));$APP.n(function(){var d=$APP.Ua(Dt.l(c));return d?(d=Rr.l(b),$APP.n(d)?Qr.l(b):d):d}())&&Hr(['Cannot combine "@" and ":" flags for format directive "',$APP.r.l(Ct.l(a)),'"'].join(""),function(){var d=$APP.Wc(Qr.l(b),1),e=$APP.Wc(Rr.l(b),1);return d<e?d:e}())},Gt=function(a,b,c,d){Et(a,c);$APP.F(b)>$APP.F(zs.l(a))&&Hr(Fr(null,'Too many parameters for directive "~C": ~D~:* ~[were~;was~:;were~] specified but only ~D~:* ~[are~;is~:;are~] allowed',$APP.M([Ct.l(a),
$APP.F(b),$APP.F(zs.l(a))])),$APP.ad($APP.C(b)));$APP.kh($APP.af.s(function(e,f){var g=$APP.C(e);return null==g||$APP.Cd(Ft,g)||$APP.G.o($APP.ad($APP.ad(f)),$APP.Wa(g))?null:Hr(["Parameter ",$APP.eh($APP.C(f)),' has bad type in directive "',$APP.r.l(Ct.l(a)),'": ',$APP.r.l($APP.Wa(g))].join(""),$APP.ad(e))},b,zs.l(a)));return $APP.mj.A($APP.M([$APP.Zf.o($APP.S,gn(function(){return function g(f){return new $APP.$d(null,function(){for(;;){var k=$APP.B(f);if(k){if($APP.ud(k)){var l=$APP.gc(k),p=$APP.F(l),
q=$APP.ce(p);a:for(var t=0;;)if(t<p){var u=$APP.dd(l,t),y=$APP.N(u,0,null);u=$APP.N(u,1,null);u=$APP.N(u,0,null);q.add(new $APP.T(null,2,5,$APP.U,[y,new $APP.T(null,2,5,$APP.U,[u,d],null)],null));t+=1}else{l=!0;break a}return l?$APP.fe($APP.he(q),g($APP.hc(k))):$APP.fe($APP.he(q),null)}l=$APP.C(k);q=$APP.N(l,0,null);l=$APP.N(l,1,null);l=$APP.N(l,0,null);return $APP.Yd(new $APP.T(null,2,5,$APP.U,[q,new $APP.T(null,2,5,$APP.U,[l,d],null)],null),g($APP.Dc(k)))}return null}},null,null)}(zs.l(a))}())),
$APP.$a(function(e,f){return $APP.se($APP.W,e,f)},$APP.S,$m(function(e){return $APP.C($APP.Wc(e,1))},Jm($APP.Tg(zs.l(a)),b))),c]))},Jt=function(a,b){b=Up(xt,new $APP.T(null,3,5,$APP.U,[a,b,!1],null));a=$APP.N(b,0,null);var c=$APP.N(b,1,null);b=$APP.N(c,0,null);c=$APP.N(c,1,null);b=At(b,c);$APP.N(b,0,null);b=$APP.N(b,1,null);var d=$APP.N(b,0,null),e=$APP.N(b,1,null);b=$APP.N(b,2,null);c=$APP.C(d);var f=$APP.O(Ht,c.toUpperCase()),g=$APP.n(f)?Gt(f,$APP.af.o(yt,a),b,e):null;$APP.Ua(c)&&Hr("Format string ended in the middle of a directive",
e);$APP.Ua(f)&&Hr(['Directive "',$APP.r.l(c),'" is undefined'].join(""),e);return new $APP.T(null,2,5,$APP.U,[new Pr(function(){var k=It.l(f);return k.o?k.o(g,e):k.call(null,g,e)}(),f,g,e,null,null,null),function(){var k=d.substring(1),l=e+1;if($APP.G.o("\n",Ct.l(f))&&$APP.Ua(Qr.l(g)))a:{var p=new $APP.T(null,2,5,$APP.U,[" ","\t"],null);p=$APP.nd(p)?$APP.dh(p):$APP.ah([p]);for(var q=0;;){var t;(t=$APP.G.o(q,$APP.F(k)))||(t=$APP.Wc(k,q),t=p.l?p.l(t):p.call(null,t),t=$APP.Ua(t));if(t){p=q;break a}q+=
1}}else p=0;return new $APP.T(null,2,5,$APP.U,[k.substring(p),l+p],null)}()],null)},Kt=function(a,b){return new Pr(function(c,d){ds.A($APP.M([a]));return d},null,new $APP.m(null,1,[dt,a],null),b,null,null,null)},Pt=function(a,b){var c=Lt(Mt.l(Nt.l(a)),Ot.l(a),b);b=$APP.N(c,0,null);c=$APP.N(c,1,null);return new $APP.T(null,2,5,$APP.U,[new Pr(Bs.l(a),Nt.l(a),$APP.mj.A($APP.M([zs.l(a),Xp(b,Ot.l(a))])),Ot.l(a),null,null,null),c],null)},Tt=function(a,b,c){return Up(function(d){if($APP.md(d))return Hr("No closing bracket found.",
b);var e=$APP.C(d);d=$APP.D(d);if($APP.n(Qt.l(Mt.l(Nt.l(e)))))e=Pt(e,d);else if($APP.G.o(Qt.l(a),Ct.l(Nt.l(e))))e=new $APP.T(null,2,5,$APP.U,[null,new $APP.T(null,4,5,$APP.U,[Rt,zs.l(e),null,d],null)],null);else{var f=St.l(Mt.l(Nt.l(e)));f=$APP.n(f)?Qr.l(zs.l(e)):f;e=$APP.n(f)?new $APP.T(null,2,5,$APP.U,[null,new $APP.T(null,4,5,$APP.U,[Us,null,zs.l(e),d],null)],null):$APP.n(St.l(Mt.l(Nt.l(e))))?new $APP.T(null,2,5,$APP.U,[null,new $APP.T(null,4,5,$APP.U,[St,null,null,d],null)],null):new $APP.T(null,
2,5,$APP.U,[e,d],null)}return e},c)},Lt=function(a,b,c){return $APP.ad(Up(function(d){var e=$APP.N(d,0,null),f=$APP.N(d,1,null);d=$APP.N(d,2,null);var g=Tt(a,b,d);d=$APP.N(g,0,null);var k=$APP.N(g,1,null);g=$APP.N(k,0,null);var l=$APP.N(k,1,null),p=$APP.N(k,2,null);k=$APP.N(k,3,null);return $APP.G.o(g,Rt)?new $APP.T(null,2,5,$APP.U,[null,new $APP.T(null,2,5,$APP.U,[Nm($APP.xk,$APP.M([e,$APP.Ce([$APP.n(f)?Us:Ts,new $APP.T(null,1,5,$APP.U,[d],null),Zs,l])])),k],null)],null):$APP.G.o(g,Us)?$APP.n(Us.l(e))?
Hr('Two else clauses ("~:;") inside bracket construction.',b):$APP.Ua(Us.l(a))?Hr('An else clause ("~:;") is in a bracket type that doesn\'t support it.',b):$APP.G.o(Ut,Us.l(a))&&$APP.B(Ts.l(e))?Hr('The else clause ("~:;") is only allowed in the first position for this directive.',b):$APP.G.o(Ut,Us.l(a))?new $APP.T(null,2,5,$APP.U,[!0,new $APP.T(null,3,5,$APP.U,[Nm($APP.xk,$APP.M([e,new $APP.m(null,2,[Us,new $APP.T(null,1,5,$APP.U,[d],null),ht,p],null)])),!1,k],null)],null):new $APP.T(null,2,5,$APP.U,
[!0,new $APP.T(null,3,5,$APP.U,[Nm($APP.xk,$APP.M([e,new $APP.m(null,1,[Ts,new $APP.T(null,1,5,$APP.U,[d],null)],null)])),!0,k],null)],null):$APP.G.o(g,St)?$APP.n(f)?Hr('A plain clause (with "~;") follows an else clause ("~:;") inside bracket construction.',b):$APP.Ua(Vt.l(a))?Hr('A separator ("~;") is in a bracket type that doesn\'t support it.',b):new $APP.T(null,2,5,$APP.U,[!0,new $APP.T(null,3,5,$APP.U,[Nm($APP.xk,$APP.M([e,new $APP.m(null,1,[Ts,new $APP.T(null,1,5,$APP.U,[d],null)],null)])),
!1,k],null)],null):null},new $APP.T(null,3,5,$APP.U,[new $APP.m(null,1,[Ts,$APP.uf],null),!1,c],null)))},Wt=function(a){return $APP.C(Up(function(b){var c=$APP.C(b);b=$APP.D(b);var d=Mt.l(Nt.l(c));return $APP.n(Qt.l(d))?Pt(c,b):new $APP.T(null,2,5,$APP.U,[c,b],null)},a))},Br=function(a){var b=Gr;Gr=a;try{return Wt($APP.C(Up(function(c){var d=$APP.N(c,0,null);c=$APP.N(c,1,null);if($APP.md(d))return new $APP.T(null,2,5,$APP.U,[null,d],null);var e=d.indexOf("~");return 0>e?new $APP.T(null,2,5,$APP.U,
[Kt(d,c),new $APP.T(null,2,5,$APP.U,["",c+d.length],null)],null):0===e?Jt(d.substring(1),c+1):new $APP.T(null,2,5,$APP.U,[Kt(d.substring(0,e),c),new $APP.T(null,2,5,$APP.U,[d.substring(e),e+c],null)],null)},new $APP.T(null,2,5,$APP.U,[a,0],null))))}finally{Gr=b}},Er=function(a,b){Tp(function(c,d){if(ys(d))return new $APP.T(null,2,5,$APP.U,[null,d],null);d=Vr(zs.l(c),d);var e=$APP.N(d,0,null);d=$APP.N(d,1,null);var f=Vp(e);e=$APP.N(f,0,null);f=$APP.N(f,1,null);e=$APP.W.s(e,As,d);return new $APP.T(null,
2,5,$APP.U,[null,$APP.re(Bs.l(c),new $APP.T(null,3,5,$APP.U,[e,d,f],null))],null)},b,a);return null},Yt=function(a){var b=$APP.C(a);b=Xt.l?Xt.l(b):Xt.call(null,b);return $APP.n($APP.n(b)?$APP.G.o(2,$APP.F(a)):b)?($APP.w(Y,b),or($APP.ad(a)),!0):null},$t=function(a){if($APP.n(rr()))$APP.w(Y,"#");else{var b=qr,c=lr;qr+=1;lr=0;try{fr("[","]");for(var d=0,e=$APP.B(a);;){if($APP.Ua($APP.Na)||d<$APP.Na){if(e&&(or($APP.C(e)),$APP.D(e))){$APP.w(Y," ");wr(vr);a=d+1;var f=$APP.D(e);d=a;e=f;continue}}else $APP.w(Y,
"...");break}jr()}finally{lr=c,qr=b}}return null},nu=function(a){var b=$APP.sd(a)?null:function(){var l=new $APP.xc(function(){return $APP.Fh},au,dn([bu,$APP.pl,$APP.X,cu,du,eu,bq,fu,gu,hu,iu],[!0,ju,ku,"cljs/core.cljs",15,1,10696,10696,lu(new $APP.T(null,1,5,$APP.U,[mu],null)),"Returns [lifted-ns lifted-map] or nil if m can't be lifted.",$APP.n($APP.Fh)?$APP.Fh.ma:null]));return l.l?l.l(a):l.call(null,a)}(),c=$APP.N(b,0,null);b=$APP.N(b,1,null);var d=$APP.n(b)?b:a,e=$APP.n(c)?["#:",$APP.r.l(c),"{"].join(""):
"{";if($APP.n(rr()))$APP.w(Y,"#");else{c=qr;b=lr;qr+=1;lr=0;try{fr(e,"}");e=0;for(var f=$APP.B(d);;){if($APP.Ua($APP.Na)||e<$APP.Na){if(f){if($APP.n(rr()))$APP.w(Y,"#");else{d=qr;var g=lr;qr+=1;lr=0;try{fr(null,null),or($APP.C($APP.C(f))),$APP.w(Y," "),wr(vr),lr=0,or($APP.C($APP.D($APP.C(f)))),jr()}finally{lr=g,qr=d}}if($APP.D(f)){$APP.w(Y,", ");wr(vr);d=e+1;var k=$APP.D(f);e=d;f=k;continue}}}else $APP.w(Y,"...");break}jr()}finally{lr=b,qr=c}}return null},ou=function(a){return $APP.w(Y,$APP.Nh.A($APP.M([a])))},
wu=function(a){return a instanceof $APP.Lf?pu:(null!=a?a.F&32768||$APP.x===a.me||(a.F?0:$APP.Va(wm,a)):$APP.Va(wm,a))?qu:a instanceof $APP.z?ru:$APP.wd(a)?su:$APP.rd(a)?tu:$APP.td(a)?uu:$APP.od(a)?vu:null==a?null:wn},Cu=function(a){return $APP.td(a)?new $APP.T(null,2,5,$APP.U,["[","]"],null):new $APP.T(null,2,5,$APP.U,["(",")"],null)},Eu=function(a){if($APP.pd(a)){var b=Cu(a),c=$APP.N(b,0,null),d=$APP.N(b,1,null),e=$APP.B(a),f=$APP.C(e),g=$APP.D(e);if($APP.n(rr()))$APP.w(Y,"#");else{var k=qr,l=lr,
p=qr+1;qr=p;lr=0;try{fr(c,d);(function(){var Ba=Du("~w~:i");return function(){function mb(Eb){var Ga=null;if(0<arguments.length){Ga=0;for(var Oa=Array(arguments.length-0);Ga<Oa.length;)Oa[Ga]=arguments[Ga+0],++Ga;Ga=new $APP.A(Oa,0,null)}return Kb.call(this,Ga)}function Kb(Eb){Eb=Cr(Eb);return Er(Ba,Eb)}mb.M=0;mb.K=function(Eb){Eb=$APP.B(Eb);return Kb(Eb)};mb.A=Kb;return mb}()})()(f);for(var q=g;;)if($APP.B(q)){(function(){var Ba=Du(" ");return function(mb,Kb,Eb){return function(){function Ga(Z){var ba=
null;if(0<arguments.length){ba=0;for(var la=Array(arguments.length-0);ba<la.length;)la[ba]=arguments[ba+0],++ba;ba=new $APP.A(la,0,null)}return Oa.call(this,ba)}function Oa(Z){Z=Cr(Z);return Er(Eb,Z)}Ga.M=0;Ga.K=function(Z){Z=$APP.B(Z);return Oa(Z)};Ga.A=Oa;return Ga}()}(q," ",Ba,k,l,p,0,b,c,d,a,e,f,g,f,g)})()();var t=$APP.C(q);if($APP.pd(t)){var u=Cu(t),y=$APP.N(u,0,null),E=$APP.N(u,1,null);if($APP.n(rr()))$APP.w(Y,"#");else{var I=qr,J=lr,K=qr+1;qr=K;lr=0;try{fr(y,E);if($APP.G.o($APP.F(t),3)&&$APP.ad(t)instanceof
$APP.P){var Q=t,V=$APP.N(Q,0,null),ha=$APP.N(Q,1,null),qa=$APP.N(Q,2,null);(function(){var Ba=Du("~w ~w ");return function(mb,Kb,Eb){return function(){function Ga(Z){var ba=null;if(0<arguments.length){ba=0;for(var la=Array(arguments.length-0);ba<la.length;)la[ba]=arguments[ba+0],++ba;ba=new $APP.A(la,0,null)}retu
gitextract_0z66tzxp/
├── .clj-kondo/
│ └── config.edn
├── .gitignore
├── ENV
├── LICENSE.md
├── Makefile
├── Procfile
├── README.md
├── bin/
│ ├── analytics
│ ├── archive-database-month
│ ├── download-live-data
│ └── rename-minidawn-sprites.cljs
├── build/
│ ├── public/
│ │ ├── css/
│ │ │ └── style.css
│ │ ├── game.html
│ │ ├── index.html
│ │ ├── js/
│ │ │ ├── main.js
│ │ │ ├── manifest.edn
│ │ │ ├── shared.js
│ │ │ └── twemojisearch.js
│ │ ├── manifest.json
│ │ ├── sw.js
│ │ └── twemojisearch.html
│ └── server.js
├── package.json
├── public/
│ ├── css/
│ │ └── style.css
│ ├── game.html
│ ├── i18n/
│ │ └── en.json
│ ├── index.html
│ ├── manifest.json
│ ├── sw.js
│ └── twemojisearch.html
├── shadow-cljs.edn
└── src/
└── rogule/
├── emoji.cljs
├── engine.cljs
├── generator.cljs
├── loader.clj
├── map.cljs
├── server.cljs
├── twemojis.cljc
├── twemojisearch.cljs
├── ui.cljs
└── util.cljs
SYMBOL INDEX (1259 symbols across 3 files)
FILE: build/public/js/main.js
function B (line 2) | function B(){throw Error("setTimeout has not been defined");}
function M (line 2) | function M(){throw Error("clearTimeout has not been defined");}
function ca (line 2) | function ca(O){if(C===setTimeout)return setTimeout(O,0);if((C===B||!C)&&...
function Q (line 2) | function Q(O){if(K===clearTimeout)return clearTimeout(O);if((K===M||!K)&...
function ma (line 3) | function ma(){ha&&pa&&(ha=!1,pa.length?I=pa.concat(I):Fa=-1,I.length&&ka...
function ka (line 3) | function ka(){if(!ha){var O=ca(ma);ha=!0;for(var da=I.length;da;){pa=I;f...
function H (line 3) | function H(O,da){this.fun=O;this.array=da}
function w (line 3) | function w(){}
function B (line 6) | function B(Q){if(void 0===Q)throw new ReferenceError("this hasn't been i...
function M (line 6) | function M(Q,ma){Q.prototype=Object.create(ma.prototype);Q.prototype.con...
function ma (line 6) | function ma(t,q){return(t%q+q)%q}
function ka (line 6) | function ka(t,q,k){void 0===q&&(q=
function H (line 7) | function H(t){return t.charAt(0).toUpperCase()+t.substring(1)}
function w (line 7) | function w(t){for(var q=arguments.length,k=Array(1<q?q-1:0),d=1;d<q;d++)...
function C (line 7) | function C(t){var q;
function K (line 8) | function K(t){for(var q=arguments.length,k=Array(1<q?q-1:0),d=1;d<q;d++)...
function I (line 9) | function I(t,q,k){void 0===k&&(k=.5);for(var d=t.slice(),f=0;3>f;f++)d[f...
function ha (line 9) | function ha(t,q,k){void 0===k&&(k=.5);t=pa(t);q=pa(q);for(var d=0;3>d;d+...
function pa (line 9) | function pa(t){var q=t[0]/255,k=t[1]/255;t=t[2]/255;var d=Math.max(q,k,t...
function Fa (line 9) | function Fa(t,q,k){0>
function O (line 10) | function O(t){var q=t[2];if(0==t[1])return q=Math.round(255*q),[q,q,q];v...
function da (line 10) | function da(t,q,k){var d=t.createShader(t.VERTEX_SHADER);t.shaderSource(...
function qa (line 11) | function qa(t){var q=new Float32Array([0,0,1,0,0,1,1,1]),k=t.createBuffe...
function sa (line 12) | function sa(t){if(!(t in F)){if("transparent"==t)var q=[0,0,0,0];else if...
function oa (line 12) | function oa(t){t=C(t);return 36*Math.floor(.0234375*t[0])+6*Math.floor(....
function Ba (line 12) | function Ba(t,q){var k=[],d=0;t.replace(fa,function(g,l,m,n){var u=t.sub...
function Sa (line 13) | function Sa(t,q){q||(q=Infinity);for(var k=0,d=0,f=-1;k<t.length;){var g...
function Ma (line 14) | function Ma(t,q,k,d){d={type:0,value:t[q].value.substring(k+(d?
function Ua (line 15) | function Ua(t,q,k){k[q[t+1]]=k[t];q[k[t]]=q[t+1];k[t]=t+1;q[t+1]=t}
function Ca (line 15) | function Ca(t,q,k){k[q[t]]=k[t];q[k[t]]=q[t];k[t]=t;q[t]=t}
function t (line 15) | function t(){this._c=this._s2=this._s1=this._s0=this._seed=0}
function t (line 18) | function t(){}
function q (line 18) | function q(){var d=t.call(this)||this;d._ctx=document.createElement("can...
function q (line 20) | function q(){var d=t.call(this)||this;d._spacingX=0;d._spacingY=0;d._hex...
function k (line 24) | function k(){var f=q.call(this)||this;
function q (line 29) | function q(){var d=t.call(this)||this;d._colorCanvas=document.createElem...
function q (line 41) | function q(){var d=t.call(this)||this;d._uniforms={};try{d._gl=d._initWe...
function q (line 49) | function q(){var d=t.call(this)||this;d._offset=[0,0];d._cursor=[-1,-1];...
function q (line 52) | function q(d){void 0===d&&(d={});this._data={};this._dirty=!1;this._opti...
function t (line 57) | function t(k){this._options={words:!1,order:3,prior:.001};Object.assign(...
function t (line 61) | function t(){this.heap=[];this.timestamp=0}
function t (line 65) | function t(){this._time=0;this._events=new bb}
function t (line 66) | function t(){this._queue=new Xb;this._repeat=[];this._current=null}
function q (line 67) | function q(){return t.apply(this,arguments)||this}
function q (line 67) | function q(){return t.apply(this,
function q (line 68) | function q(){var d=t.call(this)||this;d._defaultDuration=1;d._duration=d...
function t (line 70) | function t(q,k){void 0===k&&(k={});this._lightPasses=q;this._options=Obj...
function q (line 71) | function q(){return t.apply(this,arguments)||this}
function q (line 73) | function q(){return t.apply(this,arguments)||this}
function q (line 75) | function q(){return t.apply(this,arguments)||this}
function t (line 77) | function t(q,k){void 0===q&&(q=80);void 0===k&&(k=25);this._width=q;this...
function q (line 78) | function q(){return t.apply(this,arguments)||this}
function q (line 78) | function q(d,f){d=t.call(this,d,f)||this;d._rooms=[];d._corridors=[];ret...
function q (line 79) | function q(d,f,g,l,m,n){var u=t.call(this)||this;u._x1=d;u._y1=f;u._x2=g...
function q (line 83) | function q(d,f,g,l){var m=t.call(this)||this;m._startX=d;m._startY=f;m._...
function q (line 86) | function q(d,f,g){d=t.call(this,d,f)||this;d._options={roomWidth:[3,9],r...
function q (line 94) | function q(d,f,g){void 0===g&&(g={});d=t.call(this,d,f)||this;d._options...
function q (line 101) | function q(d,f,g){void 0===g&&(g={});d=t.call(this,d,f)||this;d._options...
function d (line 107) | function d(m,n){return 1==f[m][n]}
function q (line 107) | function q(){return t.apply(this,arguments)||this}
function q (line 108) | function q(){var d=t.apply(this,arguments)||this;d._stack=[];d._map=[];r...
function q (line 111) | function q(d,f,g){void 0===g&&(g=0);d=t.call(this,d,f)||this;d._regulari...
function q (line 113) | function q(d,f,g){d=t.call(this,d,f)||this;d.map=[];d.rooms=[];d.connect...
function q (line 122) | function q(k){void 0===k&&(k=256);var d=t.call(this)||this;d._gradients=...
function t (line 124) | function t(q,k,d,f){void 0===f&&(f={});this._toX=q;this._toY=k;this._pas...
function q (line 125) | function q(d,f,g,l){g=t.call(this,d,f,g,l)||this;g._computed={};g._todo=...
function q (line 126) | function q(d,f,g,l){void 0===l&&(l={});d=t.call(this,d,f,g,l)||this;d._t...
function t (line 128) | function t(k){this._scheduler=k;this._lock=1}
function t (line 129) | function t(k,d){void 0===d&&(d={});this._reflectivityCallback=k;this._op...
function B (line 138) | function B(M){let ca=5381;for(let Q=0;Q<M.length;Q++)ca=(ca<<5)+ca^M.cha...
function Q (line 139) | function Q(w){var C=this,K=H();C.next=function(){var I=2091639*C.s0+2.32...
function ma (line 139) | function ma(w,C){C.c=w.c;C.s0=w.s0;C.s1=w.s1;C.s2=w.s2;return C}
function ka (line 139) | function ka(w,C){var K=new Q(w);w=C&&C.state;var I=K.next;I.int32=functi...
function H (line 140) | function H(){var w=4022871197;return function(C){C=String(C);for(var K=0...
function Q (line 142) | function Q(H){var w=this,C="";w.x=0;w.y=0;w.z=0;w.w=0;w.next=function(){...
function ma (line 142) | function ma(H,w){w.x=H.x;w.y=H.y;w.z=H.z;w.w=H.w;return w}
function ka (line 142) | function ka(H,w){var C=new Q(H);H=w&&w.state;w=function(){return(C.next(...
function Q (line 144) | function Q(H){var w=this,C="";w.next=function(){var K=w.x^w.x>>>2;w.x=w....
function ma (line 144) | function ma(H,w){w.x=H.x;w.y=H.y;w.z=H.z;w.w=H.w;w.v=H.v;w.d=H.d;return w}
function ka (line 144) | function ka(H,w){var C=new Q(H);H=w&&w.state;w=function(){return(C.next(...
function Q (line 146) | function Q(H){var w=this;w.next=function(){var C=w.x,K=w.i;var I=C[K];I^...
function ma (line 147) | function ma(H,w){w.x=H.x.slice();w.i=H.i;return w}
function ka (line 147) | function ka(H,w){null==H&&(H=+new Date);var C=new Q(H);H=w&&w.state;w=fu...
function Q (line 149) | function Q(H){var w=this;w.next=function(){var C=w.w,K=w.X,I=w.i;w.w=C=C...
function ma (line 150) | function ma(H,w){w.i=H.i;w.w=H.w;w.X=H.X.slice();return w}
function ka (line 150) | function ka(H,w){null==H&&(H=+new Date);var C=new Q(H);H=w&&w.state;w=fu...
function Q (line 152) | function Q(H){var w=this,C="";w.next=function(){var K=w.b,I=w.c,ha=w.d,p...
function ma (line 152) | function ma(H,w){w.a=H.a;w.b=H.b;w.c=H.c;w.d=H.d;return w}
function ka (line 152) | function ka(H,w){var C=new Q(H);
function Q (line 155) | function Q(O,da,qa){var sa=[];da=1==da?{entropy:!0}:da||{};O=w(H(da.entr...
function ma (line 156) | function ma(O){var da,qa=O.length,sa=this,oa=0,Ba=sa.i=sa.j=0,Sa=sa.S=[]...
function ka (line 156) | function ka(O,da){da.i=O.i;da.j=O.j;da.S=O.S.slice();return da}
function H (line 157) | function H(O,da){var qa=[],sa=typeof O,oa;if(da&&"object"==sa)for(oa in ...
function w (line 157) | function w(O,da){O+="";for(var qa,sa=0;sa<O.length;)da[255&sa]=255&(qa^=...
function C (line 157) | function C(){try{var O;Fa&&(O=Fa.randomBytes)?O=O(256):(O=new Uint8Array...
function K (line 157) | function K(O){return String.fromCharCode.apply(0,
function c (line 169) | function c(l,p,q){return new $APP.T(null,2,5,$APP.U,[a.s?a.s(l,p,q):a.ca...
function d (line 169) | function d(l,p){return new $APP.T(null,2,5,$APP.U,[a.o?a.o(l,p):a.call(n...
function e (line 169) | function e(l){return new $APP.T(null,
function f (line 170) | function f(){return new $APP.T(null,2,5,$APP.U,[a.I?a.I():a.call(null),b...
function l (line 170) | function l(q,t,u,y){var E=null;if(3<arguments.length){E=0;for(var I=Arra...
function p (line 170) | function p(q,t,u,y){return new $APP.T(null,2,5,$APP.U,[$APP.ue(a,q,t,u,y...
function a (line 172) | function a(f,g,k){f=null==f?0:f;return $APP.Kc.s?$APP.Kc.s(f,g,k):$APP.K...
function b (line 172) | function b(f,g){f=null==f?0:f;return $APP.Kc.o?$APP.Kc.o(f,g):$APP.Kc.ca...
function c (line 172) | function c(f){f=null==f?0:f;return $APP.Kc.l?$APP.Kc.l(f):$APP.Kc.call(n...
function f (line 172) | function f(k,l,p,q){var t=null;if(3<arguments.length){t=0;for(var u=Arra...
function g (line 173) | function g(k,l,p,q){return $APP.ue($APP.Kc,null==k?0:k,l,p,q)}
function b (line 174) | function b(g,k){return $APP.Ua(a.o?a.o(g,k):a.call(null,g,k))}
function c (line 174) | function c(g){return $APP.Ua(a.l?a.l(g):a.call(null,g))}
function d (line 174) | function d(){return $APP.Ua(a.I?a.I():a.call(null))}
function g (line 174) | function g(l,p,q){var t=null;if(2<arguments.length){t=0;for(var u=Array(...
function k (line 175) | function k(l,p,q){return $APP.Ua($APP.te(a,l,p,q))}
function a (line 185) | function a(){var d=ln(65536).toString(16);switch(d.length){case 1:return...
function mb (line 293) | function mb(Eb){var Ga=null;if(0<arguments.length){Ga=0;for(var Oa=Array...
function Kb (line 293) | function Kb(Eb){Eb=Cr(Eb);return Er(Ba,Eb)}
function Ga (line 293) | function Ga(Z){var ba=
function Oa (line 294) | function Oa(Z){Z=Cr(Z);return Er(Eb,Z)}
function Ga (line 295) | function Ga(Z){var ba=null;if(0<arguments.length){ba=0;for(var la=Array(...
function Oa (line 295) | function Oa(Z){Z=Cr(Z);return Er(Eb,Z)}
function Oa (line 296) | function Oa(ba){var la=null;if(0<arguments.length){la=0;for(var Xb=Array...
function Z (line 296) | function Z(ba){ba=Cr(ba);return Er(Ga,ba)}
function Ga (line 297) | function Ga(Z){var ba=null;if(0<arguments.length){ba=0;for(var la=Array(...
function Oa (line 297) | function Oa(Z){Z=Cr(Z);return Er(Eb,Z)}
function Ga (line 298) | function Ga(Z){var ba=null;if(0<arguments.length){ba=0;for(var la=Array(...
function Oa (line 298) | function Oa(Z){Z=Cr(Z);return Er(Eb,Z)}
function Ga (line 299) | function Ga(Z){var ba=null;if(0<arguments.length){ba=0;for(var la=Array(...
function Oa (line 299) | function Oa(Z){Z=Cr(Z);return Er(Eb,Z)}
function d (line 300) | function d(f){var g=null;if(0<arguments.length){g=0;for(var k=Array(argu...
function e (line 300) | function e(f){f=Cr(f);return Er(c,f)}
function d (line 300) | function d(f){var g=null;if(0<arguments.length){g=0;for(var k=Array(argu...
function e (line 301) | function e(f){f=Cr(f);return Er(c,f)}
function d (line 301) | function d(f){var g=null;if(0<arguments.length){g=0;for(var k=Array(argu...
function e (line 301) | function e(f){f=Cr(f);return Er(c,f)}
function c (line 302) | function c(e){var f=null;if(0<arguments.length){f=0;for(var g=Array(argu...
function d (line 302) | function d(e){e=Cr(e);return Er(b,e)}
function l (line 303) | function l(q){var t=null;if(0<arguments.length){t=0;for(var u=Array(argu...
function p (line 304) | function p(q){q=Cr(q);return Er(k,q)}
function l (line 304) | function l(q){var t=null;if(0<arguments.length){t=0;for(var u=Array(argu...
function p (line 304) | function p(q){q=Cr(q);return Er(k,q)}
function l (line 305) | function l(q){var t=null;if(0<arguments.length){t=0;for(var u=Array(argu...
function p (line 305) | function p(q){q=Cr(q);return Er(k,q)}
function f (line 307) | function f(k){var l=null;if(0<arguments.length){l=0;for(var p=Array(argu...
function g (line 307) | function g(k){k=Cr(k);return Er(e,k)}
function f (line 307) | function f(k){var l=null;if(0<arguments.length){l=0;for(var p=Array(argu...
function g (line 308) | function g(k){k=Cr(k);return Er(e,k)}
function b (line 327) | function b(k,l){return rv(f,new $APP.T(null,2,5,$APP.U,[k,l],null))}
function b (line 669) | function b(d){var e=null;if(0<arguments.length){e=0;for(var f=Array(argu...
function c (line 669) | function c(d){d=Cr(d);return Er(a,d)}
function b (line 670) | function b(d){var e=null;if(0<arguments.length){e=0;for(var f=Array(argu...
function c (line 670) | function c(d){d=Cr(d);return Er(a,d)}
function b (line 671) | function b(d){var e=null;if(0<arguments.length){e=0;for(var f=Array(argu...
function c (line 671) | function c(d){d=Cr(d);return Er(a,d)}
function b (line 673) | function b(d){var e=null;if(0<arguments.length){e=0;for(var f=Array(argu...
function c (line 673) | function c(d){d=Cr(d);return Er(a,d)}
function b (line 673) | function b(d){var e=null;if(0<arguments.length){e=0;for(var f=
function c (line 674) | function c(d){d=Cr(d);return Er(a,d)}
function e (line 678) | function e(g){var k=null;if(0<arguments.length){k=0;for(var l=Array(argu...
function f (line 678) | function f(g){g=Cr(g);return Er(d,g)}
function l (line 678) | function l(q){var t=
function p (line 679) | function p(q){q=Cr(q);return Er(k,q)}
function p (line 681) | function p(t){var u=null;if(0<arguments.length){u=0;for(var y=Array(argu...
function q (line 681) | function q(t){t=Cr(t);return Er(l,t)}
function p (line 682) | function p(t){var u=null;if(0<arguments.length){u=0;for(var y=Array(argu...
function q (line 682) | function q(t){t=Cr(t);return Er(l,t)}
function p (line 682) | function p(t){var u=
function q (line 683) | function q(t){t=Cr(t);return Er(l,t)}
FILE: build/public/js/shared.js
function B (line 6) | function B(x){for(var F="https://reactjs.org/docs/error-decoder.html?inv...
function M (line 6) | function M(x,F,W){this.props=x;this.context=F;this.refs=sb;this.updater=...
function ca (line 6) | function ca(){}
function Q (line 6) | function Q(x,F,W){this.props=x;this.context=
function ma (line 7) | function ma(x,F,W){var fa,aa={},za=null,Ja=null;if(null!=F)for(fa in voi...
function ka (line 8) | function ka(x,F){return{$$typeof:Ba,type:x.type,key:F,ref:x.ref,props:x....
function H (line 8) | function H(x){return"object"===typeof x&&null!==x&&x.$$typeof===Ba}
function w (line 8) | function w(x){var F={"\x3d":"\x3d0",":":"\x3d2"};return"$"+(""+x).replac...
function C (line 8) | function C(x,F,W,fa){if(cb.length){var aa=cb.pop();aa.result=x;aa.keyPre...
function K (line 8) | function K(x){x.result=null;x.keyPrefix=null;x.func=null;
function I (line 9) | function I(x,F,W,fa){var aa=typeof x;if("undefined"===aa||"boolean"===aa...
function ha (line 10) | function ha(x,F,W){return null==x?0:I(x,"",F,W)}
function pa (line 10) | function pa(x,F){return"object"===typeof x&&null!==x&&null!=x.key?w(x.ke...
function Fa (line 10) | function Fa(x,F){x.func.call(x.context,F,x.count++)}
function O (line 10) | function O(x,F,W){var fa=x.result,
function da (line 11) | function da(x,F,W,fa,aa){var za="";null!=W&&(za=(""+W).replace(db,"$\x26...
function qa (line 11) | function qa(){var x=P.current;if(null===x)throw Error(B(321));return x}
function B (line 20) | function B(P,x){var F=P.length;P.push(x);a:for(;;){var W=F-1>>>1,fa=P[W]...
function M (line 20) | function M(P){P=P[0];return void 0===P?null:P}
function ca (line 20) | function ca(P){var x=P[0];if(void 0!==x){var F=P.pop();if(F!==x){P[0]=F;...
function Q (line 21) | function Q(P,x){var F=P.sortIndex-x.sortIndex;return 0!==F?F:P.id-x.id}
function ma (line 21) | function ma(P){for(var x=M(ab);null!==x;){if(null===x.callback)ca(ab);el...
function ka (line 21) | function ka(P){cb=!1;ma(P);if(!db)if(null!==M(Ta))db=!0,pa(H);else{var x...
function H (line 21) | function H(P,x){db=!1;cb&&(cb=!1,O());tb=!0;var F=Da;try{ma(x);for(Ea=M(...
function w (line 22) | function w(P){switch(P){case 1:return-1;case 2:return 250;case 5:return ...
function B (line 31) | function B(a){for(var b="https://reactjs.org/docs/error-decoder.html?inv...
function M (line 31) | function M(a,b,c,e,h,p,r,v,D){var E=Array.prototype.slice.call(arguments...
function ca (line 31) | function ca(a,b,c,
function Q (line 32) | function Q(a,b,c,e,h,p,r,v,D){ca.apply(this,arguments);if(cd){if(cd){var...
function ma (line 32) | function ma(a,b,c){var e=a.type||"unknown-event";a.currentTarget=og(c);Q...
function ka (line 32) | function ka(a){if(null===a||"object"!==typeof a)return null;a=pg&&a[pg]|...
function H (line 32) | function H(a){if(-1===a._status){a._status=0;var b=a._ctor;b=b();a._resu...
function w (line 33) | function w(a){if(null==a)return null;if("function"===typeof a)return a.d...
function C (line 34) | function C(a){var b="";do{a:switch(a.tag){case 3:case 4:case 6:case 7:ca...
function K (line 35) | function K(){if(Md)for(var a in Ic){var b=Ic[a],c=Md.indexOf(a);if(!(-1<...
function I (line 36) | function I(a,b,c){if(Jc[a])throw Error(B(100,a));Jc[a]=b;Re[a]=b.eventTy...
function ha (line 36) | function ha(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var e=a[c];...
function pa (line 36) | function pa(a){if(a=vg(a)){if("function"!==typeof Se)throw Error(B(280))...
function Fa (line 36) | function Fa(a){Kc?Lc?Lc.push(a):Lc=[a]:Kc=a}
function O (line 36) | function O(){if(Kc){var a=Kc,b=Lc;Lc=Kc=null;pa(a);if(b)for(a=0;a<
function da (line 37) | function da(a,b){return a(b)}
function qa (line 37) | function qa(a,b,c,e,h){return a(b,c,e,h)}
function sa (line 37) | function sa(){}
function oa (line 37) | function oa(){if(null!==Kc||null!==Lc)sa(),O()}
function Ba (line 37) | function Ba(a,b,c){if(Ue)return a(b,c);Ue=!0;try{return wg(a,b,c)}finall...
function Sa (line 37) | function Sa(a){if(xg.call(yg,a))return!0;if(xg.call(zg,a))return!1;if(Ii...
function Ma (line 37) | function Ma(a,b,c,e){if(null!==c&&0===c.type)return!1;switch(typeof b){c...
function Ua (line 38) | function Ua(a,b,c,e){if(null===b||"undefined"===typeof b||Ma(a,b,c,e))re...
function Ca (line 38) | function Ca(a,b,c,e,h,p){this.acceptsBooleans=2===b||3===b||4===b;this.a...
function Y (line 39) | function Y(a){return a[1].toUpperCase()}
function Va (line 39) | function Va(a,b,c,e){var h=Ya.hasOwnProperty(b)?Ya[b]:null;(null!==h?0==...
function Ha (line 40) | function Ha(a){switch(typeof a){case "boolean":case "number":case "objec...
function Ta (line 40) | function Ta(a){var b=a.type;return(a=a.nodeName)&&"input"===a.toLowerCas...
function ab (line 40) | function ab(a){var b=Ta(a)?"checked":"value",c=Object.getOwnPropertyDesc...
function sb (line 41) | function sb(a){a._valueTracker||(a._valueTracker=ab(a))}
function Ea (line 41) | function Ea(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c...
function Da (line 42) | function Da(a,b){var c=b.checked;return ib({},b,{defaultChecked:void 0,d...
function tb (line 42) | function tb(a,b){var c=null==b.defaultValue?"":b.defaultValue,e=null!=b....
function db (line 42) | function db(a,b){b=b.checked;null!=b&&Va(a,"checked",b,!1)}
function cb (line 42) | function cb(a,b){db(a,
function P (line 43) | function P(a,b,c){if(b.hasOwnProperty("value")||b.hasOwnProperty("defaul...
function x (line 44) | function x(a,b,c){if("number"!==b||a.ownerDocument.activeElement!==a)nul...
function F (line 44) | function F(a){var b="";Od.Children.forEach(a,function(c){null!=c&&(b+=c)...
function W (line 44) | function W(a,b){a=
function fa (line 45) | function fa(a,b,c,e){a=a.options;if(b){b={};for(var h=0;h<c.length;h++)b...
function aa (line 45) | function aa(a,b){if(null!=b.dangerouslySetInnerHTML)throw Error(B(91));
function za (line 46) | function za(a,b){var c=b.value;if(null==c){c=b.children;b=b.defaultValue...
function Ja (line 46) | function Ja(a,b){var c=Ha(b.value),e=Ha(b.defaultValue);null!=c&&(c=""+c...
function wa (line 47) | function wa(a){var b=a.textContent;b===a._wrapperState.initialValue&&""!...
function Ra (line 47) | function Ra(a){switch(a){case "svg":return"http://www.w3.org/2000/svg";c...
function bb (line 47) | function bb(a,b){return null==a||"http://www.w3.org/1999/xhtml"===a?Ra(b...
function Xb (line 47) | function Xb(a,b){if(b){var c=a.firstChild;if(c&&
function eb (line 48) | function eb(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c["Webkit"+...
function Yb (line 48) | function Yb(a){if(Ve[a])return Ve[a];if(!Mc[a])return a;var b=Mc[a],c;fo...
function Ob (line 48) | function Ob(a){var b=Bg.get(a);void 0===b&&(b=new Map,Bg.set(a,b));retur...
function Ga (line 48) | function Ga(a){var b=a,c=a;if(a.alternate)for(;b.return;)b=b.return;else...
function zb (line 49) | function zb(a){if(13===a.tag){var b=a.memoizedState;null===b&&(a=a.alter...
function Pb (line 49) | function Pb(a){if(Ga(a)!==a)throw Error(B(188));}
function Eb (line 49) | function Eb(a){var b=a.alternate;if(!b){b=Ga(a);if(null===b)throw Error(...
function rc (line 50) | function rc(a){a=Eb(a);if(!a)return null;
function Fb (line 51) | function Fb(a,b){if(null==b)throw Error(B(30));if(null==a)return b;if(Ar...
function ub (line 51) | function ub(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}
function We (line 51) | function We(a){if(a){var b=
function Nc (line 52) | function Nc(a){null!==a&&(dd=Fb(dd,a));a=dd;dd=null;if(a){ub(a,We);if(dd...
function ed (line 52) | function ed(a){a=a.target||a.srcElement||window;a.correspondingUseElemen...
function Pd (line 53) | function Pd(a){if(!Zb)return!1;a="on"+a;var b=a in document;b||(b=docume...
function Qd (line 53) | function Qd(a){a.topLevelType=null;a.nativeEvent=null;a.targetInst=null;...
function $b (line 53) | function $b(a,b,c,e){if(Rd.length){var h=Rd.pop();h.topLevelType=a;h.eve...
function t (line 54) | function t(a){var b=a.targetInst,c=b;do{if(!c){a.ancestors.push(c);break...
function q (line 55) | function q(a,b,c){if(!c.has(a)){switch(a){case "scroll":la(b,"scroll",!0...
function k (line 55) | function k(a,b){var c=Ob(b);Xe.forEach(function(e){q(e,b,c)});Ji.forEach...
function d (line 55) | function d(a,b,c,e,h){return{blockedOn:a,topLevelType:b,eventSystemFlags:c|
function f (line 56) | function f(a,b){switch(a){case "focus":case "blur":ac=null;break;case "d...
function g (line 56) | function g(a,b,c,e,h,p){if(null===a||a.nativeEvent!==p)return a=d(b,c,e,...
function l (line 56) | function l(a,b,c,e,h){switch(b){case "focus":return ac=
function m (line 57) | function m(a){var b=fd(a.target);if(null!==b){var c=Ga(b);if(null!==c)if...
function n (line 58) | function n(a){if(null!==a.blockedOn)return!1;var b=sc(a.topLevelType,a.e...
function u (line 58) | function u(a,b,c){n(a)&&c.delete(b)}
function y (line 58) | function y(){for(Ye=!1;0<Gb.length;){var a=Gb[0];if(null!==a.blockedOn){...
function J (line 59) | function J(a,b){a.blockedOn===b&&(a.blockedOn=null,Ye||(Ye=!0,Za.unstabl...
function R (line 59) | function R(a){function b(h){return J(h,a)}if(0<Gb.length){J(Gb[0],a);for...
function T (line 60) | function T(a,b){for(var c=0;c<a.length;c+=2){var e=a[c],h=a[c+1],p="on"+...
function U (line 60) | function U(a,b){la(b,a,!1)}
function la (line 60) | function la(a,b,c){var e=Ze.get(b);switch(void 0===e?2:e){case 0:e=ua.bi...
function ua (line 61) | function ua(a,b,c,e){tc||sa();var h=Ka,p=tc;tc=!0;try{qa(h,a,b,c,e)}fina...
function Qa (line 61) | function Qa(a,b,c,e){Mi(Ni,Ka.bind(null,a,b,c,e))}
function Ka (line 61) | function Ka(a,b,c,e){if(Sd)if(0<Gb.length&&-1<Xe.indexOf(a))a=d(null,a,b...
function sc (line 61) | function sc(a,b,c,e){c=ed(e);
function ld (line 62) | function ld(a,b,c){return null==b||"boolean"===typeof b||""===b?"":c||"n...
function Oc (line 62) | function Oc(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var e=
function $e (line 63) | function $e(a,b){if(b){if(Oi[a]&&(null!=b.children||null!=b.dangerouslyS...
function af (line 63) | function af(a,b){if(-1===a.indexOf("-"))return"string"===
function Qb (line 64) | function Qb(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var...
function Td (line 64) | function Td(){}
function bf (line 64) | function bf(a){a=a||("undefined"!==typeof document?document:void 0);if("...
function Fg (line 65) | function Fg(a){for(;a&&a.firstChild;)a=a.firstChild;return a}
function Gg (line 65) | function Gg(a,b){var c=Fg(a);a=0;for(var e;c;){if(3===c.nodeType){e=a+c....
function Hg (line 65) | function Hg(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.node...
function Ig (line 65) | function Ig(){for(var a=window,
function cf (line 66) | function cf(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(...
function Jg (line 66) | function Jg(a,b){switch(a){case "button":case "input":case "select":case...
function df (line 67) | function df(a,b){return"textarea"===a||"option"===a||"noscript"===a||"st...
function Pc (line 67) | function Pc(a){for(;null!=a;a=a.nextSibling){var b=a.nodeType;if(1===b||...
function Kg (line 67) | function Kg(a){a=a.previousSibling;for(var b=0;a;){if(8===a.nodeType){va...
function fd (line 68) | function fd(a){var b=a[dc];if(b)return b;for(var c=a.parentNode;c;){if(b...
function jd (line 68) | function jd(a){a=a[dc]||a[nd];return!a||5!==a.tag&&6!==a.tag&&13!==a.tag...
function uc (line 68) | function uc(a){if(5===a.tag||6===a.tag)return a.stateNode;throw Error(B(...
function gf (line 68) | function gf(a){return a[Ud]||null}
function Rb (line 68) | function Rb(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}
function Ng (line 69) | function Ng(a,b){var c=a.stateNode;if(!c)return null;var e=Te(c);if(!e)r...
function Og (line 70) | function Og(a,b,c){if(b=Ng(a,c.dispatchConfig.phasedRegistrationNames[b]...
function Pi (line 70) | function Pi(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b...
function hf (line 70) | function hf(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Ng(a,c.di...
function Qi (line 71) | function Qi(a){a&&a.dispatchConfig.registrationName&&hf(a._targetInst,nu...
function Qc (line 71) | function Qc(a){ub(a,Pi)}
function Pg (line 71) | function Pg(){if(Vd)return Vd;var a,b=jf,c=b.length,e,h="value"in ec?ec....
function Wd (line 71) | function Wd(){return!0}
function Xd (line 71) | function Xd(){return!1}
function nb (line 71) | function nb(a,b,c,e){this.dispatchConfig=a;this._targetInst=b;
function Ri (line 72) | function Ri(a,b,c,e){if(this.eventPool.length){var h=this.eventPool.pop(...
function Si (line 72) | function Si(a){if(!(a instanceof this))throw Error(B(279));a.destructor(...
function Qg (line 73) | function Qg(a){a.eventPool=[];a.getPooled=Ri;a.release=Si}
function Rg (line 73) | function Rg(a,b){switch(a){case "keyup":return-1!==Ti.indexOf(b.keyCode)...
function Sg (line 73) | function Sg(a){a=a.detail;return"object"===typeof a&&"data"in a?a.data:n...
function Ui (line 73) | function Ui(a,b){switch(a){case "compositionend":return Sg(b);case "keyp...
function Vi (line 74) | function Vi(a,b){if(Rc)return"compositionend"===a||!kf&&Rg(a,b)?(a=Pg(),...
function Wg (line 74) | function Wg(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return"inpu...
function Xg (line 75) | function Xg(a,b,c){a=nb.getPooled(Yg.change,a,b,c);a.type="change";Fa(c)...
function Xi (line 75) | function Xi(a){Nc(a)}
function Yd (line 75) | function Yd(a){var b=uc(a);if(Ea(b))return a}
function Yi (line 75) | function Yi(a,b){if("change"===a)return b}
function Zg (line 75) | function Zg(){od&&(od.detachEvent("onpropertychange",$g),pd=od=null)}
function $g (line 75) | function $g(a){if("value"===a.propertyName&&Yd(pd))if(a=Xg(pd,a,ed(a)),t...
function Zi (line 75) | function Zi(a,b,c){"focus"===a?(Zg(),od=b,pd=c,od.attachEvent("onpropert...
function $i (line 76) | function $i(a){if("selectionchange"===a||"keyup"===a||"keydown"===a)retu...
function aj (line 76) | function aj(a,b){if("click"===a)return Yd(b)}
function bj (line 76) | function bj(a,b){if("input"===a||"change"===a)return Yd(b)}
function cj (line 76) | function cj(a){var b=this.nativeEvent;return b.getModifierState?b.getMod...
function lf (line 76) | function lf(){return cj}
function ej (line 76) | function ej(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}
function qd (line 76) | function qd(a,b){if(vc(a,b))return!0;if("object"!==typeof a||null===a||"...
function ah (line 77) | function ah(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerD...
function Zd (line 78) | function Zd(a){var b=a.keyCode;"charCode"in a?(a=a.charCode,0===a&&13===...
function Ia (line 78) | function Ia(a){0>Tc||(a.current=of[Tc],of[Tc]=null,Tc--)}
function Oa (line 78) | function Oa(a,b){Tc++;of[Tc]=a.current;a.current=b}
function Uc (line 78) | function Uc(a,b){var c=a.type.contextTypes;if(!c)return fc;var e=a.state...
function jb (line 79) | function jb(a){a=a.childContextTypes;return null!==a&&void 0!==a}
function $d (line 79) | function $d(){Ia(kb);Ia(fb)}
function ch (line 79) | function ch(a,b,c){if(fb.current!==fc)throw Error(B(168));Oa(fb,b);Oa(kb...
function dh (line 79) | function dh(a,b,c){var e=a.stateNode;a=b.childContextTypes;if("function"...
function ae (line 80) | function ae(a){a=(a=a.stateNode)&&a.__reactInternalMemoizedMergedChildCo...
function eh (line 80) | function eh(a,b,c){var e=a.stateNode;if(!e)throw Error(B(169));c?(a=dh(a...
function be (line 80) | function be(){switch(gj()){case ce:return 99;case fh:return 98;case gh:r...
function jh (line 80) | function jh(a){switch(a){case 99:return ce;
function gc (line 81) | function gc(a,b){a=jh(a);return hj(a,b)}
function kh (line 81) | function kh(a,b,c){a=jh(a);return pf(a,b,c)}
function lh (line 81) | function lh(a){null===Sb?(Sb=[a],de=pf(ce,mh)):Sb.push(a);return nh}
function Hb (line 81) | function Hb(){if(null!==de){var a=de;de=null;oh(a)}mh()}
function mh (line 81) | function mh(){if(!qf&&null!==Sb){qf=!0;var a=0;try{var b=Sb;gc(99,functi...
function ee (line 82) | function ee(a,b,c){c/=10;return 1073741821-(((1073741821-a+b/10)/c|0)+1)*c}
function Ab (line 82) | function Ab(a,b){if(a&&a.defaultProps){b=ib({},b);a=a.defaultProps;for(v...
function rf (line 82) | function rf(a){var b=fe.current;Ia(fe);a.type._context._currentValue=b}
function ph (line 82) | function ph(a,b){for(;null!==a;){var c=a.alternate;if(a.childExpirationT...
function Vc (line 83) | function Vc(a,b){Wc=a;Xc=hc=null;a=a.dependencies;null!==a&&null!==a.fir...
function vb (line 83) | function vb(a,b){if(Xc!==a&&!1!==b&&0!==b){if("number"!==typeof b||10737...
function sf (line 83) | function sf(a){a.updateQueue={baseState:a.memoizedState,
function tf (line 84) | function tf(a,b){a=a.updateQueue;b.updateQueue===a&&(b.updateQueue={base...
function ic (line 84) | function ic(a,b){a={expirationTime:a,suspenseConfig:b,tag:0,payload:null...
function jc (line 84) | function jc(a,b){a=a.updateQueue;if(null!==a){a=a.shared;var c=a.pending...
function qh (line 84) | function qh(a,b){var c=a.alternate;null!==c&&tf(c,a);a=a.updateQueue;
function sd (line 85) | function sd(a,b,c,e){var h=a.updateQueue;kc=!1;var p=h.baseQueue,r=h.sha...
function sh (line 87) | function sh(a,b,c){a=b.effects;b.effects=null;if(null!==a)for(b=0;b<a.le...
function he (line 88) | function he(a,b,c,e){b=a.memoizedState;c=c(e,b);c=null===c||void 0===c?b...
function th (line 88) | function th(a,b,c,e,h,p,r){a=a.stateNode;return"function"===typeof a.sho...
function uh (line 88) | function uh(a,b,c){var e=!1,h=fc,p=b.contextType;"object"===typeof p&&
function vh (line 89) | function vh(a,b,c,e){a=b.state;"function"===typeof b.componentWillReceiv...
function uf (line 90) | function uf(a,b,c,e){var h=a.stateNode;h.props=c;h.state=a.memoizedState...
function td (line 91) | function td(a,b,c){a=c.ref;if(null!==a&&"function"!==typeof a&&"object"!...
function je (line 92) | function je(a,b){if("textarea"!==a.type)throw Error(B(31,"[object Object...
function xh (line 93) | function xh(a){function b(A,z){if(a){var G=A.lastEffect;null!==G?(G.next...
function yc (line 103) | function yc(a){if(a===ud)throw Error(B(174));return a}
function xf (line 103) | function xf(a,b){Oa(vd,b);Oa(wd,a);Oa(Jb,ud);a=b.nodeType;switch(a){case...
function Yc (line 103) | function Yc(){Ia(Jb);Ia(wd);Ia(vd)}
function yh (line 103) | function yh(a){yc(vd.current);var b=yc(Jb.current),c=bb(b,a.type);b!==c&...
function yf (line 103) | function yf(a){wd.current===a&&(Ia(Jb),Ia(wd))}
function ne (line 103) | function ne(a){for(var b=
function zf (line 104) | function zf(a,b){return{responder:a,props:b}}
function ob (line 104) | function ob(){throw Error(B(321));}
function Af (line 104) | function Af(a,
function Bf (line 105) | function Bf(a,b,c,e,h,p){nc=p;Pa=b;b.memoizedState=null;b.updateQueue=nu...
function Zc (line 106) | function Zc(){var a={memoizedState:null,baseState:null,baseQueue:null,qu...
function $c (line 106) | function $c(){if(null===hb){var a=Pa.alternate;a=null!==a?a.memoizedStat...
function zc (line 107) | function zc(a,b){return"function"===typeof b?b(a):b}
function re (line 107) | function re(a){var b=$c(),c=b.queue;if(null===c)throw Error(B(311));c.la...
function se (line 109) | function se(a){var b=$c(),c=b.queue;if(null===c)throw Error(B(311));c.la...
function Cf (line 109) | function Cf(a){var b=Zc();"function"===typeof a&&(a=a());b.memoizedState...
function Df (line 110) | function Df(a,b,c,e){a={tag:a,create:b,destroy:c,deps:e,next:null};b=Pa....
function Ah (line 110) | function Ah(){return $c().memoizedState}
function Ef (line 110) | function Ef(a,b,c,e){var h=Zc();Pa.effectTag|=a;h.memoizedState=Df(1|b,c...
function Ff (line 110) | function Ff(a,b,c,e){var h=$c();
function Bh (line 111) | function Bh(a,b){return Ef(516,4,a,b)}
function te (line 111) | function te(a,b){return Ff(516,4,a,b)}
function Ch (line 111) | function Ch(a,b){return Ff(4,2,a,b)}
function Dh (line 111) | function Dh(a,b){if("function"===typeof b)return a=a(),b(a),function(){b...
function Eh (line 111) | function Eh(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;
function Gf (line 112) | function Gf(){}
function Fh (line 112) | function Fh(a,b){Zc().memoizedState=[a,void 0===b?null:b];return a}
function ue (line 112) | function ue(a,b){var c=$c();b=void 0===b?null:b;var e=c.memoizedState;if...
function Gh (line 112) | function Gh(a,b){var c=$c();b=void 0===b?null:b;var e=c.memoizedState;if...
function Hf (line 112) | function Hf(a,b,c){var e=be();gc(98>e?98:e,function(){a(!0)});gc(97<e?97...
function zh (line 113) | function zh(a,b,c){var e=Kb(),h=xd.suspense;e=Ac(e,a,h);h={expirationTim...
function Hh (line 114) | function Hh(a,b){var c=Lb(5,null,null,0);c.elementType="DELETED";c.type=...
function Ih (line 114) | function Ih(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.t...
function If (line 115) | function If(a){if(Tb){var b=Mb;if(b){var c=b;if(!Ih(a,b)){b=Pc(c.nextSib...
function Jh (line 115) | function Jh(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&13!==a.tag...
function ve (line 115) | function ve(a){if(a!==Bb)return!1;if(!Tb)return Jh(a),Tb=!0,!1;var b=a.t...
function pb (line 116) | function pb(a,b,c,e){b.child=null===a?Jf(b,null,c,e):ad(b,a.child,c,e)}
function Kh (line 116) | function Kh(a,b,c,e,h){c=c.render;var p=b.ref;
function Lh (line 117) | function Lh(a,b,c,e,h,p){if(null===a){var r=c.type;if("function"===typeo...
function Mh (line 118) | function Mh(a,b,c,e,h,p){return null!==a&&qd(a.memoizedProps,e)&&a.ref==...
function Nh (line 118) | function Nh(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)...
function Lf (line 118) | function Lf(a,b,c,e,h){var p=jb(c)?wc:fb.current;p=Uc(b,p);Vc(b,h);c=Bf(...
function Oh (line 119) | function Oh(a,b,c,e,h){if(jb(c)){var p=!0;ae(b)}else p=!1;Vc(b,h);if(nul...
function Mf (line 124) | function Mf(a,b,c,e,h,p){Nh(a,b);var r=0!==(b.effectTag&64);if(!e&&!r)re...
function Ph (line 125) | function Ph(a){var b=a.stateNode;b.pendingContext?ch(a,b.pendingContext,...
function Qh (line 125) | function Qh(a,b,c){var e=b.mode,h=b.pendingProps,p=Na.current,r=!1,v;(v=...
function Rh (line 128) | function Rh(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.altern...
function Of (line 128) | function Of(a,b,c,e,h,p){var r=a.memoizedState;null===r?a.memoizedState=...
function Sh (line 129) | function Sh(a,b,c){var e=b.pendingProps,h=e.revealOrder,p=e.tail;pb(a,b,...
function Ub (line 131) | function Ub(a,b,c){null!==a&&(b.dependencies=a.dependencies);var e=b.exp...
function we (line 132) | function we(a,b){switch(a.tailMode){case "hidden":b=a.tail;for(var c=nul...
function nj (line 132) | function nj(a,b,c){var e=b.pendingProps;switch(b.tag){case 2:case 16:cas...
function rj (line 144) | function rj(a){switch(a.tag){case 1:jb(a.type)&&$d();var b=a.effectTag;
function Pf (line 145) | function Pf(a,b){return{value:a,source:b,stack:C(b)}}
function Qf (line 145) | function Qf(a,b){var c=b.source,e=b.stack;null===e&&null!==c&&(e=C(c));n...
function sj (line 146) | function sj(a,b){try{b.props=a.memoizedProps,b.state=a.memoizedState,b.c...
function Wh (line 146) | function Wh(a){var b=a.ref;if(null!==b)if("function"===typeof b)try{b(nu...
function tj (line 146) | function tj(a,b){switch(b.tag){case 0:case 11:case 15:case 22:return;cas...
function Xh (line 147) | function Xh(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==...
function Yh (line 147) | function Yh(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==...
function uj (line 147) | function uj(a,b,c){switch(c.tag){case 0:case 11:case 15:case 22:Yh(3,
function Zh (line 149) | function Zh(a,b,c){"function"===typeof Rf&&Rf(b);switch(b.tag){case 0:ca...
function ai (line 150) | function ai(a){var b=a.alternate;a.return=null;a.child=null;a.memoizedSt...
function bi (line 150) | function bi(a){return 5===a.tag||3===a.tag||4===a.tag}
function ci (line 150) | function ci(a){a:{for(var b=a.return;null!==
function Sf (line 152) | function Sf(a,b,c){var e=a.tag,h=5===e||6===e;if(h)a=h?a.stateNode:a.sta...
function Tf (line 153) | function Tf(a,b,c){var e=a.tag,h=5===e||6===e;if(h)a=h?a.stateNode:a.sta...
function $h (line 153) | function $h(a,b,c){for(var e=b,h=!1,p,r;;){if(!h){h=e.return;a:for(;;){i...
function Uf (line 155) | function Uf(a,b){switch(b.tag){case 0:case 11:case 14:case 15:case 22:Xh...
function di (line 158) | function di(a){var b=a.updateQueue;if(null!==b){a.updateQueue=null;var c...
function ei (line 159) | function ei(a,b,c){c=ic(c,null);c.tag=3;c.payload={element:null};var e=b...
function fi (line 159) | function fi(a,b,c){c=ic(c,null);c.tag=3;var e=a.type.getDerivedStateFrom...
function Kb (line 160) | function Kb(){return(ra&(Cb|Nb))!==Xa?1073741821-(yb()/10|0):0!==Ae?Ae:A...
function Ac (line 160) | function Ac(a,b,c){b=b.mode;if(0===(b&2))return 1073741823;var e=be();if...
function oc (line 161) | function oc(a,b){if(50<zd)throw zd=0,Xf=null,Error(B(185));a=Be(a,b);if(...
function Be (line 161) | function Be(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.altern...
function Ce (line 162) | function Ce(a){var b=a.lastExpiredTime;if(0!==b)return b;b=a.firstPendin...
function rb (line 163) | function rb(a){if(0!==a.lastExpiredTime)a.callbackExpirationTime=1073741...
function hi (line 164) | function hi(a,b){Ae=0;if(b)return b=Kb(),$f(a,b),rb(a),null;var c=Ce(a);...
function Zf (line 167) | function Zf(a){var b=a.lastExpiredTime;b=0!==b?b:1073741823;if((ra&(Cb|N...
function zj (line 168) | function zj(){if(null!==Ec){var a=Ec;Ec=null;a.forEach(function(b,c){$f(...
function ni (line 168) | function ni(a,b){var c=ra;ra|=1;try{return a(b)}finally{ra=c,ra===Xa&&Hb...
function oi (line 168) | function oi(a,b){var c=ra;ra&=-2;ra|=Yf;try{return a(b)}finally{ra=c,ra=...
function Fc (line 169) | function Fc(a,b){a.finishedWork=null;a.finishedExpirationTime=0;var c=a....
function ki (line 169) | function ki(a,b){do{try{Xc=hc=Wc=
function ii (line 173) | function ii(){var a=De.current;De.current=pe;return null===
function rh (line 174) | function rh(a,b){a<Vb&&2<a&&(Vb=a);null!==b&&a<Ad&&2<a&&(Ad=a,He=b)}
function ge (line 174) | function ge(a){a>yd&&(yd=a)}
function ji (line 174) | function ji(a){var b=Dj(a.alternate,a,lb);a.memoizedProps=a.pendingProps...
function pi (line 174) | function pi(a){ta=a;do{var b=ta.alternate;a=ta.return;if(0===(ta.effectT...
function ag (line 176) | function ag(a){var b=a.expirationTime;a=a.childExpirationTime;return b>a...
function Gc (line 176) | function Gc(a){var b=be();gc(99,Ej.bind(null,a,b));return null}
function Ej (line 176) | function Ej(a,b){do bd();while(null!==Bd);if((ra&(Cb|Nb))!==Xa)throw Err...
function Fj (line 184) | function Fj(){for(;null!==ba;){var a=ba.effectTag;0!==(a&256)&&tj(ba.alt...
function bd (line 184) | function bd(){if(90!==Cd){var a=97<Cd?97:Cd;Cd=90;return gc(a,Hj)}}
function Hj (line 184) | function Hj(){if(null===Bd)return!1;var a=Bd;Bd=null;if((ra&(Cb|Nb))!==X...
function ri (line 185) | function ri(a,b,c){b=Pf(c,b);b=ei(a,b,1073741823);jc(a,b);a=Be(a,1073741...
function Dc (line 185) | function Dc(a,b){if(3===a.tag)ri(a,a,b);else for(var c=a.return;null!==c...
function Cj (line 186) | function Cj(a,b,c){var e=a.pingCache;null!==e&&e.delete(b);qb===a&&lb===...
function wj (line 186) | function wj(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=0;0===b&&(b=K...
function Ij (line 186) | function Ij(a){if("undefined"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)re...
function Jj (line 187) | function Jj(a,b,c,e){this.tag=a;this.key=c;this.sibling=this.child=this....
function Lb (line 188) | function Lb(a,b,c,e){return new Jj(a,b,c,e)}
function Kf (line 188) | function Kf(a){a=a.prototype;return!(!a||!a.isReactComponent)}
function Kj (line 188) | function Kj(a){if("function"===typeof a)return Kf(a)?1:0;if(void 0!==a&&...
function xc (line 188) | function xc(a,b){var c=a.alternate;null===c?(c=Lb(a.tag,b,a.key,a.mode),...
function ke (line 189) | function ke(a,b,c,e,h,
function lc (line 191) | function lc(a,b,c,e){a=Lb(7,a,e,b);a.expirationTime=c;return a}
function vf (line 191) | function vf(a,b,c){a=Lb(6,a,null,b);a.expirationTime=c;return a}
function wf (line 191) | function wf(a,b,c){b=Lb(4,null!==a.children?a.children:[],a.key,b);b.exp...
function Mj (line 192) | function Mj(a,b,c){this.tag=b;this.current=null;this.containerInfo=a;thi...
function gi (line 192) | function gi(a,b){var c=a.firstSuspendedTime;a=a.lastSuspendedTime;return...
function Cc (line 193) | function Cc(a,b){var c=a.firstSuspendedTime,e=a.lastSuspendedTime;c<b&&(...
function Vh (line 193) | function Vh(a,b){b>a.firstPendingTime&&(a.firstPendingTime=b);var c=a.fi...
function $f (line 194) | function $f(a,b){var c=a.lastExpiredTime;if(0===c||c>b)a.lastExpiredTime=b}
function Je (line 194) | function Je(a,b,c,e){var h=b.current,p=Kb(),r=xd.suspense;p=Ac(p,h,r);a:...
function gg (line 195) | function gg(a){a=a.current;if(!a.child)return null;switch(a.child.tag){c...
function si (line 195) | function si(a,b){a=a.memoizedState;null!==a&&null!==a.dehydrated&&a.retr...
function hg (line 195) | function hg(a,b){si(a,b);(a=a.alternate)&&si(a,b)}
function ig (line 195) | function ig(a,b,c){c=null!=c&&!0===c.hydrate;var e=new Mj(a,b,c),h=Lb(3,...
function Dd (line 196) | function Dd(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeTy...
function Nj (line 196) | function Nj(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:n...
function Ke (line 197) | function Ke(a,b,c,e,h){var p=c._reactRootContainer;if(p){var r=p._intern...
function Oj (line 197) | function Oj(a,b,c){var e=3<arguments.length&&void 0!==arguments[3]?argum...
function ti (line 197) | function ti(a,
function b (line 216) | function b(){}
function c (line 216) | function c(){return e.apply(this,arguments)}
function B (line 261) | function B(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"fu...
function b (line 275) | function b(d,e){d.push(e);return d}
function b (line 327) | function b(f,g){return a.o?a.o(f,g):a.call(null,f,g)}
function c (line 327) | function c(f){return $APP.Nd.l?$APP.Nd.l(f):$APP.Nd.call(null,f)}
function d (line 327) | function d(){return a.I?a.I():a.call(null)}
function e (line 350) | function e(g,k){c.buffer=c.buffer.add(k);return g}
function c (line 405) | function c(e){var f=null;if(0<arguments.length){f=0;for(var g=Array(argu...
function d (line 405) | function d(e){var f=$APP.fd($APP.v(b),e,Bd);return f===Bd?(f=$APP.re(a,e...
function b (line 407) | function b(d){var e=null;if(0<arguments.length){e=0;for(var f=Array(argu...
function c (line 407) | function c(d){d=$APP.bf(2,d);if($APP.G.o($APP.F(d),1))return d=$APP.C(d)...
function p (line 423) | function p(t){var u=
function q (line 424) | function q(t){return wi(f,$APP.se(Zi,l,t))}
function c (line 431) | function c(k,l,p){pj.Component.call(this,k,l,p);$APP.n(g)&&(g.o?g.o(this...
function t (line 433) | function t(y){var E=null;if(0<arguments.length){E=0;for(var I=Array(argu...
function u (line 433) | function u(y){return wi(f,$APP.se(Zi,q,y))}
function c (line 435) | function c(e){return xj(a,e)}
function b (line 440) | function b(d){var e=null;if(0<arguments.length){e=0;for(var f=Array(argu...
function c (line 440) | function c(d){return $APP.re(a,d)}
function b (line 442) | function b(d){var e=null;if(0<arguments.length){e=0;for(var f=Array(argu...
function c (line 442) | function c(d){return $APP.re(a,d)}
method constructor (line 452) | constructor(a,b){this.Aa=a|0;this.pa=b|0}
method isSafeInteger (line 452) | isSafeInteger(){var a=this.pa>>21;return 0==a||-1==a&&!(0==this.Aa&&-209...
method toString (line 452) | toString(a){a=a||10;if(2>a||36<a)throw Error("radix out of range: "+a);i...
method lessThan (line 453) | lessThan(a){return 0>this.compare(a)}
method compare (line 453) | compare(a){return this.pa==a.pa?this.Aa==a.Aa?0:this.Aa>>>0>a.Aa>>>0?1:-...
method add (line 453) | add(a){var b=this.pa>>>16,c=this.pa&65535,d=this.Aa>>>16,e=a.pa>>>16,f=a...
method multiply (line 453) | multiply(a){if(ta(this))return this;if(ta(a))return a;var b=this.pa>>>16...
method and (line 454) | and(a){return $APP.ka(this.Aa&a.Aa,this.pa&a.pa)}
method or (line 454) | or(a){return $APP.ka(this.Aa|a.Aa,this.pa|a.pa)}
method xor (line 454) | xor(a){return $APP.ka(this.Aa^a.Aa,this.pa^a.pa)}
method shiftLeft (line 454) | shiftLeft(a){a&=63;if(0==a)return this;var b=this.Aa;return 32>
function a (line 456) | function a(d,e,f){var g=$APP.dd[$APP.da(null==d?null:d)];if(null!=g)retu...
function b (line 456) | function b(d,e){var f=$APP.dd[$APP.da(null==d?null:d)];if(null!=f)return...
function a (line 458) | function a(d,e,f){var g=$APP.hd[$APP.da(null==d?null:d)];if(null!=g)retu...
function b (line 458) | function b(d,e){var f=$APP.hd[$APP.da(null==d?null:d)];if(null!=f)return...
function a (line 460) | function a(d,e,f){var g=Ld[$APP.da(null==d?null:d)];if(null!=g)return g....
function b (line 460) | function b(d,e){var f=Ld[$APP.da(null==d?null:d)];if(null!=f)return f.o?...
function a (line 462) | function a(f,g,k,l,p){var q=sk[$APP.da(null==f?null:f)];if(null!=q)retur...
function b (line 462) | function b(f,g,k,l){var p=sk[$APP.da(null==f?null:f)];if(null!=p)return ...
function c (line 462) | function c(f,g,k){var l=sk[$APP.da(null==f?null:f)];if(null!=
function d (line 463) | function d(f,g){var k=sk[$APP.da(null==f?null:f)];if(null!=k)return k.o?...
function a (line 492) | function a(c){return Yc(this,c,$APP.F.l?$APP.F.l(this):$APP.F.call(null,...
function a (line 496) | function a(c){return Yc(this,c,$APP.F.l?$APP.F.l(this):$APP.F.call(null,...
function a (line 523) | function a(c){return Yc(this,c,this.count)}
function a (line 526) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 530) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 538) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 543) | function a(c){return Yc(this,c,$APP.F(this))}
function c (line 556) | function c(l,p,q){return a.J?a.J(b,l,p,q):a.call(null,b,l,p,q)}
function d (line 556) | function d(l,p){return a.s?a.s(b,l,p):a.call(null,b,l,p)}
function e (line 556) | function e(l){return a.o?a.o(b,l):a.call(null,b,l)}
function f (line 556) | function f(){return a.l?a.l(b):a.call(null,b)}
function l (line 556) | function l(q,t,u,y){var E=null;if(3<arguments.length){E=0;for(var I=Arra...
function p (line 556) | function p(q,t,u,y){return $APP.ve(a,
function d (line 559) | function d(p,q,t){return a.ba?a.ba(b,c,p,q,t):a.call(null,b,c,p,q,t)}
function e (line 559) | function e(p,q){return a.J?a.J(b,c,p,q):a.call(null,b,c,p,q)}
function f (line 559) | function f(p){return a.s?a.s(b,c,p):a.call(null,b,c,p)}
function g (line 559) | function g(){return a.o?a.o(b,c):a.call(null,b,c)}
function p (line 559) | function p(t,u,y,E){var I=null;if(3<arguments.length){I=0;for(var J=Arra...
function q (line 559) | function q(t,u,y,
function e (line 562) | function e(q,t,u){return a.Na?a.Na(b,c,d,q,t,u):a.call(null,b,c,d,q,t,u)}
function f (line 562) | function f(q,t){return a.ba?a.ba(b,c,d,q,t):a.call(null,b,c,d,q,t)}
function g (line 562) | function g(q){return a.J?a.J(b,c,d,q):a.call(null,b,c,d,q)}
function k (line 562) | function k(){return a.s?a.s(b,c,d):a.call(null,b,c,d)}
function q (line 562) | function q(u,y,E,I){var J=null;if(3<arguments.length){J=0;for(var K=Arra...
function t (line 563) | function t(u,y,E,I){return $APP.ve(a,b,c,d,u,$APP.M([y,E,I]))}
function f (line 564) | function f(k){var l=null;if(0<arguments.length){l=0;for(var p=Array(argu...
function g (line 564) | function g(k){return $APP.ue(a,b,c,d,$APP.xk.o(e,k))}
function c (line 572) | function c(k,l){l=a.l?a.l(l):a.call(null,l);return b.o?b.o(k,l):b.call(n...
function d (line 572) | function d(k){return b.l?b.l(k):b.call(null,k)}
function e (line 572) | function e(){return b.I?b.I():b.call(null)}
function k (line 572) | function k(p,q,t){var u=null;if(2<arguments.length){u=0;for(var y=Array(...
function l (line 572) | function l(p,q,t){q=$APP.se(a,q,t);return b.o?b.o(p,q):b.call(null,p,q)}
function a (line 579) | function a(c){return Yc(this,c,this.count)}
function e (line 585) | function e(g){return $APP.Ib($APP.bc(g),d)}
function a (line 593) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 605) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 611) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 625) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 628) | function a(c){return Yc(this,c,this.count.l?this.count.l(this):this.coun...
function a (line 633) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 639) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 673) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 677) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 692) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 696) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 702) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 724) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 728) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 746) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 753) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 758) | function a(b){var c=null;if(0<arguments.length){c=0;for(var d=Array(argu...
function a (line 768) | function a(c){return Yc(this,c,$APP.F(this))}
function a (line 785) | function a(){return b.run_queues()}
FILE: build/server.js
function $goog$typeOf$$ (line 11) | function $goog$typeOf$$($value$jscomp$94$$) {
function $goog$getUid$$ (line 15) | function $goog$getUid$$($obj$jscomp$29$$) {
function $goog$string$internal$isEmptyOrWhitespace$$ (line 19) | function $goog$string$internal$isEmptyOrWhitespace$$($str$jscomp$15$$) {
function $module$contents$goog$object_getKeys$$ (line 22) | function $module$contents$goog$object_getKeys$$($obj$jscomp$46$$) {
function $module$contents$goog$object_get$$ (line 30) | function $module$contents$goog$object_get$$($obj$jscomp$56$$, $key$jscom...
function $module$contents$goog$object_extend$$ (line 34) | function $module$contents$goog$object_extend$$($target$jscomp$93$$, $var...
function $module$contents$goog$array_sort$$ (line 46) | function $module$contents$goog$array_sort$$($arr$jscomp$52$$, $opt_compa...
function $module$contents$goog$array_stableSort$$ (line 49) | function $module$contents$goog$array_stableSort$$($arr$jscomp$53$$) {
function $module$contents$goog$array_defaultCompare$$ (line 63) | function $module$contents$goog$array_defaultCompare$$($a$jscomp$5$$, $b$...
function $goog$string$isUnicodeChar$$ (line 66) | function $goog$string$isUnicodeChar$$($ch$jscomp$2$$) {
function $goog$string$StringBuffer$$ (line 69) | function $goog$string$StringBuffer$$($opt_a1$$, $var_args$jscomp$80$$) {
function $cljs$core$pr_opts$$ (line 93) | function $cljs$core$pr_opts$$() {
function $cljs$core$enable_console_print_BANG_$$ (line 96) | function $cljs$core$enable_console_print_BANG_$$() {
function $cljs$core$truth_$$ (line 115) | function $cljs$core$truth_$$($x$jscomp$95$$) {
function $cljs$core$array_QMARK_$$ (line 118) | function $cljs$core$array_QMARK_$$($x$jscomp$98$$) {
function $cljs$core$not$$ (line 121) | function $cljs$core$not$$($x$jscomp$100$$) {
function $cljs$core$native_satisfies_QMARK_$$ (line 124) | function $cljs$core$native_satisfies_QMARK_$$($p$$, $x$jscomp$106$$) {
function $cljs$core$type$$ (line 127) | function $cljs$core$type$$($x$jscomp$108$$) {
function $cljs$core$missing_protocol$$ (line 130) | function $cljs$core$missing_protocol$$($proto$jscomp$5$$, $obj$jscomp$79...
function $cljs$core$type__GT_str$$ (line 134) | function $cljs$core$type__GT_str$$($ty$jscomp$4$$) {
function $cljs$core$aclone$$ (line 139) | function $cljs$core$aclone$$($arr$jscomp$63$$) {
function $cljs$core$into_array$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 149) | function $cljs$core$into_array$cljs$0core$0IFn$0_invoke$0arity$02$$($ase...
function $cljs$core$Fn$$ (line 157) | function $cljs$core$Fn$$() {
function $cljs$core$IFn$$ (line 159) | function $cljs$core$IFn$$() {
function $cljs$core$ICounted$$ (line 161) | function $cljs$core$ICounted$$() {
function $cljs$core$_count$$ (line 163) | function $cljs$core$_count$$($JSCompiler_temp$jscomp$4_coll$jscomp$1$$) {
function $cljs$core$IEmptyableCollection$$ (line 180) | function $cljs$core$IEmptyableCollection$$() {
function $cljs$core$_empty$$ (line 182) | function $cljs$core$_empty$$($JSCompiler_temp$jscomp$5_coll$jscomp$3$$) {
function $cljs$core$ICollection$$ (line 199) | function $cljs$core$ICollection$$() {
function $cljs$core$_conj$$ (line 201) | function $cljs$core$_conj$$($JSCompiler_temp$jscomp$6_coll$jscomp$5$$, $...
function $cljs$core$IIndexed$$ (line 218) | function $cljs$core$IIndexed$$() {
function $G__7711__3$$ (line 221) | function $G__7711__3$$($coll$jscomp$7$$, $n$jscomp$26$$, $not_found$$) {
function $G__7711__2$$ (line 232) | function $G__7711__2$$($coll$jscomp$6$$, $n$jscomp$25$$) {
function $cljs$core$ISeq$$ (line 273) | function $cljs$core$ISeq$$() {
function $cljs$core$_first$$ (line 275) | function $cljs$core$_first$$($JSCompiler_temp$jscomp$7_coll$jscomp$12$$) {
function $cljs$core$_rest$$ (line 292) | function $cljs$core$_rest$$($JSCompiler_temp$jscomp$8_coll$jscomp$14$$) {
function $cljs$core$INext$$ (line 309) | function $cljs$core$INext$$() {
function $cljs$core$_next$$ (line 311) | function $cljs$core$_next$$($JSCompiler_temp$jscomp$9_coll$jscomp$16$$) {
function $cljs$core$ILookup$$ (line 328) | function $cljs$core$ILookup$$() {
function $G__7731__3$$ (line 331) | function $G__7731__3$$($o$jscomp$20$$, $k$jscomp$27$$, $not_found$jscomp...
function $G__7731__2$$ (line 342) | function $G__7731__2$$($o$jscomp$19$$, $k$jscomp$26$$) {
function $cljs$core$IAssociative$$ (line 383) | function $cljs$core$IAssociative$$() {
function $cljs$core$_contains_key_QMARK_$$ (line 385) | function $cljs$core$_contains_key_QMARK_$$($JSCompiler_temp$jscomp$10_co...
function $cljs$core$_assoc$$ (line 402) | function $cljs$core$_assoc$$($JSCompiler_temp$jscomp$11_coll$jscomp$20$$...
function $cljs$core$_find$$ (line 419) | function $cljs$core$_find$$($JSCompiler_temp$jscomp$12_coll$jscomp$22$$,...
function $cljs$core$IMap$$ (line 436) | function $cljs$core$IMap$$() {
function $cljs$core$_dissoc$$ (line 438) | function $cljs$core$_dissoc$$($JSCompiler_temp$jscomp$13_coll$jscomp$24$...
function $cljs$core$_key$$ (line 455) | function $cljs$core$_key$$($JSCompiler_temp$jscomp$14_coll$jscomp$26$$) {
function $cljs$core$_val$$ (line 472) | function $cljs$core$_val$$($JSCompiler_temp$jscomp$15_coll$jscomp$28$$) {
function $cljs$core$ISet$$ (line 489) | function $cljs$core$ISet$$() {
function $cljs$core$_disjoin$$ (line 491) | function $cljs$core$_disjoin$$($JSCompiler_temp$jscomp$16_coll$jscomp$30...
function $cljs$core$_peek$$ (line 508) | function $cljs$core$_peek$$($JSCompiler_temp$jscomp$17_coll$jscomp$32$$) {
function $cljs$core$_pop$$ (line 525) | function $cljs$core$_pop$$($JSCompiler_temp$jscomp$18_coll$jscomp$34$$) {
function $cljs$core$IVector$$ (line 542) | function $cljs$core$IVector$$() {
function $cljs$core$_assoc_n$$ (line 544) | function $cljs$core$_assoc_n$$($JSCompiler_temp$jscomp$19_coll$jscomp$36...
function $cljs$core$IDeref$$ (line 561) | function $cljs$core$IDeref$$() {
function $cljs$core$_deref$$ (line 563) | function $cljs$core$_deref$$($JSCompiler_temp$jscomp$20_o$jscomp$25$$) {
function $cljs$core$IMeta$$ (line 580) | function $cljs$core$IMeta$$() {
function $cljs$core$_meta$$ (line 582) | function $cljs$core$_meta$$($JSCompiler_temp$jscomp$21_o$jscomp$29$$) {
function $cljs$core$_with_meta$$ (line 599) | function $cljs$core$_with_meta$$($JSCompiler_temp$jscomp$22_o$jscomp$31$...
function $cljs$core$IReduce$$ (line 616) | function $cljs$core$IReduce$$() {
function $G__7774__3$$ (line 619) | function $G__7774__3$$($coll$jscomp$38$$, $f$jscomp$82$$, $start$jscomp$...
function $G__7774__2$$ (line 630) | function $G__7774__2$$($coll$jscomp$37$$, $f$jscomp$81$$) {
function $cljs$core$IKVReduce$$ (line 671) | function $cljs$core$IKVReduce$$() {
function $cljs$core$_kv_reduce$$ (line 673) | function $cljs$core$_kv_reduce$$($JSCompiler_temp$jscomp$23_coll$jscomp$...
function $cljs$core$_equiv$$ (line 690) | function $cljs$core$_equiv$$($JSCompiler_temp$jscomp$24_o$jscomp$33$$, $...
function $cljs$core$_hash$$ (line 707) | function $cljs$core$_hash$$($JSCompiler_temp$jscomp$25_o$jscomp$35$$) {
function $cljs$core$ISeqable$$ (line 724) | function $cljs$core$ISeqable$$() {
function $cljs$core$_seq$$ (line 726) | function $cljs$core$_seq$$($JSCompiler_temp$jscomp$26_o$jscomp$37$$) {
function $cljs$core$ISequential$$ (line 743) | function $cljs$core$ISequential$$() {
function $cljs$core$IList$$ (line 745) | function $cljs$core$IList$$() {
function $cljs$core$IRecord$$ (line 747) | function $cljs$core$IRecord$$() {
function $cljs$core$IReversible$$ (line 749) | function $cljs$core$IReversible$$() {
function $cljs$core$_rseq$$ (line 751) | function $cljs$core$_rseq$$($JSCompiler_temp$jscomp$27_coll$jscomp$45$$) {
function $cljs$core$_write$$ (line 768) | function $cljs$core$_write$$($JSCompiler_temp$jscomp$28_writer$jscomp$1$...
function $cljs$core$_flush$$ (line 785) | function $cljs$core$_flush$$($JSCompiler_temp$jscomp$29_writer$jscomp$3$...
function $cljs$core$IPrintWithWriter$$ (line 802) | function $cljs$core$IPrintWithWriter$$() {
function $cljs$core$_pr_writer$$ (line 804) | function $cljs$core$_pr_writer$$($JSCompiler_temp$jscomp$30_o$jscomp$39$...
function $cljs$core$IPending$$ (line 821) | function $cljs$core$IPending$$() {
function $cljs$core$_realized_QMARK_$$ (line 823) | function $cljs$core$_realized_QMARK_$$($JSCompiler_temp$jscomp$31_x$jsco...
function $cljs$core$_add_watch$$ (line 840) | function $cljs$core$_add_watch$$($this$$jscomp$48$$, $key$jscomp$107$$) {
function $cljs$core$_remove_watch$$ (line 857) | function $cljs$core$_remove_watch$$($this$$jscomp$50$$, $key$jscomp$109$...
function $cljs$core$_as_transient$$ (line 873) | function $cljs$core$_as_transient$$($JSCompiler_temp$jscomp$34_coll$jsco...
function $cljs$core$_conj_BANG_$$ (line 890) | function $cljs$core$_conj_BANG_$$($JSCompiler_temp$jscomp$35_tcoll$jscom...
function $cljs$core$_persistent_BANG_$$ (line 907) | function $cljs$core$_persistent_BANG_$$($JSCompiler_temp$jscomp$36_tcoll...
function $cljs$core$_assoc_BANG_$$ (line 924) | function $cljs$core$_assoc_BANG_$$($JSCompiler_temp$jscomp$37_tcoll$jsco...
function $cljs$core$IComparable$$ (line 941) | function $cljs$core$IComparable$$() {
function $cljs$core$_compare$$ (line 943) | function $cljs$core$_compare$$($JSCompiler_temp$jscomp$38_x$jscomp$114$$...
function $cljs$core$_drop_first$$ (line 960) | function $cljs$core$_drop_first$$($JSCompiler_temp$jscomp$39_coll$jscomp...
function $cljs$core$_chunked_first$$ (line 977) | function $cljs$core$_chunked_first$$($JSCompiler_temp$jscomp$40_coll$jsc...
function $cljs$core$_chunked_rest$$ (line 994) | function $cljs$core$_chunked_rest$$($JSCompiler_temp$jscomp$41_coll$jsco...
function $cljs$core$_name$$ (line 1011) | function $cljs$core$_name$$($JSCompiler_temp$jscomp$42_x$jscomp$116$$) {
function $cljs$core$_namespace$$ (line 1028) | function $cljs$core$_namespace$$($JSCompiler_temp$jscomp$43_x$jscomp$118...
function $cljs$core$_reset_BANG_$$ (line 1045) | function $cljs$core$_reset_BANG_$$($JSCompiler_temp$jscomp$44_o$jscomp$4...
function $G__8004__5$$ (line 1063) | function $G__8004__5$$($o$jscomp$45$$, $f$jscomp$93$$, $a$jscomp$58$$, $...
function $G__8004__4$$ (line 1074) | function $G__8004__4$$($o$jscomp$44$$, $f$jscomp$92$$, $a$jscomp$57$$, $...
function $G__8004__3$$ (line 1085) | function $G__8004__3$$($o$jscomp$43$$, $f$jscomp$91$$, $a$jscomp$56$$) {
function $G__8004__2$$ (line 1096) | function $G__8004__2$$($o$jscomp$42$$, $f$jscomp$90$$) {
function $cljs$core$IIterable$$ (line 1153) | function $cljs$core$IIterable$$() {
function $cljs$core$_iterator$$ (line 1155) | function $cljs$core$_iterator$$($JSCompiler_temp$jscomp$45_coll$jscomp$6...
function $cljs$core$_drop$$ (line 1172) | function $cljs$core$_drop$$($JSCompiler_temp$jscomp$46_coll$jscomp$67$$,...
function $cljs$core$StringBufferWriter$$ (line 1189) | function $cljs$core$StringBufferWriter$$($sb$jscomp$3$$) {
function $cljs$core$pr_str_STAR_$$ (line 1200) | function $cljs$core$pr_str_STAR_$$($obj$jscomp$81$$) {
function $cljs$core$m3_mix_K1$$ (line 1212) | function $cljs$core$m3_mix_K1$$($k1_x$jscomp$inline_470$$) {
function $cljs$core$m3_mix_H1$$ (line 1216) | function $cljs$core$m3_mix_H1$$($h1_x$jscomp$inline_473$$, $k1$jscomp$1$...
function $cljs$core$m3_fmix$$ (line 1220) | function $cljs$core$m3_fmix$$($h1$jscomp$1_h1__$2_h1__$4_h1__$6$$, $len$...
function $cljs$core$hash_string$$ (line 1227) | function $cljs$core$hash_string$$($JSCompiler_temp$jscomp$53_k$jscomp$42...
function $cljs$core$hash$$ (line 1260) | function $cljs$core$hash$$($JSCompiler_temp$jscomp$1202_JSCompiler_temp$...
function $cljs$core$hash_symbol$$ (line 1295) | function $cljs$core$hash_symbol$$($hash$jscomp$inline_492_sym$jscomp$2$$) {
function $cljs$core$compare_symbols$$ (line 1312) | function $cljs$core$compare_symbols$$($a$jscomp$65$$, $b$jscomp$58$$) {
function $cljs$core$Symbol$$ (line 1329) | function $cljs$core$Symbol$$($ns$jscomp$1$$, $name$jscomp$99$$, $str$jsc...
function $cljs$core$Var$$ (line 1417) | function $cljs$core$Var$$($val$jscomp$45$$, $sym$jscomp$6$$, $_meta$jsco...
function $cljs$core$iterable_QMARK_$$ (line 1595) | function $cljs$core$iterable_QMARK_$$($x$jscomp$122$$) {
function $cljs$core$seq$$ (line 1598) | function $cljs$core$seq$$($G__5878_coll$jscomp$70$$) {
function $cljs$core$first$$ (line 1616) | function $cljs$core$first$$($coll$jscomp$71_s$jscomp$36$$) {
function $cljs$core$rest$$ (line 1626) | function $cljs$core$rest$$($coll$jscomp$72_s$jscomp$37$$) {
function $cljs$core$next$$ (line 1630) | function $cljs$core$next$$($coll$jscomp$73$$) {
function $cljs$core$ES6Iterator$$ (line 1676) | function $cljs$core$ES6Iterator$$($s$jscomp$38$$) {
function $cljs$core$es6_iterator$$ (line 1687) | function $cljs$core$es6_iterator$$($coll$jscomp$74$$) {
function $cljs$core$ES6IteratorSeq$$ (line 1690) | function $cljs$core$ES6IteratorSeq$$($value$jscomp$199$$, $iter$jscomp$1...
function $cljs$core$es6_iterator_seq$$ (line 1707) | function $cljs$core$es6_iterator_seq$$($iter$jscomp$3$$) {
function $cljs$core$hash_ordered_coll$$ (line 1711) | function $cljs$core$hash_ordered_coll$$($G__8157_coll$jscomp$75_coll__$1...
function $cljs$core$hash_unordered_coll$$ (line 1722) | function $cljs$core$hash_unordered_coll$$($G__8161_coll$jscomp$76_coll__...
function $cljs$core$inc$$ (line 1758) | function $cljs$core$inc$$($x$jscomp$130$$) {
function $cljs$core$Reduced$$ (line 1761) | function $cljs$core$Reduced$$() {
function $cljs$core$reduced_QMARK_$$ (line 1769) | function $cljs$core$reduced_QMARK_$$($r$jscomp$15$$) {
function $cljs$core$deref$$ (line 1772) | function $cljs$core$deref$$($o$jscomp$66$$) {
function $cljs$core$ci_reduce$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 1775) | function $cljs$core$ci_reduce$cljs$0core$0IFn$0_invoke$0arity$02$$($cico...
function $cljs$core$ci_reduce$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 1793) | function $cljs$core$ci_reduce$cljs$0core$0IFn$0_invoke$0arity$03$$($cico...
function $cljs$core$array_reduce$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 1808) | function $cljs$core$array_reduce$cljs$0core$0IFn$0_invoke$0arity$02$$($a...
function $cljs$core$array_reduce$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 1826) | function $cljs$core$array_reduce$cljs$0core$0IFn$0_invoke$0arity$03$$($a...
function $cljs$core$array_reduce$cljs$0core$0IFn$0_invoke$0arity$04$$ (line 1841) | function $cljs$core$array_reduce$cljs$0core$0IFn$0_invoke$0arity$04$$($a...
function $cljs$core$counted_QMARK_$$ (line 1855) | function $cljs$core$counted_QMARK_$$($x$jscomp$134$$) {
function $cljs$core$indexed_QMARK_$$ (line 1858) | function $cljs$core$indexed_QMARK_$$($x$jscomp$135$$) {
function $cljs$core$_indexOf$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 1861) | function $cljs$core$_indexOf$cljs$0core$0IFn$0_invoke$0arity$03$$($coll$...
function $cljs$core$_lastIndexOf$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 1879) | function $cljs$core$_lastIndexOf$cljs$0core$0IFn$0_invoke$0arity$03$$($c...
function $cljs$core$IndexedSeqIterator$$ (line 1897) | function $cljs$core$IndexedSeqIterator$$($arr$jscomp$68$$, $i$jscomp$157...
function $cljs$core$IndexedSeq$$ (line 1909) | function $cljs$core$IndexedSeq$$($arr$jscomp$70$$, $i$jscomp$159$$, $met...
function $G__8364__1$$ (line 1940) | function $G__8364__1$$($x$jscomp$143$$) {
function $cljs$core$prim_seq$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 2023) | function $cljs$core$prim_seq$cljs$0core$0IFn$0_invoke$0arity$02$$($prim$...
function $cljs$core$RSeq$$ (line 2026) | function $cljs$core$RSeq$$($ci$$, $i$jscomp$163$$, $meta$jscomp$4$$) {
function $G__8446__1$$ (line 2057) | function $G__8446__1$$($x$jscomp$149$$) {
function $cljs$core$second$$ (line 2118) | function $cljs$core$second$$($coll$jscomp$115$$) {
function $cljs$core$last$$ (line 2121) | function $cljs$core$last$$($s$jscomp$40$$) {
function $cljs$core$empty$$ (line 2178) | function $cljs$core$empty$$($coll$jscomp$123$$) {
function $cljs$core$count$$ (line 2182) | function $cljs$core$count$$($G__8526$jscomp$inline_518_JSCompiler_temp$j...
function $cljs$core$linear_traversal_nth$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 2217) | function $cljs$core$linear_traversal_nth$cljs$0core$0IFn$0_invoke$0arity...
function $cljs$core$nth$$ (line 2235) | function $cljs$core$nth$$($var_args$jscomp$107$$) {
function $cljs$core$nth$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 2245) | function $cljs$core$nth$cljs$0core$0IFn$0_invoke$0arity$02$$($G__8538$js...
function $cljs$core$nth$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 2302) | function $cljs$core$nth$cljs$0core$0IFn$0_invoke$0arity$03$$($coll$jscom...
function $cljs$core$get$$ (line 2326) | function $cljs$core$get$$($var_args$jscomp$108$$) {
function $cljs$core$get$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 2336) | function $cljs$core$get$cljs$0core$0IFn$0_invoke$0arity$02$$($o$jscomp$7...
function $cljs$core$get$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 2340) | function $cljs$core$get$cljs$0core$0IFn$0_invoke$0arity$03$$($o$jscomp$7...
function $cljs$core$fn_QMARK_$$ (line 2423) | function $cljs$core$fn_QMARK_$$($f$jscomp$125$$) {
function $cljs$core$MetaFn$$ (line 2427) | function $cljs$core$MetaFn$$($afn$$, $meta$jscomp$6$$) {
function $cljs$core$with_meta$$ (line 2569) | function $cljs$core$with_meta$$($o$jscomp$79$$, $meta$jscomp$8$$) {
function $cljs$core$meta$$ (line 2572) | function $cljs$core$meta$$($o$jscomp$80$$) {
function $cljs$core$empty_QMARK_$$ (line 2620) | function $cljs$core$empty_QMARK_$$($coll$jscomp$141$$) {
function $cljs$core$coll_QMARK_$$ (line 2623) | function $cljs$core$coll_QMARK_$$($x$jscomp$155$$) {
function $cljs$core$set_QMARK_$$ (line 2626) | function $cljs$core$set_QMARK_$$($x$jscomp$156$$) {
function $cljs$core$sequential_QMARK_$$ (line 2629) | function $cljs$core$sequential_QMARK_$$($x$jscomp$159$$) {
function $cljs$core$map_QMARK_$$ (line 2632) | function $cljs$core$map_QMARK_$$($x$jscomp$162$$) {
function $cljs$core$record_QMARK_$$ (line 2635) | function $cljs$core$record_QMARK_$$($x$jscomp$163$$) {
function $cljs$core$vector_QMARK_$$ (line 2638) | function $cljs$core$vector_QMARK_$$($x$jscomp$164$$) {
function $cljs$core$chunked_seq_QMARK_$$ (line 2641) | function $cljs$core$chunked_seq_QMARK_$$($x$jscomp$165$$) {
function $cljs$core$array_copy$$ (line 2644) | function $cljs$core$array_copy$$($from$$, $i$jscomp$178_i__$1$jscomp$2$$...
function $cljs$core$seq_QMARK_$$ (line 2656) | function $cljs$core$seq_QMARK_$$($s$jscomp$45$$) {
function $cljs$core$boolean$0$$ (line 2659) | function $cljs$core$boolean$0$$($x$jscomp$170$$) {
function $cljs$core$ifn_QMARK_$$ (line 2662) | function $cljs$core$ifn_QMARK_$$($f$jscomp$142$$) {
function $cljs$core$integer_QMARK_$$ (line 2666) | function $cljs$core$integer_QMARK_$$($n$jscomp$68$$) {
function $cljs$core$contains_QMARK_$$ (line 2669) | function $cljs$core$contains_QMARK_$$($coll$jscomp$142$$, $v$jscomp$12$$) {
function $cljs$core$compare$$ (line 2673) | function $cljs$core$compare$$($x$jscomp$181$$, $y$jscomp$84$$) {
function $cljs$core$compare_indexed$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 2697) | function $cljs$core$compare_indexed$cljs$0core$0IFn$0_invoke$0arity$02$$...
function $cljs$core$fn__GT_comparator$$ (line 2724) | function $cljs$core$fn__GT_comparator$$() {
function $cljs$core$seq_reduce$$ (line 2730) | function $cljs$core$seq_reduce$$($var_args$jscomp$117$$) {
function $cljs$core$seq_reduce$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 2740) | function $cljs$core$seq_reduce$cljs$0core$0IFn$0_invoke$0arity$02$$($f$j...
function $cljs$core$seq_reduce$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 2745) | function $cljs$core$seq_reduce$cljs$0core$0IFn$0_invoke$0arity$03$$($f$j...
function $cljs$core$iter_reduce$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 2759) | function $cljs$core$iter_reduce$cljs$0core$0IFn$0_invoke$0arity$02$$($co...
function $cljs$core$iter_reduce$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 2777) | function $cljs$core$iter_reduce$cljs$0core$0IFn$0_invoke$0arity$03$$($co...
function $cljs$core$reduce$$ (line 2790) | function $cljs$core$reduce$$($var_args$jscomp$119$$) {
function $cljs$core$reduce$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 2800) | function $cljs$core$reduce$cljs$0core$0IFn$0_invoke$0arity$02$$($f$jscom...
function $cljs$core$reduce$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 2804) | function $cljs$core$reduce$cljs$0core$0IFn$0_invoke$0arity$03$$($f$jscom...
function $cljs$core$reduce_kv$$ (line 2808) | function $cljs$core$reduce_kv$$($f$jscomp$150$$, $init$jscomp$19$$, $col...
function $cljs$core$identity$$ (line 2816) | function $cljs$core$identity$$($x$jscomp$184$$) {
function $cljs$core$transduce$cljs$0core$0IFn$0_invoke$0arity$04$$ (line 2819) | function $cljs$core$transduce$cljs$0core$0IFn$0_invoke$0arity$04$$($f__$...
function $cljs$core$char$0$$ (line 2862) | function $cljs$core$char$0$$($x$jscomp$220$$) {
function $cljs$core$quot$$ (line 2871) | function $cljs$core$quot$$($n$jscomp$73_q$jscomp$inline_542$$, $d$jscomp...
function $cljs$core$rem$$ (line 2875) | function $cljs$core$rem$$($n$jscomp$74$$, $d$jscomp$77$$) {
function $cljs$core$bit_count$$ (line 2878) | function $cljs$core$bit_count$$($v$jscomp$13_v__$1_v__$2$$) {
function $cljs$core$_EQ__EQ_$$ (line 2883) | function $cljs$core$_EQ__EQ_$$($var_args$jscomp$143$$) {
function $cljs$core$_EQ__EQ_$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 2916) | function $cljs$core$_EQ__EQ_$cljs$0core$0IFn$0_invoke$0arity$02$$($x$jsc...
function $cljs$core$equiv_sequential$$ (line 2957) | function $cljs$core$equiv_sequential$$($G__9019$jscomp$inline_553_JSComp...
function $cljs$core$List$$ (line 2982) | function $cljs$core$List$$($meta$jscomp$9$$, $first$jscomp$4$$, $rest$js...
function $G__9062__1$$ (line 3015) | function $G__9062__1$$($x$jscomp$298$$) {
function $cljs$core$EmptyList$$ (line 3083) | function $cljs$core$EmptyList$$($meta$jscomp$11$$) {
function $G__9068__1$$ (line 3112) | function $G__9068__1$$($x$jscomp$305$$) {
function $cljs$core$reverse$$ (line 3181) | function $cljs$core$reverse$$($coll$jscomp$201_or__5002__auto__$jscomp$6...
function $cljs$core$Cons$$ (line 3224) | function $cljs$core$Cons$$($meta$jscomp$13$$, $first$jscomp$6$$, $rest$j...
function $G__9088__1$$ (line 3256) | function $G__9088__1$$($x$jscomp$311$$) {
function $cljs$core$cons$$ (line 3315) | function $cljs$core$cons$$($x$jscomp$314$$, $coll$jscomp$219$$) {
function $cljs$core$compare_keywords$$ (line 3318) | function $cljs$core$compare_keywords$$($a$jscomp$111$$, $b$jscomp$99$$) {
function $cljs$core$Keyword$$ (line 3335) | function $cljs$core$Keyword$$($ns$jscomp$4$$, $name$jscomp$103$$, $fqn$$...
function $cljs$core$keyword_identical_QMARK_$$ (line 3382) | function $cljs$core$keyword_identical_QMARK_$$($x$jscomp$316$$, $y$jscom...
function $cljs$core$namespace$$ (line 3385) | function $cljs$core$namespace$$($x$jscomp$318$$) {
function $cljs$core$LazySeq$$ (line 3424) | function $cljs$core$LazySeq$$($meta$jscomp$15$$, $fn$jscomp$8$$, $__hash...
function $JSCompiler_StaticMethods_sval$$ (line 3436) | function $JSCompiler_StaticMethods_sval$$($JSCompiler_StaticMethods_sval...
function $G__9132__1$$ (line 3460) | function $G__9132__1$$($x$jscomp$329$$) {
function $cljs$core$ChunkBuffer$$ (line 3538) | function $cljs$core$ChunkBuffer$$($buf$jscomp$1$$) {
function $cljs$core$chunk_buffer$$ (line 3556) | function $cljs$core$chunk_buffer$$($capacity$$) {
function $cljs$core$ArrayChunk$$ (line 3559) | function $cljs$core$ArrayChunk$$($arr$jscomp$74$$, $off$$, $end$jscomp$1...
function $cljs$core$ChunkedCons$$ (line 3588) | function $cljs$core$ChunkedCons$$($chunk$jscomp$7$$, $more$jscomp$25$$, ...
function $G__9150__1$$ (line 3620) | function $G__9150__1$$($x$jscomp$335$$) {
function $cljs$core$chunk_cons$$ (line 3682) | function $cljs$core$chunk_cons$$($chunk$jscomp$9$$, $rest$jscomp$9$$) {
function $cljs$core$chunk_append$$ (line 3685) | function $cljs$core$chunk_append$$($b$jscomp$100$$, $x$jscomp$338$$) {
function $cljs$core$to_array$$ (line 3688) | function $cljs$core$to_array$$($coll$jscomp$263_s$jscomp$59$$) {
function $cljs$core$bounded_count$$ (line 3698) | function $cljs$core$bounded_count$$($n$jscomp$84$$, $G__9209_coll$jscomp...
function $cljs$core$assoc_BANG_$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 3767) | function $cljs$core$assoc_BANG_$cljs$0core$0IFn$0_invoke$0arity$03$$($tc...
function $cljs$core$apply_to$$ (line 3770) | function $cljs$core$apply_to$$($f$jscomp$165$$, $argc$$, $a1$jscomp$3_ar...
function $cljs$core$next_STAR_$$ (line 3887) | function $cljs$core$next_STAR_$$($coll$jscomp$267$$) {
function $cljs$core$apply_to_simple$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 3890) | function $cljs$core$apply_to_simple$cljs$0core$0IFn$0_invoke$0arity$03$$...
function $cljs$core$apply_to_simple$cljs$0core$0IFn$0_invoke$0arity$04$$ (line 3893) | function $cljs$core$apply_to_simple$cljs$0core$0IFn$0_invoke$0arity$04$$...
function $cljs$core$apply_to_simple$cljs$0core$0IFn$0_invoke$0arity$05$$ (line 3896) | function $cljs$core$apply_to_simple$cljs$0core$0IFn$0_invoke$0arity$05$$...
function $cljs$core$apply_to_simple$cljs$0core$0IFn$0_invoke$0arity$06$$ (line 3899) | function $cljs$core$apply_to_simple$cljs$0core$0IFn$0_invoke$0arity$06$$...
function $cljs$core$apply$$ (line 4002) | function $cljs$core$apply$$($var_args$jscomp$160$$) {
function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 4023) | function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$02$$($f$jscomp...
function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 4031) | function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$03$$($f$jscomp...
function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$04$$ (line 4040) | function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$04$$($f$jscomp...
function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$05$$ (line 4044) | function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$05$$($f$jscomp...
function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 4048) | function $cljs$core$apply$cljs$0core$0IFn$0_invoke$0arity$0variadic$$($f...
function $cljs$core$__destructure_map$$ (line 4053) | function $cljs$core$__destructure_map$$($gmap$$) {
function $cljs$core$not_empty$$ (line 4056) | function $cljs$core$not_empty$$($coll$jscomp$268$$) {
function $cljs$core$t_cljs$0core6247$$ (line 4059) | function $cljs$core$t_cljs$0core6247$$($meta6248$$) {
function $cljs$core$nil_iter$$ (line 4080) | function $cljs$core$nil_iter$$() {
function $cljs$core$SeqIter$$ (line 4084) | function $cljs$core$SeqIter$$($_next$$) {
function $cljs$core$every_QMARK_$$ (line 4101) | function $cljs$core$every_QMARK_$$($G__9380_pred$$, $G__9381_coll$jscomp...
function $cljs$core$some$$ (line 4115) | function $cljs$core$some$$($G__9383_pred$jscomp$2$$, $G__9384_coll$jscom...
function $cljs$core$even_QMARK_$$ (line 4129) | function $cljs$core$even_QMARK_$$($n$jscomp$87$$) {
function $G__9486__3$$ (line 4161) | function $G__9486__3$$($x$jscomp$373$$, $y$jscomp$160$$, $z$jscomp$28$$) {
function $G__9486__2$$ (line 4164) | function $G__9486__2$$($x$jscomp$372$$, $y$jscomp$159$$) {
function $G__9486__1$$ (line 4167) | function $G__9486__1$$($x$jscomp$371$$) {
function $G__9486__0$$ (line 4170) | function $G__9486__0$$() {
function $G__9491$$ (line 4174) | function $G__9491$$($x$jscomp$375$$, $y$jscomp$162$$, $z$jscomp$30$$, $v...
function $G__9491__delegate$$ (line 4185) | function $G__9491__delegate$$($x$jscomp$374$$, $y$jscomp$161$$, $z$jscom...
function $G__9496__3$$ (line 4236) | function $G__9496__3$$($x$jscomp$380$$, $y$jscomp$166$$, $z$jscomp$33$$) {
function $G__9496__2$$ (line 4239) | function $G__9496__2$$($x$jscomp$379$$, $y$jscomp$165$$) {
function $G__9496__1$$ (line 4242) | function $G__9496__1$$($x$jscomp$378$$) {
function $G__9496__0$$ (line 4245) | function $G__9496__0$$() {
function $G__9497$$ (line 4249) | function $G__9497$$($x$jscomp$382$$, $y$jscomp$168$$, $z$jscomp$35$$, $v...
function $G__9497__delegate$$ (line 4260) | function $G__9497__delegate$$($x$jscomp$381$$, $y$jscomp$167$$, $z$jscom...
function $G__9503__3$$ (line 4311) | function $G__9503__3$$($x$jscomp$387$$, $y$jscomp$172$$, $z$jscomp$38$$) {
function $G__9503__2$$ (line 4314) | function $G__9503__2$$($x$jscomp$386$$, $y$jscomp$171$$) {
function $G__9503__1$$ (line 4317) | function $G__9503__1$$($x$jscomp$385$$) {
function $G__9503__0$$ (line 4320) | function $G__9503__0$$() {
function $G__9509$$ (line 4324) | function $G__9509$$($x$jscomp$389$$, $y$jscomp$174$$, $z$jscomp$40$$, $v...
function $G__9509__delegate$$ (line 4335) | function $G__9509__delegate$$($x$jscomp$388$$, $y$jscomp$173$$, $z$jscom...
function $G__9516$$ (line 4386) | function $G__9516$$($var_args$jscomp$180$$) {
function $G__9516__delegate$$ (line 4397) | function $G__9516__delegate$$($args$jscomp$54$$) {
function $cljs$core$fnil$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 4420) | function $cljs$core$fnil$cljs$0core$0IFn$0_invoke$0arity$02$$() {
function $cljs$core$keep$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 4492) | function $cljs$core$keep$cljs$0core$0IFn$0_invoke$0arity$02$$($f$jscomp$...
function $cljs$core$Atom$$ (line 4520) | function $cljs$core$Atom$$($state$jscomp$2$$) {
function $cljs$core$atom$cljs$0core$0IFn$0_invoke$0arity$01$$ (line 4564) | function $cljs$core$atom$cljs$0core$0IFn$0_invoke$0arity$01$$($x$jscomp$...
function $cljs$core$reset_BANG_$$ (line 4567) | function $cljs$core$reset_BANG_$$($a$jscomp$145$$, $new_value$jscomp$4$$) {
function $G__9799__2$$ (line 4667) | function $G__9799__2$$($result$jscomp$32$$, $G__6419_input$jscomp$16$$) {
function $G__9799__1$$ (line 4671) | function $G__9799__1$$($result$jscomp$31$$) {
function $G__9799__0$$ (line 4674) | function $G__9799__0$$() {
function $G__9804$$ (line 4678) | function $G__9804$$($result$jscomp$34$$, $input$jscomp$18$$, $var_args$j...
function $G__9804__delegate$$ (line 4689) | function $G__9804__delegate$$($result$jscomp$33$$, $G__6421_input$jscomp...
function $cljs$core$take$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 4809) | function $cljs$core$take$cljs$0core$0IFn$0_invoke$0arity$02$$($n$jscomp$...
function $cljs$core$drop$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 4818) | function $cljs$core$drop$cljs$0core$0IFn$0_invoke$0arity$02$$($n$jscomp$...
function $cljs$core$drop_last$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 4836) | function $cljs$core$drop_last$cljs$0core$0IFn$0_invoke$0arity$02$$($n$js...
function $cljs$core$Repeat$$ (line 4841) | function $cljs$core$Repeat$$($meta$jscomp$24$$, $count$jscomp$44$$, $val...
function $G__9917__1$$ (line 4874) | function $G__9917__1$$($x$jscomp$466$$) {
function $cljs$core$repeat$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 4978) | function $cljs$core$repeat$cljs$0core$0IFn$0_invoke$0arity$02$$($n$jscom...
function $cljs$core$interpose$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 5027) | function $cljs$core$interpose$cljs$0core$0IFn$0_invoke$0arity$02$$($sep$...
function $cljs$core$filter$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 5030) | function $cljs$core$filter$cljs$0core$0IFn$0_invoke$0arity$02$$($pred$js...
function $G__9990__1$$ (line 5086) | function $G__9990__1$$($coll$jscomp$336$$) {
function $cljs$core$VectorNode$$ (line 5203) | function $cljs$core$VectorNode$$($edit$$, $arr$jscomp$82$$) {
function $cljs$core$pv_fresh_node$$ (line 5207) | function $cljs$core$pv_fresh_node$$($edit$jscomp$2$$) {
function $cljs$core$pv_clone_node$$ (line 5210) | function $cljs$core$pv_clone_node$$($node$jscomp$9$$) {
function $cljs$core$tail_off$$ (line 5213) | function $cljs$core$tail_off$$($cnt$jscomp$5_pv$$) {
function $cljs$core$new_path$$ (line 5217) | function $cljs$core$new_path$$($edit$jscomp$3$$, $level$jscomp$19_ll$$, ...
function $cljs$core$vector_index_out_of_bounds$$ (line 5234) | function $cljs$core$vector_index_out_of_bounds$$($i$jscomp$196$$, $cnt$j...
function $cljs$core$unchecked_array_for$$ (line 5237) | function $cljs$core$unchecked_array_for$$($level$jscomp$22_pv$jscomp$3$$...
function $cljs$core$array_for$$ (line 5252) | function $cljs$core$array_for$$($pv$jscomp$4$$, $i$jscomp$198$$) {
function $cljs$core$RangedIterator$$ (line 5288) | function $cljs$core$RangedIterator$$($i$jscomp$200$$, $base$jscomp$4$$, ...
function $cljs$core$ranged_iterator$$ (line 5305) | function $cljs$core$ranged_iterator$$($v$jscomp$25$$, $start$jscomp$67$$...
function $cljs$core$pv_reduce$cljs$0core$0IFn$0_invoke$0arity$04$$ (line 5308) | function $cljs$core$pv_reduce$cljs$0core$0IFn$0_invoke$0arity$04$$($pv$j...
function $cljs$core$pv_reduce$cljs$0core$0IFn$0_invoke$0arity$05$$ (line 5311) | function $cljs$core$pv_reduce$cljs$0core$0IFn$0_invoke$0arity$05$$($pv$j...
function $cljs$core$PersistentVector$$ (line 5329) | function $cljs$core$PersistentVector$$($meta$jscomp$28$$, $cnt$jscomp$7$...
function $G__10083__1$$ (line 5366) | function $G__10083__1$$($x$jscomp$481$$) {
function $cljs$core$PersistentVector$fromArray$$ (line 5613) | function $cljs$core$PersistentVector$fromArray$$($xs$jscomp$13_xs__$1$js...
function $cljs$core$vec$$ (line 5633) | function $cljs$core$vec$$($coll$jscomp$371$$) {
function $cljs$core$ChunkedSeq$$ (line 5655) | function $cljs$core$ChunkedSeq$$($vec$$, $node$jscomp$16$$, $i$jscomp$20...
function $G__10149__1$$ (line 5689) | function $G__10149__1$$($x$jscomp$488$$) {
function $cljs$core$chunked_seq$$ (line 5795) | function $cljs$core$chunked_seq$$($var_args$jscomp$234$$) {
function $cljs$core$chunked_seq$cljs$0core$0IFn$0_invoke$0arity$04$$ (line 5808) | function $cljs$core$chunked_seq$cljs$0core$0IFn$0_invoke$0arity$04$$($ve...
function $cljs$core$chunked_seq$cljs$0core$0IFn$0_invoke$0arity$05$$ (line 5811) | function $cljs$core$chunked_seq$cljs$0core$0IFn$0_invoke$0arity$05$$($ve...
function $cljs$core$Subvec$$ (line 5814) | function $cljs$core$Subvec$$($meta$jscomp$33$$, $v$jscomp$31$$, $start$j...
function $G__10161__1$$ (line 5854) | function $G__10161__1$$($x$jscomp$494$$) {
function $cljs$core$build_subvec$$ (line 5999) | function $cljs$core$build_subvec$$($meta$jscomp$35$$, $v$jscomp$33$$, $G...
function $cljs$core$tv_ensure_editable$$ (line 6014) | function $cljs$core$tv_ensure_editable$$($edit$jscomp$4$$, $node$jscomp$...
function $cljs$core$tv_editable_root$$ (line 6017) | function $cljs$core$tv_editable_root$$($node$jscomp$21$$) {
function $cljs$core$tv_editable_tail$$ (line 6020) | function $cljs$core$tv_editable_tail$$($tl$$) {
function $cljs$core$TransientVector$$ (line 6038) | function $cljs$core$TransientVector$$($cnt$jscomp$9$$, $shift$jscomp$2$$...
function $JSCompiler_StaticMethods_cljs$core$ITransientVector$_assoc_n_BANG_$arity$3$$ (line 6079) | function $JSCompiler_StaticMethods_cljs$core$ITransientVector$_assoc_n_B...
function $cljs$core$NeverEquiv$$ (line 6150) | function $cljs$core$NeverEquiv$$() {
function $cljs$core$equiv_map$$ (line 6158) | function $cljs$core$equiv_map$$($x$jscomp$509$$, $y$jscomp$235$$) {
function $cljs$core$RecordIter$$ (line 6166) | function $cljs$core$RecordIter$$($record$$, $base_count$$, $fields$$, $e...
function $cljs$core$ES6EntriesIterator$$ (line 6188) | function $cljs$core$ES6EntriesIterator$$($s$jscomp$86$$) {
function $cljs$core$ES6SetEntriesIterator$$ (line 6200) | function $cljs$core$ES6SetEntriesIterator$$($s$jscomp$88$$) {
function $cljs$core$array_index_of$$ (line 6211) | function $cljs$core$array_index_of$$($JSCompiler_temp$jscomp$1211_JSComp...
function $cljs$core$MapEntry$$ (line 6294) | function $cljs$core$MapEntry$$($key$jscomp$125$$, $val$jscomp$75$$) {
function $G__10254__1$$ (line 6332) | function $G__10254__1$$($x$jscomp$514$$) {
function $cljs$core$map_entry_QMARK_$$ (line 6443) | function $cljs$core$map_entry_QMARK_$$($x$jscomp$517$$) {
function $cljs$core$PersistentArrayMapSeq$$ (line 6446) | function $cljs$core$PersistentArrayMapSeq$$($arr$jscomp$96$$, $i$jscomp$...
function $G__10264__1$$ (line 6477) | function $G__10264__1$$($x$jscomp$521$$) {
function $cljs$core$PersistentArrayMapIterator$$ (line 6541) | function $cljs$core$PersistentArrayMapIterator$$($arr$jscomp$99$$, $cnt$...
function $cljs$core$PersistentArrayMap$$ (line 6554) | function $cljs$core$PersistentArrayMap$$($meta$jscomp$43$$, $cnt$jscomp$...
function $cljs$core$key_test$$ (line 6771) | function $cljs$core$key_test$$($key$jscomp$127$$, $other$jscomp$90$$) {
function $cljs$core$pam_new_size$$ (line 6774) | function $cljs$core$pam_new_size$$($arr$jscomp$106$$) {
function $cljs$core$pam_grow_seed_array$$ (line 6800) | function $cljs$core$pam_grow_seed_array$$($ret__$1$jscomp$4_seed$jscomp$...
function $cljs$core$PersistentArrayMap$createAsIfByAssoc$$ (line 6816) | function $cljs$core$PersistentArrayMap$createAsIfByAssoc$$($init$jscomp$...
function $cljs$core$PersistentArrayMap$createAsIfByAssocComplexPath$$ (line 6852) | function $cljs$core$PersistentArrayMap$createAsIfByAssocComplexPath$$($i...
function $cljs$core$TransientArrayMap$$ (line 6895) | function $cljs$core$TransientArrayMap$$($len$jscomp$33$$, $arr$jscomp$10...
function $cljs$core$array__GT_transient_hash_map$$ (line 6977) | function $cljs$core$array__GT_transient_hash_map$$($len$jscomp$35$$, $ar...
function $cljs$core$Box$$ (line 6986) | function $cljs$core$Box$$() {
function $cljs$core$clone_and_set$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 6989) | function $cljs$core$clone_and_set$cljs$0core$0IFn$0_invoke$0arity$03$$($...
function $cljs$core$remove_pair$$ (line 6994) | function $cljs$core$remove_pair$$($arr$jscomp$112$$, $i$jscomp$237$$) {
function $cljs$core$edit_and_set$cljs$0core$0IFn$0_invoke$0arity$04$$ (line 7000) | function $cljs$core$edit_and_set$cljs$0core$0IFn$0_invoke$0arity$04$$($e...
function $cljs$core$inode_kv_reduce$$ (line 7005) | function $cljs$core$inode_kv_reduce$$($arr$jscomp$113$$, $f$jscomp$260$$...
function $cljs$core$NodeIterator$$ (line 7026) | function $cljs$core$NodeIterator$$($arr$jscomp$114$$) {
function $cljs$core$BitmapIndexedNode$$ (line 7068) | function $cljs$core$BitmapIndexedNode$$($edit$jscomp$7$$, $bitmap$jscomp...
function $cljs$core$ArrayNodeIterator$$ (line 7235) | function $cljs$core$ArrayNodeIterator$$($arr$jscomp$119$$) {
function $cljs$core$ArrayNode$$ (line 7263) | function $cljs$core$ArrayNode$$($edit$jscomp$10$$, $cnt$jscomp$17$$, $ar...
function $cljs$core$hash_collision_node_find_index$$ (line 7357) | function $cljs$core$hash_collision_node_find_index$$($arr$jscomp$123$$, ...
function $cljs$core$HashCollisionNode$$ (line 7370) | function $cljs$core$HashCollisionNode$$($edit$jscomp$12$$, $collision_ha...
function $cljs$core$create_node$$ (line 7438) | function $cljs$core$create_node$$($var_args$jscomp$238$$) {
function $cljs$core$create_node$cljs$0core$0IFn$0_invoke$0arity$06$$ (line 7448) | function $cljs$core$create_node$cljs$0core$0IFn$0_invoke$0arity$06$$($sh...
function $cljs$core$create_node$cljs$0core$0IFn$0_invoke$0arity$07$$ (line 7456) | function $cljs$core$create_node$cljs$0core$0IFn$0_invoke$0arity$07$$($ed...
function $cljs$core$NodeSeq$$ (line 7464) | function $cljs$core$NodeSeq$$($meta$jscomp$45$$, $nodes$jscomp$20$$, $i$...
function $G__10432__1$$ (line 7497) | function $G__10432__1$$($x$jscomp$527$$) {
function $cljs$core$create_inode_seq$$ (line 7570) | function $cljs$core$create_inode_seq$$($var_args$jscomp$239$$) {
function $cljs$core$create_inode_seq$cljs$0core$0IFn$0_invoke$0arity$01$$ (line 7580) | function $cljs$core$create_inode_seq$cljs$0core$0IFn$0_invoke$0arity$01$...
function $cljs$core$create_inode_seq$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 7583) | function $cljs$core$create_inode_seq$cljs$0core$0IFn$0_invoke$0arity$03$...
function $cljs$core$ArrayNodeSeq$$ (line 7603) | function $cljs$core$ArrayNodeSeq$$($meta$jscomp$47$$, $nodes$jscomp$24$$...
function $G__10437__1$$ (line 7636) | function $G__10437__1$$($x$jscomp$533$$) {
function $cljs$core$create_array_node_seq$$ (line 7699) | function $cljs$core$create_array_node_seq$$($var_args$jscomp$240$$) {
function $cljs$core$create_array_node_seq$cljs$0core$0IFn$0_invoke$0arity$01$$ (line 7709) | function $cljs$core$create_array_node_seq$cljs$0core$0IFn$0_invoke$0arit...
function $cljs$core$create_array_node_seq$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 7712) | function $cljs$core$create_array_node_seq$cljs$0core$0IFn$0_invoke$0arit...
function $cljs$core$HashMapIter$$ (line 7729) | function $cljs$core$HashMapIter$$($nil_val$$, $root_iter$$) {
function $cljs$core$PersistentHashMap$$ (line 7747) | function $cljs$core$PersistentHashMap$$($meta$jscomp$49$$, $cnt$jscomp$2...
function $cljs$core$PersistentHashMap$fromArrays$$ (line 7902) | function $cljs$core$PersistentHashMap$fromArrays$$($ks$jscomp$14$$, $vs$...
function $cljs$core$TransientHashMap$$ (line 7919) | function $cljs$core$TransientHashMap$$($root$jscomp$11$$, $count$jscomp$...
function $JSCompiler_StaticMethods_assoc_BANG_$$ (line 7928) | function $JSCompiler_StaticMethods_assoc_BANG_$$($JSCompiler_StaticMetho...
function $cljs$core$KeySeq$$ (line 8066) | function $cljs$core$KeySeq$$($mseq$$, $_meta$jscomp$7$$) {
function $G__10626__1$$ (line 8096) | function $G__10626__1$$($x$jscomp$557$$) {
function $cljs$core$keys$$ (line 8156) | function $cljs$core$keys$$($map$jscomp$10_temp__5804__auto__$jscomp$13$$) {
function $cljs$core$key$$ (line 8159) | function $cljs$core$key$$($map_entry$$) {
function $cljs$core$ValSeq$$ (line 8162) | function $cljs$core$ValSeq$$($mseq$jscomp$3$$, $_meta$jscomp$9$$) {
function $G__10628__1$$ (line 8192) | function $G__10628__1$$($x$jscomp$563$$) {
function $cljs$core$vals$$ (line 8252) | function $cljs$core$vals$$($map$jscomp$11_temp__5804__auto__$jscomp$14$$) {
function $cljs$core$val$$ (line 8255) | function $cljs$core$val$$($map_entry$jscomp$1$$) {
function $cljs$core$merge$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 8258) | function $cljs$core$merge$cljs$0core$0IFn$0_invoke$0arity$0variadic$$($m...
function $cljs$core$merge_with$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 8263) | function $cljs$core$merge_with$cljs$0core$0IFn$0_invoke$0arity$0variadic...
function $cljs$core$select_keys$$ (line 8283) | function $cljs$core$select_keys$$($map$jscomp$12$$) {
function $cljs$core$HashSetIter$$ (line 8294) | function $cljs$core$HashSetIter$$($iter$jscomp$9$$) {
function $cljs$core$PersistentHashSet$$ (line 8309) | function $cljs$core$PersistentHashSet$$($meta$jscomp$57$$, $hash_map$$, ...
function $cljs$core$PersistentHashSet$createAsIfByAssoc$$ (line 8429) | function $cljs$core$PersistentHashSet$createAsIfByAssoc$$($items$jscomp$...
function $cljs$core$TransientHashSet$$ (line 8442) | function $cljs$core$TransientHashSet$$($transient_map$$) {
function $cljs$core$set$$ (line 8483) | function $cljs$core$set$$($coll$jscomp$735_in$$jscomp$5_in$__$1$$) {
function $cljs$core$name$$ (line 8504) | function $cljs$core$name$$($x$jscomp$566$$) {
function $cljs$core$zipmap$$ (line 8513) | function $cljs$core$zipmap$$($G__10732_keys$jscomp$18_ks$jscomp$16$$, $G...
function $cljs$core$take_while$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 8524) | function $cljs$core$take_while$cljs$0core$0IFn$0_invoke$0arity$02$$($pre...
function $cljs$core$IntegerRangeChunk$$ (line 8537) | function $cljs$core$IntegerRangeChunk$$($start$jscomp$138$$, $step$jscom...
function $cljs$core$RangeIterator$$ (line 8563) | function $cljs$core$RangeIterator$$($i$jscomp$262$$, $end$jscomp$29$$, $...
function $cljs$core$IntegerRange$$ (line 8576) | function $cljs$core$IntegerRange$$($meta$jscomp$61$$, $start$jscomp$141$...
function $G__10802__1$$ (line 8610) | function $G__10802__1$$($x$jscomp$577$$) {
function $cljs$core$Range$$ (line 8716) | function $cljs$core$Range$$($meta$jscomp$63$$, $start$jscomp$143$$, $end...
function $G__10858__1$$ (line 8751) | function $G__10858__1$$($x$jscomp$583$$) {
function $JSCompiler_StaticMethods_forceChunk$$ (line 8770) | function $JSCompiler_StaticMethods_forceChunk$$($JSCompiler_StaticMethod...
function $cljs$core$range$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 8857) | function $cljs$core$range$cljs$0core$0IFn$0_invoke$0arity$03$$($start$js...
function $cljs$core$doall$cljs$0core$0IFn$0_invoke$0arity$01$$ (line 8860) | function $cljs$core$doall$cljs$0core$0IFn$0_invoke$0arity$01$$($coll$jsc...
function $cljs$core$re_matches$$ (line 8872) | function $cljs$core$re_matches$$($matches$jscomp$1_re$jscomp$2$$, $s$jsc...
function $cljs$core$re_find$$ (line 8878) | function $cljs$core$re_find$$($matches$jscomp$2_re$jscomp$3$$, $s$jscomp...
function $cljs$core$pr_sequential_writer$$ (line 8884) | function $cljs$core$pr_sequential_writer$$($writer$jscomp$9$$, $print_on...
function $cljs$core$write_all$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 8927) | function $cljs$core$write_all$cljs$0core$0IFn$0_invoke$0arity$0variadic$...
function $cljs$core$string_print$$ (line 8945) | function $cljs$core$string_print$$($x$jscomp$616$$) {
function $cljs$core$quote_string$$ (line 8953) | function $cljs$core$quote_string$$($s$jscomp$124$$) {
function $cljs$core$print_meta_QMARK_$$ (line 8958) | function $cljs$core$print_meta_QMARK_$$($and__5000__auto__$jscomp$28_and...
function $cljs$core$pr_writer_impl$$ (line 8962) | function $cljs$core$pr_writer_impl$$($obj$jscomp$95$$, $writer$jscomp$11...
function $cljs$core$pr_writer$$ (line 9038) | function $cljs$core$pr_writer$$($obj$jscomp$96$$, $writer$jscomp$12$$, $...
function $cljs$core$pr_str_with_opts$$ (line 9043) | function $cljs$core$pr_str_with_opts$$($c__5525__auto__$jscomp$inline_14...
function $cljs$core$println$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 9107) | function $cljs$core$println$cljs$0core$0IFn$0_invoke$0arity$0variadic$$(...
function $cljs$core$strip_ns$$ (line 9113) | function $cljs$core$strip_ns$$($named$$) {
function $cljs$core$lift_ns$$ (line 9116) | function $cljs$core$lift_ns$$($first__7055_k__$1$jscomp$1_m$jscomp$56_ns...
function $cljs$core$print_prefix_map$$ (line 9156) | function $cljs$core$print_prefix_map$$($prefix$jscomp$6$$, $m$jscomp$57$...
function $cljs$core$print_map$$ (line 9165) | function $cljs$core$print_map$$($m$jscomp$58$$, $print_one$jscomp$2$$, $...
function $cljs$core$gensym$cljs$0core$0IFn$0_invoke$0arity$01$$ (line 9309) | function $cljs$core$gensym$cljs$0core$0IFn$0_invoke$0arity$01$$($prefix_...
function $cljs$core$IEncodeJS$$ (line 9313) | function $cljs$core$IEncodeJS$$() {
function $cljs$core$_clj__GT_js$$ (line 9315) | function $cljs$core$_clj__GT_js$$($JSCompiler_temp$jscomp$141_x$jscomp$6...
function $cljs$core$key__GT_js$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 9332) | function $cljs$core$key__GT_js$cljs$0core$0IFn$0_invoke$0arity$02$$($k$j...
function $cljs$core$IEncodeClojure$$ (line 9423) | function $cljs$core$IEncodeClojure$$() {
function $cljs$core$_js__GT_clj$$ (line 9425) | function $cljs$core$_js__GT_clj$$($JSCompiler_temp$jscomp$142_x$jscomp$6...
function $cljs$core$js__GT_clj$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 9442) | function $cljs$core$js__GT_clj$cljs$0core$0IFn$0_invoke$0arity$0variadic...
function $cljs$core$get_global_hierarchy$$ (line 9458) | function $cljs$core$get_global_hierarchy$$() {
function $cljs$core$isa_QMARK_$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 9462) | function $cljs$core$isa_QMARK_$cljs$0core$0IFn$0_invoke$0arity$03$$($h$j...
function $cljs$core$parents$cljs$0core$0IFn$0_invoke$0arity$01$$ (line 9494) | function $cljs$core$parents$cljs$0core$0IFn$0_invoke$0arity$01$$($tag$js...
function $cljs$core$reset_cache$$ (line 9498) | function $cljs$core$reset_cache$$($method_cache$$, $method_table$$, $cac...
function $cljs$core$dominates$$ (line 9543) | function $cljs$core$dominates$$($x$jscomp$646$$, $y$jscomp$272$$, $or__5...
function $cljs$core$_add_method$$ (line 9577) | function $cljs$core$_add_method$$($mf$jscomp$3$$, $dispatch_val$jscomp$2...
function $cljs$core$throw_no_method_error$$ (line 9593) | function $cljs$core$throw_no_method_error$$($name$jscomp$109$$, $dispatc...
function $cljs$core$MultiFn$$ (line 9596) | function $cljs$core$MultiFn$$($name$jscomp$110$$, $dispatch_fn$$, $hiera...
function $JSCompiler_StaticMethods_cljs$core$IMultiFn$_get_method$arity$2$$ (line 9803) | function $JSCompiler_StaticMethods_cljs$core$IMultiFn$_get_method$arity$...
function $cljs$core$UUID$$ (line 9820) | function $cljs$core$UUID$$($uuid$$) {
function $cljs$core$random_uuid$$ (line 9847) | function $cljs$core$random_uuid$$() {
function $G__7768__3$$ (line 9921) | function $G__7768__3$$($_$jscomp$166$$, $f$jscomp$339$$, $executor$$) {
function $G__7768__2$$ (line 9932) | function $G__7768__2$$($_$jscomp$165$$, $f$jscomp$338$$) {
function $G__7780__3$$ (line 9974) | function $G__7780__3$$($_$jscomp$171$$, $f$jscomp$344$$, $executor$jscom...
function $G__7780__2$$ (line 9985) | function $G__7780__2$$($_$jscomp$170$$, $f$jscomp$343$$) {
function $promesa$protocols$_promise$$ (line 10026) | function $promesa$protocols$_promise$$($JSCompiler_temp$jscomp$146__$jsc...
function $G__8067__3$$ (line 10078) | function $G__8067__3$$($it$jscomp$15$$, $f$jscomp$393$$, $e$jscomp$137$$) {
function $G__8067__2$$ (line 10081) | function $G__8067__2$$($it$jscomp$14$$, $f$jscomp$392$$) {
function $G__8070__3$$ (line 10099) | function $G__8070__3$$($it$jscomp$18$$, $f$jscomp$396$$, $e$jscomp$139$$) {
function $G__8070__2$$ (line 10102) | function $G__8070__2$$($it$jscomp$17$$, $f$jscomp$395$$) {
function $sitefox$logging$flush_bound_console$$ (line 10133) | function $sitefox$logging$flush_bound_console$$($cb$jscomp$1$$) {
function $sitefox$logging$bail$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 10141) | function $sitefox$logging$bail$cljs$0core$0IFn$0_invoke$0arity$0variadic...
function $sitefox$util$env$$ (line 10148) | function $sitefox$util$env$$($var_args$jscomp$354$$) {
function $sitefox$util$env$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 10158) | function $sitefox$util$env$cljs$0core$0IFn$0_invoke$0arity$0variadic$$($...
function $clojure$string$replace_all$$ (line 10163) | function $clojure$string$replace_all$$($s$jscomp$137$$, $JSCompiler_inli...
function $clojure$string$replace_with$$ (line 10169) | function $clojure$string$replace_with$$($f$jscomp$441$$) {
function $clojure$string$replace$$ (line 10199) | function $clojure$string$replace$$($s$jscomp$138$$, $match$jscomp$9$$, $...
function $clojure$string$join$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 10208) | function $clojure$string$join$cljs$0core$0IFn$0_invoke$0arity$02$$($coll...
function $clojure$string$split_with_empty_regex$$ (line 10218) | function $clojure$string$split_with_empty_regex$$($s$jscomp$143$$, $c$js...
function $clojure$string$split$cljs$0core$0IFn$0_invoke$0arity$03$$ (line 10234) | function $clojure$string$split$cljs$0core$0IFn$0_invoke$0arity$03$$($s$j...
function $cljs$pprint$prn$$ (line 10311) | function $cljs$pprint$prn$$($var_args$jscomp$364$$) {
function $cljs$pprint$char_code$$ (line 10322) | function $cljs$pprint$char_code$$($c$jscomp$137$$) {
function $cljs$pprint$map_passing_context$$ (line 10331) | function $cljs$pprint$map_passing_context$$($func$jscomp$5$$, $context$j...
function $cljs$pprint$consume$$ (line 10346) | function $cljs$pprint$consume$$($func$jscomp$6$$, $G__11741_acc$jscomp$1...
function $cljs$pprint$unzip_map$$ (line 10359) | function $cljs$pprint$unzip_map$$($m$jscomp$75$$) {
function $cljs$pprint$tuple_map$$ (line 10434) | function $cljs$pprint$tuple_map$$($m$jscomp$76$$, $v1$jscomp$17$$) {
function $cljs$pprint$_ppflush$$ (line 10469) | function $cljs$pprint$_ppflush$$() {
function $cljs$pprint$get_field$$ (line 10487) | function $cljs$pprint$get_field$$($G__9958_this$$jscomp$141$$, $sym$jsco...
function $cljs$pprint$set_field$$ (line 10491) | function $cljs$pprint$set_field$$($this$$jscomp$142$$, $sym$jscomp$13$$,...
function $cljs$pprint$c_write_char$$ (line 10494) | function $cljs$pprint$c_write_char$$($this$$jscomp$148$$, $c$jscomp$140$...
function $cljs$pprint$t_cljs$0pprint9978$$ (line 10498) | function $cljs$pprint$t_cljs$0pprint9978$$($writer$jscomp$61$$, $max_col...
function $cljs$pprint$logical_block$$ (line 10532) | function $cljs$pprint$logical_block$$($parent$jscomp$17$$, $section$$, $...
function $cljs$pprint$ancestor_QMARK_$$ (line 10659) | function $cljs$pprint$ancestor_QMARK_$$($parent$jscomp$19$$, $child$jsco...
function $cljs$pprint$buffer_blob$$ (line 10670) | function $cljs$pprint$buffer_blob$$($type_tag$$, $data$jscomp$92$$, $tra...
function $cljs$pprint$nl_t$$ (line 10766) | function $cljs$pprint$nl_t$$($type_tag$jscomp$2$$, $type$jscomp$176$$, $...
function $cljs$pprint$start_block_t$$ (line 10861) | function $cljs$pprint$start_block_t$$($type_tag$jscomp$4$$, $logical_blo...
function $cljs$pprint$end_block_t$$ (line 10951) | function $cljs$pprint$end_block_t$$($type_tag$jscomp$6$$, $logical_block...
function $cljs$pprint$indent_t$$ (line 11040) | function $cljs$pprint$indent_t$$($type_tag$jscomp$8$$, $logical_block$js...
function $cljs$pprint$write_tokens$$ (line 11190) | function $cljs$pprint$write_tokens$$($this$$jscomp$155$$, $G__11825_seq_...
function $cljs$pprint$tokens_fit_QMARK_$$ (line 11219) | function $cljs$pprint$tokens_fit_QMARK_$$($JSCompiler_temp_const$jscomp$...
function $cljs$pprint$linear_nl_QMARK_$$ (line 11225) | function $cljs$pprint$linear_nl_QMARK_$$($this$$jscomp$157$$, $lb$jscomp...
function $cljs$pprint$miser_nl_QMARK_$$ (line 11229) | function $cljs$pprint$miser_nl_QMARK_$$($this$$jscomp$158$$, $lb$jscomp$...
function $cljs$pprint$get_section$$ (line 11256) | function $cljs$pprint$get_section$$($buffer$jscomp$23$$) {
function $cljs$pprint$get_sub_section$$ (line 11263) | function $cljs$pprint$get_sub_section$$($buffer$jscomp$24$$) {
function $cljs$pprint$emit_nl$$ (line 11270) | function $cljs$pprint$emit_nl$$($lb__$1$jscomp$inline_827_this$$jscomp$1...
function $cljs$pprint$split_at_newline$$ (line 11289) | function $cljs$pprint$split_at_newline$$($tokens$jscomp$2$$) {
function $cljs$pprint$write_line$$ (line 11313) | function $cljs$pprint$write_line$$($this$$jscomp$164$$) {
function $cljs$pprint$add_to_buffer$$ (line 11327) | function $cljs$pprint$add_to_buffer$$($this$$jscomp$165$$, $token$jscomp...
function $cljs$pprint$write_white_space$$ (line 11331) | function $cljs$pprint$write_white_space$$($this$$jscomp$167$$) {
function $cljs$pprint$write_initial_lines$$ (line 11335) | function $cljs$pprint$write_initial_lines$$($this$$jscomp$168$$, $prefix...
function $cljs$pprint$t_cljs$0pprint10492$$ (line 11392) | function $cljs$pprint$t_cljs$0pprint10492$$($writer$jscomp$65$$, $max_co...
function $cljs$pprint$pretty_writer$$ (line 11443) | function $cljs$pprint$pretty_writer$$($writer$jscomp$67$$) {
function $cljs$pprint$start_block$$ (line 11449) | function $cljs$pprint$start_block$$($newpos$jscomp$2_prefix$jscomp$11$$,...
function $cljs$pprint$end_block$$ (line 11467) | function $cljs$pprint$end_block$$() {
function $cljs$pprint$pretty_writer_QMARK_$$ (line 11482) | function $cljs$pprint$pretty_writer_QMARK_$$($x$jscomp$660$$) {
function $cljs$pprint$write_out$$ (line 11486) | function $cljs$pprint$write_out$$($object$jscomp$8$$) {
function $cljs$pprint$check_enumerated_arg$$ (line 11596) | function $cljs$pprint$check_enumerated_arg$$($arg$jscomp$11$$, $choices$...
function $cljs$pprint$level_exceeded$$ (line 11601) | function $cljs$pprint$level_exceeded$$() {
function $cljs$pprint$pprint_newline$$ (line 11605) | function $cljs$pprint$pprint_newline$$($kind$jscomp$4$$) {
function $cljs$pprint$pprint_indent$$ (line 11612) | function $cljs$pprint$pprint_indent$$($JSCompiler_inline_result$jscomp$i...
function $cljs$pprint$cl_format$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 11633) | function $cljs$pprint$cl_format$cljs$0core$0IFn$0_invoke$0arity$0variadi...
function $cljs$pprint$format_error$$ (line 11656) | function $cljs$pprint$format_error$$($full_message_message$jscomp$43$$, ...
function $cljs$pprint$arg_navigator$$ (line 11660) | function $cljs$pprint$arg_navigator$$($seq$$, $rest$jscomp$11$$, $pos$js...
function $cljs$pprint$init_navigator$$ (line 11743) | function $cljs$pprint$init_navigator$$($s$jscomp$165_s__$1$jscomp$8$$) {
function $cljs$pprint$next_arg$$ (line 11747) | function $cljs$pprint$next_arg$$($navigator$jscomp$3$$) {
function $cljs$pprint$get_format_arg$$ (line 11754) | function $cljs$pprint$get_format_arg$$($compiled_format$jscomp$1_navigat...
function $cljs$pprint$absolute_reposition$$ (line 11761) | function $cljs$pprint$absolute_reposition$$($navigator$jscomp$6$$, $G__1...
function $cljs$pprint$relative_reposition$$ (line 11765) | function $cljs$pprint$relative_reposition$$($navigator$jscomp$7$$, $posi...
function $cljs$pprint$compiled_directive$$ (line 11769) | function $cljs$pprint$compiled_directive$$($func$jscomp$8$$, $def$jscomp...
function $cljs$pprint$realize_parameter$$ (line 11858) | function $cljs$pprint$realize_parameter$$($offset$jscomp$34_p__10850_vec...
function $cljs$pprint$realize_parameter_list$$ (line 11870) | function $cljs$pprint$realize_parameter_list$$($pairs$jscomp$2_parameter...
function $cljs$pprint$format_ascii$$ (line 11877) | function $cljs$pprint$format_ascii$$($base_output_print_func$$, $params$...
function $cljs$pprint$remainders$$ (line 11911) | function $cljs$pprint$remainders$$($base$jscomp$7$$, $val$jscomp$102$$) {
function $cljs$pprint$base_str$$ (line 11916) | function $cljs$pprint$base_str$$($base$jscomp$8$$, $val$jscomp$103$$) {
function $cljs$pprint$group_by_STAR_$$ (line 11921) | function $cljs$pprint$group_by_STAR_$$($unit$jscomp$4$$, $lis$jscomp$1$$) {
function $cljs$pprint$format_integer$$ (line 11926) | function $cljs$pprint$format_integer$$($base$jscomp$10_group_str_11986_p...
function $cljs$pprint$format_simple_cardinal$$ (line 11951) | function $cljs$pprint$format_simple_cardinal$$($num$jscomp$8_tens$$) {
function $cljs$pprint$add_english_scales$$ (line 11969) | function $cljs$pprint$add_english_scales$$($G__12016_parts$jscomp$14_rem...
function $cljs$pprint$format_roman$$ (line 11987) | function $cljs$pprint$format_roman$$($table$$, $navigator$jscomp$12_navi...
function $cljs$pprint$pretty_character$$ (line 12011) | function $cljs$pprint$pretty_character$$($navigator__$1$jscomp$5_params$...
function $cljs$pprint$readable_character$$ (line 12023) | function $cljs$pprint$readable_character$$($expr__11039_12065_params$jsc...
function $cljs$pprint$plain_character$$ (line 12047) | function $cljs$pprint$plain_character$$($char$_params$jscomp$16$$, $navi...
function $cljs$pprint$abort_QMARK_$$ (line 12054) | function $cljs$pprint$abort_QMARK_$$($context$jscomp$8_token$jscomp$17$$) {
function $cljs$pprint$execute_sub_format$$ (line 12058) | function $cljs$pprint$execute_sub_format$$($format$jscomp$21$$, $args$js...
function $cljs$pprint$float_parts$$ (line 12073) | function $cljs$pprint$float_parts$$($e$jscomp$160_e__$1$jscomp$1_f$jscom...
function $cljs$pprint$round_str$$ (line 12118) | function $cljs$pprint$round_str$$($expanded_m$jscomp$79_result$jscomp$84...
function $cljs$pprint$get_fixed$$ (line 12171) | function $cljs$pprint$get_fixed$$($m$jscomp$82_m1$jscomp$inline_893$$, $...
function $cljs$pprint$insert_scaled_decimal$$ (line 12184) | function $cljs$pprint$insert_scaled_decimal$$($m$jscomp$83$$, $k$jscomp$...
function $cljs$pprint$fixed_float$$ (line 12187) | function $cljs$pprint$fixed_float$$($params$jscomp$18$$, $navigator$jsco...
function $cljs$pprint$exponential_float$$ (line 12225) | function $cljs$pprint$exponential_float$$($params$jscomp$19$$, $navigato...
function $cljs$pprint$general_float$$ (line 12279) | function $cljs$pprint$general_float$$($navigator__$1$jscomp$10_params$js...
function $cljs$pprint$dollar_float$$ (line 12296) | function $cljs$pprint$dollar_float$$($params$jscomp$21$$, $navigator$jsc...
function $cljs$pprint$choice_conditional$$ (line 12322) | function $cljs$pprint$choice_conditional$$($params$jscomp$22$$, $arg__$1...
function $cljs$pprint$boolean_conditional$$ (line 12331) | function $cljs$pprint$boolean_conditional$$($params$jscomp$23$$, $arg$js...
function $cljs$pprint$check_arg_conditional$$ (line 12339) | function $cljs$pprint$check_arg_conditional$$($params$jscomp$24$$, $arg_...
function $cljs$pprint$iterate_sublist$$ (line 12346) | function $cljs$pprint$iterate_sublist$$($params$jscomp$25$$, $clause$jsc...
function $cljs$pprint$iterate_list_of_sublists$$ (line 12374) | function $cljs$pprint$iterate_list_of_sublists$$($params$jscomp$26$$, $c...
function $cljs$pprint$iterate_main_list$$ (line 12396) | function $cljs$pprint$iterate_main_list$$($params$jscomp$27$$, $clause$j...
function $cljs$pprint$iterate_main_sublists$$ (line 12420) | function $cljs$pprint$iterate_main_sublists$$($params$jscomp$28$$, $clau...
function $cljs$pprint$logical_block_or_justify$$ (line 12444) | function $cljs$pprint$logical_block_or_justify$$($JSCompiler_temp$jscomp...
function $cljs$pprint$render_clauses$$ (line 12471) | function $cljs$pprint$render_clauses$$($G__12189_clauses$jscomp$3_clause...
function $cljs$pprint$justify_clauses$$ (line 12497) | function $cljs$pprint$justify_clauses$$($params$jscomp$30$$, $navigator$...
function $cljs$pprint$t_cljs$0pprint11319$$ (line 12555) | function $cljs$pprint$t_cljs$0pprint11319$$($writer$jscomp$70$$, $meta11...
function $cljs$pprint$downcase_writer$$ (line 12580) | function $cljs$pprint$downcase_writer$$($writer$jscomp$72$$) {
function $cljs$pprint$t_cljs$0pprint11334$$ (line 12583) | function $cljs$pprint$t_cljs$0pprint11334$$($writer$jscomp$73$$, $meta11...
function $cljs$pprint$upcase_writer$$ (line 12608) | function $cljs$pprint$upcase_writer$$($writer$jscomp$75$$) {
function $cljs$pprint$capitalize_string$$ (line 12611) | function $cljs$pprint$capitalize_string$$($s$jscomp$170_s__$1$jscomp$9$$...
function $cljs$pprint$t_cljs$0pprint11374$$ (line 12624) | function $cljs$pprint$t_cljs$0pprint11374$$($writer$jscomp$76$$, $last_w...
function $cljs$pprint$capitalize_word_writer$$ (line 12650) | function $cljs$pprint$capitalize_word_writer$$($writer$jscomp$78$$) {
function $cljs$pprint$t_cljs$0pprint11401$$ (line 12653) | function $cljs$pprint$t_cljs$0pprint11401$$($writer$jscomp$79$$, $capped...
function $cljs$pprint$init_cap_writer$$ (line 12683) | function $cljs$pprint$init_cap_writer$$($writer$jscomp$81$$) {
function $cljs$pprint$set_indent$$ (line 12686) | function $cljs$pprint$set_indent$$($params$jscomp$35$$, $navigator$jscom...
function $cljs$pprint$conditional_newline$$ (line 12691) | function $cljs$pprint$conditional_newline$$($kind$jscomp$6_params$jscomp...
function $cljs$pprint$extract_param$$ (line 12993) | function $cljs$pprint$extract_param$$($m$jscomp$86_new_offset$jscomp$1_p...
function $cljs$pprint$translate_param$$ (line 13002) | function $cljs$pprint$translate_param$$($offset$jscomp$75_p__11493$$) {
function $cljs$pprint$extract_flags$$ (line 13010) | function $cljs$pprint$extract_flags$$($s$jscomp$175$$, $offset$jscomp$76...
function $cljs$pprint$check_flags$$ (line 13023) | function $cljs$pprint$check_flags$$($def$jscomp$3$$, $flags$jscomp$8$$) {
function $cljs$pprint$map_params$$ (line 13041) | function $cljs$pprint$map_params$$($def$jscomp$4$$, $params$jscomp$71$$,...
function $cljs$pprint$compile_directive$$ (line 13090) | function $cljs$pprint$compile_directive$$($raw_params_s$jscomp$176$$, $f...
function $cljs$pprint$compile_raw_string$$ (line 13132) | function $cljs$pprint$compile_raw_string$$($s$jscomp$177$$, $offset$jsco...
function $cljs$pprint$process_bracket$$ (line 13138) | function $cljs$pprint$process_bracket$$($this$$jscomp$186$$, $remainder$...
function $cljs$pprint$process_clause$$ (line 13145) | function $cljs$pprint$process_clause$$($bracket_info$$, $offset$jscomp$8...
function $cljs$pprint$collect_clauses$$ (line 13168) | function $cljs$pprint$collect_clauses$$($bracket_info$jscomp$1$$, $offse...
function $cljs$pprint$process_nesting$$ (line 13189) | function $cljs$pprint$process_nesting$$($format$jscomp$22$$) {
function $cljs$pprint$compile_format$$ (line 13197) | function $cljs$pprint$compile_format$$($format_str$$) {
function $cljs$pprint$execute_format$cljs$0core$0IFn$0_invoke$0arity$02$$ (line 13229) | function $cljs$pprint$execute_format$cljs$0core$0IFn$0_invoke$0arity$02$...
function $G__11161$$ (line 13248) | function $G__11161$$($var_args$jscomp$296$$) {
function $G__11161__delegate$$ (line 13259) | function $G__11161__delegate$$($args$jscomp$108$$) {
function $cljs$pprint$pprint_reader_macro$$ (line 13272) | function $cljs$pprint$pprint_reader_macro$$($alis$$) {
function $cljs$pprint$pprint_vector$$ (line 13277) | function $cljs$pprint$pprint_vector$$($G__12441_avec$$) {
function $G__12444$$ (line 13312) | function $G__12444$$($var_args$jscomp$370$$) {
function $G__12444__delegate$$ (line 13323) | function $G__12444__delegate$$($args__9737__auto___navigator__9738__auto...
function $cljs$pprint$pprint_map$$ (line 13336) | function $cljs$pprint$pprint_map$$($amap$$) {
function $cljs$pprint$pprint_simple_default$$ (line 13395) | function $cljs$pprint$pprint_simple_default$$($obj$jscomp$135$$) {
function $G__12473$$ (line 13401) | function $G__12473$$($var_args$jscomp$371$$) {
function $G__12473__delegate$$ (line 13412) | function $G__12473__delegate$$($args__9737__auto__$jscomp$3_navigator__9...
function $G__12488$$ (line 13427) | function $G__12488$$($var_args$jscomp$372$$) {
function $G__12488__delegate$$ (line 13438) | function $G__12488__delegate$$($args__9737__auto__$jscomp$6_navigator__9...
function $cljs$pprint$type_dispatcher$$ (line 13451) | function $cljs$pprint$type_dispatcher$$($obj$jscomp$136$$) {
function $cljs$pprint$brackets$$ (line 13500) | function $cljs$pprint$brackets$$($form$jscomp$7$$) {
function $cljs$pprint$pprint_ns_reference$$ (line 13503) | function $cljs$pprint$pprint_ns_reference$$($reference$$) {
function $G__12568$$ (line 13759) | function $G__12568$$($var_args$jscomp$383$$) {
function $G__12568__delegate$$ (line 13770) | function $G__12568__delegate$$($args__9737__auto__$jscomp$39_navigator__...
function $cljs$pprint$single_defn$$ (line 13783) | function $cljs$pprint$single_defn$$($alis$jscomp$4$$, $has_doc_str_QMARK...
function $cljs$pprint$multi_defn$$ (line 13864) | function $cljs$pprint$multi_defn$$($alis$jscomp$5$$) {
function $cljs$pprint$pprint_defn$$ (line 13893) | function $cljs$pprint$pprint_defn$$($alis$jscomp$6_first__11630$$) {
function $cljs$pprint$pprint_binding_form$$ (line 14002) | function $cljs$pprint$pprint_binding_form$$($binding_12606_binding_vec$$) {
function $cljs$pprint$pprint_let$$ (line 14047) | function $cljs$pprint$pprint_let$$($alis$jscomp$7$$) {
function $G__12629$$ (line 14118) | function $G__12629$$($var_args$jscomp$393$$) {
function $G__12629__delegate$$ (line 14129) | function $G__12629__delegate$$($args__9737__auto__$jscomp$69_navigator__...
function $cljs$pprint$pprint_simple_code_list$$ (line 14142) | function $cljs$pprint$pprint_simple_code_list$$($G__12687_alis$jscomp$11...
function $G__12672$$ (line 14229) | function $G__12672$$($var_args$jscomp$395$$) {
function $G__12672__delegate$$ (line 14240) | function $G__12672__delegate$$($args__9737__auto__$jscomp$75_navigator__...
function $G__12659$$ (line 14273) | function $G__12659$$($var_args$jscomp$394$$) {
function $G__12659__delegate$$ (line 14284) | function $G__12659__delegate$$($args__9737__auto__$jscomp$72_navigator__...
function $G__12553$$ (line 14362) | function $G__12553$$($var_args$jscomp$380$$) {
function $G__12553__delegate$$ (line 14373) | function $G__12553__delegate$$($args__9737__auto__$jscomp$30_navigator__...
function $G__12556$$ (line 14389) | function $G__12556$$($var_args$jscomp$381$$) {
function $G__12556__delegate$$ (line 14400) | function $G__12556__delegate$$($args__9737__auto__$jscomp$33_navigator__...
function $G__12561$$ (line 14417) | function $G__12561$$($var_args$jscomp$382$$) {
function $G__12561__delegate$$ (line 14428) | function $G__12561__delegate$$($args__9737__auto__$jscomp$36_navigator__...
function $cljs$test$get_current_env$$ (line 14560) | function $cljs$test$get_current_env$$() {
function $cljs$test$update_current_env_BANG_$$ (line 14567) | function $cljs$test$update_current_env_BANG_$$($var_args$jscomp$398$$) {
function $cljs$test$testing_vars_str$$ (line 14580) | function $cljs$test$testing_vars_str$$($file$jscomp$1_m$jscomp$87$$) {
function $cljs$test$inc_report_counter_BANG_$$ (line 14589) | function $cljs$test$inc_report_counter_BANG_$$($name$jscomp$126$$) {
function $cljs$test$print_comparison$$ (line 14605) | function $cljs$test$print_comparison$$($m$jscomp$91$$) {
function $sitefox$db$ls$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 14713) | function $sitefox$db$ls$cljs$0core$0IFn$0_invoke$0arity$0variadic$$($p__...
function $reagent$impl$util$capitalize$$ (line 14741) | function $reagent$impl$util$capitalize$$($s$jscomp$181$$) {
function $reagent$impl$util$dash_to_prop_name$$ (line 14744) | function $reagent$impl$util$dash_to_prop_name$$($dashed_name_str$$) {
function $reagent$impl$util$fun_name$$ (line 14754) | function $reagent$impl$util$fun_name$$($f$jscomp$458$$) {
function $reagent$impl$util$named_QMARK_$$ (line 14783) | function $reagent$impl$util$named_QMARK_$$($x$jscomp$676$$) {
function $reagent$impl$util$get_react_key$$ (line 14826) | function $reagent$impl$util$get_react_key$$($x$jscomp$679$$) {
function $reagent$impl$util$react_key_from_vec$$ (line 14838) | function $reagent$impl$util$react_key_from_vec$$($G__10098_v$jscomp$125$...
function $reagent$impl$batching$fake_raf$$ (line 14860) | function $reagent$impl$batching$fake_raf$$($f$jscomp$462$$) {
function $reagent$impl$batching$compare_mount_order$$ (line 14882) | function $reagent$impl$batching$compare_mount_order$$($c1$jscomp$10$$, $...
function $reagent$impl$batching$ratom_flush$$ (line 14885) | function $reagent$impl$batching$ratom_flush$$() {
function $reagent$impl$batching$run_funs$$ (line 14888) | function $reagent$impl$batching$run_funs$$($fs$jscomp$4$$) {
function $reagent$impl$batching$enqueue$$ (line 14899) | function $reagent$impl$batching$enqueue$$($queue$$, $fs$jscomp$5$$, $f$j...
function $reagent$impl$batching$RenderQueue$$ (line 14903) | function $reagent$impl$batching$RenderQueue$$() {
function $G__10162$$ (line 14920) | function $G__10162$$() {
function $reagent$impl$batching$queue_render$$ (line 14977) | function $reagent$impl$batching$queue_render$$($c$jscomp$174$$) {
function $reagent$impl$protocols$get_id$$ (line 14984) | function $reagent$impl$protocols$get_id$$($JSCompiler_temp$jscomp$220_th...
function $reagent$impl$protocols$as_element$$ (line 15001) | function $reagent$impl$protocols$as_element$$($JSCompiler_temp$jscomp$22...
function $reagent$impl$protocols$make_element$$ (line 15018) | function $reagent$impl$protocols$make_element$$($JSCompiler_temp$jscomp$...
function $reagent$ratom$deref_capture$$ (line 15073) | function $reagent$ratom$deref_capture$$($c$jscomp$176_f$jscomp$469$$, $r...
function $reagent$ratom$notify_deref_watcher_BANG_$$ (line 15112) | function $reagent$ratom$notify_deref_watcher_BANG_$$($derefed$$) {
function $reagent$ratom$add_w$$ (line 15119) | function $reagent$ratom$add_w$$($this$$jscomp$204$$, $key$jscomp$171$$, ...
function $reagent$ratom$remove_w$$ (line 15123) | function $reagent$ratom$remove_w$$($this$$jscomp$205$$, $key$jscomp$172$...
function $reagent$ratom$notify_w$$ (line 15127) | function $reagent$ratom$notify_w$$($this$$jscomp$206$$, $old$jscomp$3$$,...
function $reagent$ratom$pr_atom$$ (line 15144) | function $reagent$ratom$pr_atom$$($writer$jscomp$83$$, $opts$jscomp$60$$...
function $reagent$ratom$flush_BANG_$$ (line 15161) | function $reagent$ratom$flush_BANG_$$() {
function $reagent$ratom$RAtom$$ (line 15178) | function $reagent$ratom$RAtom$$($state$jscomp$18$$, $meta$jscomp$66$$, $...
function $reagent$ratom$dispose_BANG_$$ (line 15233) | function $reagent$ratom$dispose_BANG_$$($JSCompiler_temp$jscomp$226_this...
function $reagent$ratom$handle_reaction_change$$ (line 15250) | function $reagent$ratom$handle_reaction_change$$($this$$jscomp$226$$, $s...
function $reagent$ratom$Reaction$$ (line 15253) | function $reagent$ratom$Reaction$$($f$jscomp$492$$) {
function $reagent$ratom$make_reaction$$ (line 15432) | function $reagent$ratom$make_reaction$$($var_args$jscomp$414$$) {
function $reagent$ratom$run_in_reaction$$ (line 15450) | function $reagent$ratom$run_in_reaction$$($f$jscomp$495$$, $obj$jscomp$1...
function $reagent$impl$component$props_argv$$ (line 15458) | function $reagent$impl$component$props_argv$$($JSCompiler_temp_const$jsc...
function $reagent$impl$component$reagent_class_QMARK_$$ (line 15480) | function $reagent$impl$component$reagent_class_QMARK_$$($G__10738__$1$js...
function $reagent$impl$component$wrap_render$$ (line 15487) | function $reagent$impl$component$wrap_render$$($c$jscomp$186$$, $compile...
function $reagent$impl$component$do_render$$ (line 15540) | function $reagent$impl$component$do_render$$($c$jscomp$189$$, $compiler$...
function $reagent$impl$component$custom_wrapper$$ (line 15550) | function $reagent$impl$component$custom_wrapper$$($key$jscomp$183$$, $f$...
function $reagent$impl$component$camelify_map_keys$$ (line 15659) | function $reagent$impl$component$camelify_map_keys$$($fun_map$$) {
function $reagent$impl$component$wrap_funs$$ (line 15664) | function $reagent$impl$component$wrap_funs$$($fmap$$, $compiler$jscomp$3...
function $reagent$impl$component$map_to_js$$ (line 15691) | function $reagent$impl$component$map_to_js$$($m$jscomp$122$$) {
function $reagent$impl$component$cljsify$$ (line 15698) | function $reagent$impl$component$cljsify$$($body$jscomp$2$$, $compiler$j...
function $reagent$impl$component$create_class$$ (line 15702) | function $reagent$impl$component$create_class$$($body$jscomp$3_body__$1$...
function $reagent$impl$component$cache_react_class$$ (line 15724) | function $reagent$impl$component$cache_react_class$$($compiler$jscomp$7_...
function $reagent$impl$component$functional_wrap_render$$ (line 15728) | function $reagent$impl$component$functional_wrap_render$$($compiler$jsco...
function $reagent$impl$component$functional_do_render$$ (line 15765) | function $reagent$impl$component$functional_do_render$$($compiler$jscomp...
function $reagent$impl$component$functional_render$$ (line 15774) | function $reagent$impl$component$functional_render$$($compiler$jscomp$14...
function $reagent$impl$component$functional_render_memo_fn$$ (line 15805) | function $reagent$impl$component$functional_render_memo_fn$$($old_argv$j...
function $reagent$impl$component$functional_render_fn$$ (line 15814) | function $reagent$impl$component$functional_render_fn$$($compiler$jscomp...
function $reagent$impl$input$input_node_set_value$$ (line 15828) | function $reagent$impl$input$input_node_set_value$$($node$jscomp$128$$, ...
function $reagent$impl$input$input_component_set_value$$ (line 15850) | function $reagent$impl$input$input_component_set_value$$($this$$jscomp$2...
function $reagent$impl$input$input_handle_change$$ (line 15858) | function $reagent$impl$input$input_handle_change$$($this$$jscomp$251$$, ...
function $reagent$impl$input$input_render_setup$$ (line 15865) | function $reagent$impl$input$input_render_setup$$($jsprops$jscomp$4$$) {
function $reagent$impl$template$cache_get$$ (line 15895) | function $reagent$impl$template$cache_get$$($o$jscomp$150$$, $k$jscomp$2...
function $reagent$impl$template$kv_conv$$ (line 15898) | function $reagent$impl$template$kv_conv$$($o$jscomp$151$$, $JSCompiler_i...
function $reagent$impl$template$convert_prop_value$$ (line 15908) | function $reagent$impl$template$convert_prop_value$$($x$jscomp$705$$) {
function $reagent$impl$template$custom_kv_conv$$ (line 15934) | function $reagent$impl$template$custom_kv_conv$$($o$jscomp$152$$, $JSCom...
function $reagent$impl$template$convert_custom_prop_value$$ (line 15944) | function $reagent$impl$template$convert_custom_prop_value$$($x$jscomp$70...
function $reagent$impl$template$make_element$$ (line 15969) | function $reagent$impl$template$make_element$$($this$$jscomp$255$$, $arg...
function $reagent$impl$template$HiccupTag$$ (line 15982) | function $reagent$impl$template$HiccupTag$$($tag$jscomp$20$$, $id$jscomp...
function $reagent$impl$template$reag_element$$ (line 15988) | function $reagent$impl$template$reag_element$$($JSCompiler_temp$jscomp$1...
function $reagent$impl$template$function_element$$ (line 16000) | function $reagent$impl$template$function_element$$($tag$jscomp$24$$, $te...
function $reagent$impl$template$maybe_function_element$$ (line 16010) | function $reagent$impl$template$maybe_function_element$$($tag$jscomp$25$...
function $reagent$impl$template$native_element$$ (line 16018) | function $reagent$impl$template$native_element$$($parsed$$, $argv$jscomp...
function $reagent$impl$template$expand_seq$$ (line 16064) | function $reagent$impl$template$expand_seq$$($s$jscomp$191$$, $compiler$...
function $reagent$impl$template$vec_to_elem$$ (line 16069) | function $reagent$impl$template$vec_to_elem$$($G__11328$jscomp$inline_11...
function $reagent$impl$template$t_reagent$0impl$0template11240$$ (line 16142) | function $reagent$impl$template$t_reagent$0impl$0template11240$$($opts$j...
function $sitefox$html$parse$$ (line 16169) | function $sitefox$html$parse$$($html_string$$) {
function $sitefox$html$render_into$$ (line 16172) | function $sitefox$html$render_into$$($reagent_forms$$) {
function $sitefox$web$create_store$$ (line 16196) | function $sitefox$web$create_store$$($kv$jscomp$1$$) {
function $sitefox$web$add_default_middleware$$ (line 16255) | function $sitefox$web$add_default_middleware$$($var_args$jscomp$424$$) {
function $sitefox$web$add_default_middleware$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 16265) | function $sitefox$web$add_default_middleware$cljs$0core$0IFn$0_invoke$0a...
function $sitefox$web$static_folder$$ (line 16320) | function $sitefox$web$static_folder$$($app$jscomp$2$$, $route$$, $G__125...
function $sitefox$web$serve$$ (line 16327) | function $sitefox$web$serve$$($app$jscomp$4$$) {
function $sitefox$web$start$$ (line 16336) | function $sitefox$web$start$$() {
function $sitefox$web$build_absolute_uri$$ (line 16344) | function $sitefox$web$build_absolute_uri$$($req$jscomp$4$$, $path$jscomp...
function $sitefox$mail$smtp_transport$$ (line 16368) | function $sitefox$mail$smtp_transport$$() {
function $sitefox$mail$send_email$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 16379) | function $sitefox$mail$send_email$cljs$0core$0IFn$0_invoke$0arity$0varia...
function $sitefox$tracebacks$write_error_to_logfile$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 16415) | function $sitefox$tracebacks$write_error_to_logfile$cljs$0core$0IFn$0_in...
function $sitefox$tracebacks$flush_error_log$$ (line 16423) | function $sitefox$tracebacks$flush_error_log$$($log$$) {
function $sitefox$tracebacks$handle_traceback$$ (line 16428) | function $sitefox$tracebacks$handle_traceback$$($email_address$$, $log$j...
function $sitefox$tracebacks$install_traceback_handler$$ (line 16446) | function $sitefox$tracebacks$install_traceback_handler$$($var_args$jscom...
function $sitefox$tracebacks$install_traceback_handler$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 16456) | function $sitefox$tracebacks$install_traceback_handler$cljs$0core$0IFn$0...
function $sitefox$auth$make_hmac_token$$ (line 16481) | function $sitefox$auth$make_hmac_token$$($var_args$jscomp$429$$) {
function $rogule$util$zero_pad$$ (line 16523) | function $rogule$util$zero_pad$$($n$jscomp$193$$) {
function $rogule$util$date_token$cljs$0core$0IFn$0_invoke$0arity$0variadic$$ (line 16526) | function $rogule$util$date_token$cljs$0core$0IFn$0_invoke$0arity$0variad...
function $rogule$server$to_minutes$$ (line 16556) | function $rogule$server$to_minutes$$($ms$jscomp$5$$) {
function $rogule$server$compute_win_percent$$ (line 16560) | function $rogule$server$compute_win_percent$$($outcomes_plays$$) {
function $rogule$server$get_duration$$ (line 16572) | function $rogule$server$get_duration$$($play$$) {
function $rogule$server$compute_median_play_time$$ (line 16585) | function $rogule$server$compute_median_play_time$$($JSCompiler_inline_re...
function $rogule$server$component_admin$$ (line 16603) | function $rogule$server$component_admin$$($_req$jscomp$2$$, $past_seven_...
function $rogule$server$admin_page$$ (line 16642) | function $rogule$server$admin_page$$($req$jscomp$41$$, $res$jscomp$46$$) {
function $rogule$server$store_game_record$$ (line 16672) | function $rogule$server$store_game_record$$($req$jscomp$42$$, $res$jscom...
function $rogule$server$setup_routes$$ (line 16728) | function $rogule$server$setup_routes$$($app$jscomp$11$$) {
Condensed preview — 41 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (3,777K chars).
[
{
"path": ".clj-kondo/config.edn",
"chars": 47,
"preview": "{:lint-as {promesa.core/let clojure.core/let}}\n"
},
{
"path": ".gitignore",
"chars": 148,
"preview": ".*.swp\n.shadow-cljs\ndevserver.js\nlogs\nnode_modules\n.cache\nworkspace\npublic/js\npublic/twemojis\ndatabase.sqlite\npackage-lo"
},
{
"path": "ENV",
"chars": 172,
"preview": "NGINX_SERVER_NAME=rogule.com\nNGINX_HTTPS_ONLY=1\n# NGINX_STATIC_PATHS=/:public\n# NGINX_INCLUDE_FILE=nginx.conf\n# PIKU_AUT"
},
{
"path": "LICENSE.md",
"chars": 34283,
"preview": "### GNU AFFERO GENERAL PUBLIC LICENSE\n\nVersion 3, 19 November 2007\n\nCopyright (C) 2007 Free Software Foundation, Inc.\n<h"
},
{
"path": "Makefile",
"chars": 1384,
"preview": "STATIC=public/*.html public/css public/*.png public/sw.js public/manifest.json # public/images public/assets\nBRANCH=$(sh"
},
{
"path": "Procfile",
"chars": 286,
"preview": "# wsgi: dotted.module:entry_point\nweb: cd build && node server.js\nanalytics: ./bin/analytics\n# release: make PROD=1\n# st"
},
{
"path": "README.md",
"chars": 313,
"preview": "The video game Rogule. <https://rogule.com>\n\nA dungeon a day keeps the Balrog away.\n\n)\n\n(try\n (fs/mkd"
},
{
"path": "build/public/css/style.css",
"chars": 7945,
"preview": "@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&display=swap');\n\n:root {\n --tile-width: 32px;\n --bum"
},
{
"path": "build/public/game.html",
"chars": 1745,
"preview": "<!doctype html>\n<html lang=\"en-us\">\n <head>\n <title>Rogule</title>\n <meta charset=\"utf-8\">\n <meta name=\"viewpo"
},
{
"path": "build/public/index.html",
"chars": 2106,
"preview": "<!doctype html>\n<html lang=\"en-us\">\n <head>\n <title>Rogule - a dungeon a day keeps the Balrog away</title>\n <meta"
},
{
"path": "build/public/js/main.js",
"chars": 486457,
"preview": "(function(){\nshadow$provide[16]=function(ea,ia,ja,L){function B(){throw Error(\"setTimeout has not been defined\");}functi"
},
{
"path": "build/public/js/manifest.edn",
"chars": 4355,
"preview": "[{:module-id :shared, :name :shared, :output-name \"shared.js\", :entries [], :depends-on nil, :sources [\"goog/base.js\" \"g"
},
{
"path": "build/public/js/shared.js",
"chars": 360287,
"preview": "var shadow$provide = {};\nvar $APP = {};\n(function(){\nshadow$provide[0]=function(ea,ia,ja,L){var B=Object.getOwnPropertyS"
},
{
"path": "build/public/js/twemojisearch.js",
"chars": 886354,
"preview": "(function(){\n'use strict';var lD=function(a){return $APP.wh.l($APP.Xh($APP.Xh(a.toLowerCase(),\" \",\"-\"),/[^\\-\\w]+/,\"\"))},"
},
{
"path": "build/public/manifest.json",
"chars": 92,
"preview": "{\n \"display\": \"standalone\",\n \"start_url\": \"/game.html\",\n \"background_color\": \"#FCFBF3\"\n}\n"
},
{
"path": "build/public/sw.js",
"chars": 30,
"preview": "// Intentionally blank m'lady\n"
},
{
"path": "build/public/twemojisearch.html",
"chars": 1412,
"preview": "<!doctype html>\n<html lang=\"en-us\">\n <head>\n <title>Rogule - a dungeon a day keeps the Balrog away</title>\n <meta"
},
{
"path": "build/server.js",
"chars": 1715675,
"preview": "#!/usr/bin/env node\n(function(){\nvar shadow$provide = {};\n'use strict';\nvar $JSCompiler_prototypeAlias$$;\n/*\n\n Copyright"
},
{
"path": "package.json",
"chars": 1253,
"preview": "{\n \"name\": \"rogule\",\n \"dependencies\": {\n \"@keyv/sqlite\": \"2.1.0\",\n \"@tabler/icons\": \"^3.21.0\",\n \"browser-sync"
},
{
"path": "public/css/style.css",
"chars": 7960,
"preview": "@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&display=swap');\n\n:root {\n --tile-width: 32px;\n --bum"
},
{
"path": "public/game.html",
"chars": 1718,
"preview": "<!doctype html>\n<html lang=\"en-us\">\n <head>\n <title>Rogule</title>\n <meta charset=\"utf-8\">\n <meta name=\"viewpo"
},
{
"path": "public/i18n/en.json",
"chars": 3150,
"preview": "{\n \"page.title\": \"Rogule - a dungeon a day keeps the Balrog away\",\n \"page.tagline\": \"A dungeon a day keeps the Balrog "
},
{
"path": "public/index.html",
"chars": 2106,
"preview": "<!doctype html>\n<html lang=\"en-us\">\n <head>\n <title>Rogule - a dungeon a day keeps the Balrog away</title>\n <meta"
},
{
"path": "public/manifest.json",
"chars": 92,
"preview": "{\n \"display\": \"standalone\",\n \"start_url\": \"/game.html\",\n \"background_color\": \"#FCFBF3\"\n}\n"
},
{
"path": "public/sw.js",
"chars": 30,
"preview": "// Intentionally blank m'lady\n"
},
{
"path": "public/twemojisearch.html",
"chars": 1412,
"preview": "<!doctype html>\n<html lang=\"en-us\">\n <head>\n <title>Rogule - a dungeon a day keeps the Balrog away</title>\n <meta"
},
{
"path": "shadow-cljs.edn",
"chars": 1237,
"preview": "{:source-paths [\"src\" \"node_modules/sitefox/src\" \"node_modules/emoji.json\" \"node_modules/font-awesome-svg-png/black/svg/"
},
{
"path": "src/rogule/emoji.cljs",
"chars": 1666,
"preview": "(ns rogule.emoji\n (:require\n [rogule.twemojis :refer [codes-to-filename]]))\n\n(def re-spaces (js/RegExp. \" \" \"g\"))\n\n("
},
{
"path": "src/rogule/engine.cljs",
"chars": 17127,
"preview": "(ns rogule.engine\n (:require\n [clojure.set :refer [difference]]\n [reagent.core :as r]\n [sitefox.ui :refer [log"
},
{
"path": "src/rogule/generator.cljs",
"chars": 12742,
"preview": "(ns rogule.generator\n (:require\n [clojure.set :refer [intersection]]\n [\"rot-js\" :as ROT]\n [sitefox.ui :refer ["
},
{
"path": "src/rogule/loader.clj",
"chars": 1588,
"preview": "(ns rogule.loader\n (:require\n [clojure.string :refer [blank?]]\n [clojure.java.io :refer [copy input-stream]]\n "
},
{
"path": "src/rogule/map.cljs",
"chars": 2764,
"preview": "(ns rogule.map\n (:require\n [\"rot-js\" :as ROT]\n [\"djb2a$default\" :as djb2a]\n [sitefox.ui :refer [log]]))\n\n(log "
},
{
"path": "src/rogule/server.cljs",
"chars": 8638,
"preview": "(ns rogule.server \n (:require\n [\"fs\" :as fs]\n [applied-science.js-interop :as j]\n [promesa.core :as p]\n ;[c"
},
{
"path": "src/rogule/twemojis.cljc",
"chars": 276,
"preview": "(ns rogule.twemojis\n (:require\n [clojure.string :as s]))\n\n(defn name-to-key [n]\n (-> n\n (s/lower-case) \n "
},
{
"path": "src/rogule/twemojisearch.cljs",
"chars": 2235,
"preview": "(ns rogule.twemojisearch\n (:require\n [shadow.resource :as rc]\n [reagent.core :as r]\n [reagent.dom :as rdom]\n "
},
{
"path": "src/rogule/ui.cljs",
"chars": 13430,
"preview": "(ns rogule.ui\n (:require\n [clojure.string :refer [join]]\n [reagent.core :as r]\n [reagent.dom :as rdom]\n [sh"
},
{
"path": "src/rogule/util.cljs",
"chars": 3347,
"preview": "(ns rogule.util\n (:require\n [sitefox.ui :refer [log json-post]]\n [clojure.test :refer-macros [is]]))\n\n(log \"util "
}
]
About this extraction
This page contains the full source code of the chr15m/rogule.com GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 41 files (3.4 MB), approximately 899.1k tokens, and a symbol index with 1259 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.