diff --git a/docs/v2/annotated-source/browser.html b/docs/v2/annotated-source/browser.html deleted file mode 100644 index d840de3e95..0000000000 --- a/docs/v2/annotated-source/browser.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - browser.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/cake.html b/docs/v2/annotated-source/cake.html deleted file mode 100644 index 11ad48b581..0000000000 --- a/docs/v2/annotated-source/cake.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - cake.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/coffeescript.html b/docs/v2/annotated-source/coffeescript.html deleted file mode 100644 index 1df618c364..0000000000 --- a/docs/v2/annotated-source/coffeescript.html +++ /dev/null @@ -1,840 +0,0 @@ - - - - - coffeescript.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/command.html b/docs/v2/annotated-source/command.html deleted file mode 100644 index 6e0c69be05..0000000000 --- a/docs/v2/annotated-source/command.html +++ /dev/null @@ -1,943 +0,0 @@ - - - - - command.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/docco.css b/docs/v2/annotated-source/docco.css deleted file mode 100644 index b60f6fa3df..0000000000 --- a/docs/v2/annotated-source/docco.css +++ /dev/null @@ -1,518 +0,0 @@ -/*--------------------- Typography ----------------------------*/ - -@font-face { - font-family: 'aller-light'; - src: url('public/fonts/aller-light.eot'); - src: url('public/fonts/aller-light.eot?#iefix') format('embedded-opentype'), - url('public/fonts/aller-light.woff') format('woff'), - url('public/fonts/aller-light.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'aller-bold'; - src: url('public/fonts/aller-bold.eot'); - src: url('public/fonts/aller-bold.eot?#iefix') format('embedded-opentype'), - url('public/fonts/aller-bold.woff') format('woff'), - url('public/fonts/aller-bold.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'roboto-black'; - src: url('public/fonts/roboto-black.eot'); - src: url('public/fonts/roboto-black.eot?#iefix') format('embedded-opentype'), - url('public/fonts/roboto-black.woff') format('woff'), - url('public/fonts/roboto-black.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -/*--------------------- Layout ----------------------------*/ -html { height: 100%; } -body { - font-family: "aller-light"; - font-size: 14px; - line-height: 18px; - color: #30404f; - margin: 0; padding: 0; - height:100%; -} -#container { min-height: 100%; } - -a { - color: #000; -} - -b, strong { - font-weight: normal; - font-family: "aller-bold"; -} - -p { - margin: 15px 0 0px; -} - .annotation ul, .annotation ol { - margin: 25px 0; - } - .annotation ul li, .annotation ol li { - font-size: 14px; - line-height: 18px; - margin: 10px 0; - } - -h1, h2, h3, h4, h5, h6 { - color: #112233; - line-height: 1em; - font-weight: normal; - font-family: "roboto-black"; - text-transform: uppercase; - margin: 30px 0 15px 0; -} - -h1 { - margin-top: 40px; -} -h2 { - font-size: 1.26em; -} - -hr { - border: 0; - background: 1px #ddd; - height: 1px; - margin: 20px 0; -} - -pre, tt, code { - font-size: 12px; line-height: 16px; - font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace; - margin: 0; padding: 0; -} - .annotation pre { - display: block; - margin: 0; - padding: 7px 10px; - background: #fcfcfc; - -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1); - -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1); - box-shadow: inset 0 0 10px rgba(0,0,0,0.1); - overflow-x: auto; - } - .annotation pre code { - border: 0; - padding: 0; - background: transparent; - } - - -blockquote { - border-left: 5px solid #ccc; - margin: 0; - padding: 1px 0 1px 1em; -} - .sections blockquote p { - font-family: Menlo, Consolas, Monaco, monospace; - font-size: 12px; line-height: 16px; - color: #999; - margin: 10px 0 0; - white-space: pre-wrap; - } - -ul.sections { - list-style: none; - padding:0 0 5px 0;; - margin:0; -} - -/* - Force border-box so that % widths fit the parent - container without overlap because of margin/padding. - - More Info : http://www.quirksmode.org/css/box.html -*/ -ul.sections > li > div { - -moz-box-sizing: border-box; /* firefox */ - -ms-box-sizing: border-box; /* ie */ - -webkit-box-sizing: border-box; /* webkit */ - -khtml-box-sizing: border-box; /* konqueror */ - box-sizing: border-box; /* css3 */ -} - - -/*---------------------- Jump Page -----------------------------*/ -#jump_to, #jump_page { - margin: 0; - background: white; - -webkit-box-shadow: 0 0 25px #777; -moz-box-shadow: 0 0 25px #777; - -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; - font: 16px Arial; - cursor: pointer; - text-align: right; - list-style: none; -} - -#jump_to a { - text-decoration: none; -} - -#jump_to a.large { - display: none; -} -#jump_to a.small { - font-size: 22px; - font-weight: bold; - color: #676767; -} - -#jump_to, #jump_wrapper { - position: fixed; - right: 0; top: 0; - padding: 10px 15px; - margin:0; -} - -#jump_wrapper { - display: none; - padding:0; -} - -#jump_to:hover #jump_wrapper { - display: block; -} - -#jump_page_wrapper{ - position: fixed; - right: 0; - top: 0; - bottom: 0; -} - -#jump_page { - padding: 5px 0 3px; - margin: 0 0 25px 25px; - max-height: 100%; - overflow: auto; -} - -#jump_page .source { - display: block; - padding: 15px; - text-decoration: none; - border-top: 1px solid #eee; -} - -#jump_page .source:hover { - background: #f5f5ff; -} - -#jump_page .source:first-child { -} - -/*---------------------- Low resolutions (> 320px) ---------------------*/ -@media only screen and (min-width: 320px) { - .pilwrap { display: none; } - - ul.sections > li > div { - display: block; - padding:5px 10px 0 10px; - } - - ul.sections > li > div.annotation ul, ul.sections > li > div.annotation ol { - padding-left: 30px; - } - - ul.sections > li > div.content { - overflow-x:auto; - -webkit-box-shadow: inset 0 0 5px #e5e5ee; - box-shadow: inset 0 0 5px #e5e5ee; - border: 1px solid #dedede; - margin:5px 10px 5px 10px; - padding-bottom: 5px; - } - - ul.sections > li > div.annotation pre { - margin: 7px 0 7px; - padding-left: 15px; - } - - ul.sections > li > div.annotation p tt, .annotation code { - background: #f8f8ff; - border: 1px solid #dedede; - font-size: 12px; - padding: 0 0.2em; - } -} - -/*---------------------- (> 481px) ---------------------*/ -@media only screen and (min-width: 481px) { - #container { - position: relative; - } - body { - background-color: #F5F5FF; - font-size: 15px; - line-height: 21px; - } - pre, tt, code { - line-height: 18px; - } - p, ul, ol { - margin: 0 0 15px; - } - - - #jump_to { - padding: 5px 10px; - } - #jump_wrapper { - padding: 0; - } - #jump_to, #jump_page { - font: 10px Arial; - text-transform: uppercase; - } - #jump_page .source { - padding: 5px 10px; - } - #jump_to a.large { - display: inline-block; - } - #jump_to a.small { - display: none; - } - - - - #background { - position: absolute; - top: 0; bottom: 0; - width: 350px; - background: #fff; - border-right: 1px solid #e5e5ee; - z-index: -1; - } - - ul.sections > li > div.annotation ul, ul.sections > li > div.annotation ol { - padding-left: 40px; - } - - ul.sections > li { - white-space: nowrap; - } - - ul.sections > li > div { - display: inline-block; - } - - ul.sections > li > div.annotation { - max-width: 350px; - min-width: 350px; - min-height: 5px; - padding: 13px; - overflow-x: hidden; - white-space: normal; - vertical-align: top; - text-align: left; - } - ul.sections > li > div.annotation pre { - margin: 15px 0 15px; - padding-left: 15px; - } - - ul.sections > li > div.content { - padding: 13px; - vertical-align: top; - border: none; - -webkit-box-shadow: none; - box-shadow: none; - } - - .pilwrap { - position: relative; - display: inline; - } - - .pilcrow { - font: 12px Arial; - text-decoration: none; - color: #454545; - position: absolute; - top: 3px; left: -20px; - padding: 1px 2px; - opacity: 0; - -webkit-transition: opacity 0.2s linear; - } - .for-h1 .pilcrow { - top: 47px; - } - .for-h2 .pilcrow, .for-h3 .pilcrow, .for-h4 .pilcrow { - top: 35px; - } - - ul.sections > li > div.annotation:hover .pilcrow { - opacity: 1; - } -} - -/*---------------------- (> 1025px) ---------------------*/ -@media only screen and (min-width: 1025px) { - - body { - font-size: 16px; - line-height: 24px; - } - - #background { - width: 525px; - } - ul.sections > li > div.annotation { - max-width: 525px; - min-width: 525px; - padding: 10px 25px 1px 50px; - } - ul.sections > li > div.content { - padding: 9px 15px 16px 25px; - } -} - -/*---------------------- Syntax Highlighting -----------------------------*/ - -td.linenos { background-color: #f0f0f0; padding-right: 10px; } -span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; } -/* - -github.com style (c) Vasily Polovnyov - -*/ - -pre code { - display: block; padding: 0.5em; - color: #000; - background: #f8f8ff -} - -pre .hljs-comment, -pre .hljs-template_comment, -pre .hljs-diff .hljs-header, -pre .hljs-javadoc { - color: #408080; - font-style: italic -} - -pre .hljs-keyword, -pre .hljs-assignment, -pre .hljs-literal, -pre .hljs-css .hljs-rule .hljs-keyword, -pre .hljs-winutils, -pre .hljs-javascript .hljs-title, -pre .hljs-lisp .hljs-title, -pre .hljs-subst { - color: #954121; - /*font-weight: bold*/ -} - -pre .hljs-number, -pre .hljs-hexcolor { - color: #40a070 -} - -pre .hljs-string, -pre .hljs-tag .hljs-value, -pre .hljs-phpdoc, -pre .hljs-tex .hljs-formula { - color: #219161; -} - -pre .hljs-title, -pre .hljs-id { - color: #19469D; -} -pre .hljs-params { - color: #00F; -} - -pre .hljs-javascript .hljs-title, -pre .hljs-lisp .hljs-title, -pre .hljs-subst { - font-weight: normal -} - -pre .hljs-class .hljs-title, -pre .hljs-haskell .hljs-label, -pre .hljs-tex .hljs-command { - color: #458; - font-weight: bold -} - -pre .hljs-tag, -pre .hljs-tag .hljs-title, -pre .hljs-rules .hljs-property, -pre .hljs-django .hljs-tag .hljs-keyword { - color: #000080; - font-weight: normal -} - -pre .hljs-attribute, -pre .hljs-variable, -pre .hljs-instancevar, -pre .hljs-lisp .hljs-body { - color: #008080 -} - -pre .hljs-regexp { - color: #B68 -} - -pre .hljs-class { - color: #458; - font-weight: bold -} - -pre .hljs-symbol, -pre .hljs-ruby .hljs-symbol .hljs-string, -pre .hljs-ruby .hljs-symbol .hljs-keyword, -pre .hljs-ruby .hljs-symbol .hljs-keymethods, -pre .hljs-lisp .hljs-keyword, -pre .hljs-tex .hljs-special, -pre .hljs-input_number { - color: #990073 -} - -pre .hljs-builtin, -pre .hljs-constructor, -pre .hljs-built_in, -pre .hljs-lisp .hljs-title { - color: #0086b3 -} - -pre .hljs-preprocessor, -pre .hljs-pi, -pre .hljs-doctype, -pre .hljs-shebang, -pre .hljs-cdata { - color: #999; - font-weight: bold -} - -pre .hljs-deletion { - background: #fdd -} - -pre .hljs-addition { - background: #dfd -} - -pre .hljs-diff .hljs-change { - background: #0086b3 -} - -pre .hljs-chunk { - color: #aaa -} - -pre .hljs-tex .hljs-formula { - opacity: 0.5; -} diff --git a/docs/v2/annotated-source/grammar.html b/docs/v2/annotated-source/grammar.html deleted file mode 100644 index 7d0bafd0be..0000000000 --- a/docs/v2/annotated-source/grammar.html +++ /dev/null @@ -1,1769 +0,0 @@ - - - - - grammar.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/helpers.html b/docs/v2/annotated-source/helpers.html deleted file mode 100644 index 834df0d9d4..0000000000 --- a/docs/v2/annotated-source/helpers.html +++ /dev/null @@ -1,677 +0,0 @@ - - - - - helpers.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/index.html b/docs/v2/annotated-source/index.html deleted file mode 100644 index 9543d882ae..0000000000 --- a/docs/v2/annotated-source/index.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - index.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/lexer.html b/docs/v2/annotated-source/lexer.html deleted file mode 100644 index 9d83c6db84..0000000000 --- a/docs/v2/annotated-source/lexer.html +++ /dev/null @@ -1,2828 +0,0 @@ - - - - - lexer.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/nodes.html b/docs/v2/annotated-source/nodes.html deleted file mode 100644 index a05718769f..0000000000 --- a/docs/v2/annotated-source/nodes.html +++ /dev/null @@ -1,7610 +0,0 @@ - - - - - nodes.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/optparse.html b/docs/v2/annotated-source/optparse.html deleted file mode 100644 index 896651d144..0000000000 --- a/docs/v2/annotated-source/optparse.html +++ /dev/null @@ -1,483 +0,0 @@ - - - - - optparse.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/public/fonts/aller-bold.eot b/docs/v2/annotated-source/public/fonts/aller-bold.eot deleted file mode 100644 index 1b32532a8e..0000000000 Binary files a/docs/v2/annotated-source/public/fonts/aller-bold.eot and /dev/null differ diff --git a/docs/v2/annotated-source/public/fonts/aller-bold.ttf b/docs/v2/annotated-source/public/fonts/aller-bold.ttf deleted file mode 100644 index dc4cc9c27a..0000000000 Binary files a/docs/v2/annotated-source/public/fonts/aller-bold.ttf and /dev/null differ diff --git a/docs/v2/annotated-source/public/fonts/aller-bold.woff b/docs/v2/annotated-source/public/fonts/aller-bold.woff deleted file mode 100644 index fa16fd0aba..0000000000 Binary files a/docs/v2/annotated-source/public/fonts/aller-bold.woff and /dev/null differ diff --git a/docs/v2/annotated-source/public/fonts/aller-light.eot b/docs/v2/annotated-source/public/fonts/aller-light.eot deleted file mode 100644 index 40bd654b5f..0000000000 Binary files a/docs/v2/annotated-source/public/fonts/aller-light.eot and /dev/null differ diff --git a/docs/v2/annotated-source/public/fonts/aller-light.ttf b/docs/v2/annotated-source/public/fonts/aller-light.ttf deleted file mode 100644 index c2c72902a1..0000000000 Binary files a/docs/v2/annotated-source/public/fonts/aller-light.ttf and /dev/null differ diff --git a/docs/v2/annotated-source/public/fonts/aller-light.woff b/docs/v2/annotated-source/public/fonts/aller-light.woff deleted file mode 100644 index 81a09d18ec..0000000000 Binary files a/docs/v2/annotated-source/public/fonts/aller-light.woff and /dev/null differ diff --git a/docs/v2/annotated-source/public/fonts/roboto-black.eot b/docs/v2/annotated-source/public/fonts/roboto-black.eot deleted file mode 100644 index 571ed49125..0000000000 Binary files a/docs/v2/annotated-source/public/fonts/roboto-black.eot and /dev/null differ diff --git a/docs/v2/annotated-source/public/fonts/roboto-black.ttf b/docs/v2/annotated-source/public/fonts/roboto-black.ttf deleted file mode 100644 index e0300b3ee3..0000000000 Binary files a/docs/v2/annotated-source/public/fonts/roboto-black.ttf and /dev/null differ diff --git a/docs/v2/annotated-source/public/fonts/roboto-black.woff b/docs/v2/annotated-source/public/fonts/roboto-black.woff deleted file mode 100644 index 642e5b60f7..0000000000 Binary files a/docs/v2/annotated-source/public/fonts/roboto-black.woff and /dev/null differ diff --git a/docs/v2/annotated-source/public/stylesheets/normalize.css b/docs/v2/annotated-source/public/stylesheets/normalize.css deleted file mode 100644 index 73abb76fa4..0000000000 --- a/docs/v2/annotated-source/public/stylesheets/normalize.css +++ /dev/null @@ -1,375 +0,0 @@ -/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ - -/* ========================================================================== - HTML5 display definitions - ========================================================================== */ - -/* - * Corrects `block` display not defined in IE 8/9. - */ - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -nav, -section, -summary { - display: block; -} - -/* - * Corrects `inline-block` display not defined in IE 8/9. - */ - -audio, -canvas, -video { - display: inline-block; -} - -/* - * Prevents modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. - */ - -audio:not([controls]) { - display: none; - height: 0; -} - -/* - * Addresses styling for `hidden` attribute not present in IE 8/9. - */ - -[hidden] { - display: none; -} - -/* ========================================================================== - Base - ========================================================================== */ - -/* - * 1. Sets default font family to sans-serif. - * 2. Prevents iOS text size adjust after orientation change, without disabling - * user zoom. - */ - -html { - font-family: sans-serif; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ - -ms-text-size-adjust: 100%; /* 2 */ -} - -/* - * Removes default margin. - */ - -body { - margin: 0; -} - -/* ========================================================================== - Links - ========================================================================== */ - -/* - * Addresses `outline` inconsistency between Chrome and other browsers. - */ - -a:focus { - outline: thin dotted; -} - -/* - * Improves readability when focused and also mouse hovered in all browsers. - */ - -a:active, -a:hover { - outline: 0; -} - -/* ========================================================================== - Typography - ========================================================================== */ - -/* - * Addresses `h1` font sizes within `section` and `article` in Firefox 4+, - * Safari 5, and Chrome. - */ - -h1 { - font-size: 2em; -} - -/* - * Addresses styling not present in IE 8/9, Safari 5, and Chrome. - */ - -abbr[title] { - border-bottom: 1px dotted; -} - -/* - * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. - */ - -b, -strong { - font-weight: bold; -} - -/* - * Addresses styling not present in Safari 5 and Chrome. - */ - -dfn { - font-style: italic; -} - -/* - * Addresses styling not present in IE 8/9. - */ - -mark { - background: #ff0; - color: #000; -} - - -/* - * Corrects font family set oddly in Safari 5 and Chrome. - */ - -code, -kbd, -pre, -samp { - font-family: monospace, serif; - font-size: 1em; -} - -/* - * Improves readability of pre-formatted text in all browsers. - */ - -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - -/* - * Sets consistent quote types. - */ - -q { - quotes: "\201C" "\201D" "\2018" "\2019"; -} - -/* - * Addresses inconsistent and variable font size in all browsers. - */ - -small { - font-size: 80%; -} - -/* - * Prevents `sub` and `sup` affecting `line-height` in all browsers. - */ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sup { - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -/* ========================================================================== - Embedded content - ========================================================================== */ - -/* - * Removes border when inside `a` element in IE 8/9. - */ - -img { - border: 0; -} - -/* - * Corrects overflow displayed oddly in IE 9. - */ - -svg:not(:root) { - overflow: hidden; -} - -/* ========================================================================== - Figures - ========================================================================== */ - -/* - * Addresses margin not present in IE 8/9 and Safari 5. - */ - -figure { - margin: 0; -} - -/* ========================================================================== - Forms - ========================================================================== */ - -/* - * Define consistent border, margin, and padding. - */ - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/* - * 1. Corrects color not being inherited in IE 8/9. - * 2. Remove padding so people aren't caught out if they zero out fieldsets. - */ - -legend { - border: 0; /* 1 */ - padding: 0; /* 2 */ -} - -/* - * 1. Corrects font family not being inherited in all browsers. - * 2. Corrects font size not being inherited in all browsers. - * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome - */ - -button, -input, -select, -textarea { - font-family: inherit; /* 1 */ - font-size: 100%; /* 2 */ - margin: 0; /* 3 */ -} - -/* - * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ - -button, -input { - line-height: normal; -} - -/* - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Corrects inability to style clickable `input` types in iOS. - * 3. Improves usability and consistency of cursor style between image-type - * `input` and others. - */ - -button, -html input[type="button"], /* 1 */ -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; /* 2 */ - cursor: pointer; /* 3 */ -} - -/* - * Re-set default cursor for disabled elements. - */ - -button[disabled], -input[disabled] { - cursor: default; -} - -/* - * 1. Addresses box sizing set to `content-box` in IE 8/9. - * 2. Removes excess padding in IE 8/9. - */ - -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; /* 1 */ - padding: 0; /* 2 */ -} - -/* - * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. - * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome - * (include `-moz` to future-proof). - */ - -input[type="search"] { - -webkit-appearance: textfield; /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; /* 2 */ - box-sizing: content-box; -} - -/* - * Removes inner padding and search cancel button in Safari 5 and Chrome - * on OS X. - */ - -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/* - * Removes inner padding and border in Firefox 4+. - */ - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/* - * 1. Removes default vertical scrollbar in IE 8/9. - * 2. Improves readability and alignment in all browsers. - */ - -textarea { - overflow: auto; /* 1 */ - vertical-align: top; /* 2 */ -} - -/* ========================================================================== - Tables - ========================================================================== */ - -/* - * Remove most spacing between table cells. - */ - -table { - border-collapse: collapse; - border-spacing: 0; -} \ No newline at end of file diff --git a/docs/v2/annotated-source/register.html b/docs/v2/annotated-source/register.html deleted file mode 100644 index 4e285f9d46..0000000000 --- a/docs/v2/annotated-source/register.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - register.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/repl.html b/docs/v2/annotated-source/repl.html deleted file mode 100644 index ee1b1961d2..0000000000 --- a/docs/v2/annotated-source/repl.html +++ /dev/null @@ -1,689 +0,0 @@ - - - - - repl.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/rewriter.html b/docs/v2/annotated-source/rewriter.html deleted file mode 100644 index 34c1a756a4..0000000000 --- a/docs/v2/annotated-source/rewriter.html +++ /dev/null @@ -1,1608 +0,0 @@ - - - - - rewriter.coffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/scope.html b/docs/v2/annotated-source/scope.html deleted file mode 100644 index ea5cdd2a09..0000000000 --- a/docs/v2/annotated-source/scope.html +++ /dev/null @@ -1,398 +0,0 @@ - - - - - scope.litcoffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/annotated-source/sourcemap.html b/docs/v2/annotated-source/sourcemap.html deleted file mode 100644 index 1a561249c6..0000000000 --- a/docs/v2/annotated-source/sourcemap.html +++ /dev/null @@ -1,530 +0,0 @@ - - - - - sourcemap.litcoffee - - - - - -
-
- - - - -
- - diff --git a/docs/v2/browser-compiler/coffeescript.js b/docs/v2/browser-compiler/coffeescript.js deleted file mode 100644 index 00fee27a7b..0000000000 --- a/docs/v2/browser-compiler/coffeescript.js +++ /dev/null @@ -1,8 +0,0 @@ -/** - * CoffeeScript Compiler v2.0.0-beta5 - * http://coffeescript.org - * - * Copyright 2011, Jeremy Ashkenas - * Released under the MIT License - */ -var _get=function e(a,t,o){null===a&&(a=Function.prototype);var n=Object.getOwnPropertyDescriptor(a,t);if(n===void 0){var r=Object.getPrototypeOf(a);return null===r?void 0:e(r,t,o)}if("value"in n)return n.value;var i=n.get;return void 0===i?void 0:i.call(o)},_slicedToArray=function(){function e(e,a){var t=[],o=!0,n=!1,r;try{for(var i=e[Symbol.iterator](),s;!(o=(s=i.next()).done)&&(t.push(s.value),!(a&&t.length===a));o=!0);}catch(e){n=!0,r=e}finally{try{!o&&i["return"]&&i["return"]()}finally{if(n)throw r}}return t}return function(a,t){if(Array.isArray(a))return a;if(Symbol.iterator in Object(a))return e(a,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),_createClass=function(){function e(e,a){for(var t=0,o;t=6"},directories:{lib:"./lib/coffeescript"},main:"./lib/coffeescript/index",browser:"./lib/coffeescript/browser",bin:{coffee:"./bin/coffee",cake:"./bin/cake"},files:["bin","lib","register.js","repl.js"],scripts:{test:"node ./bin/cake test","test-harmony":"node --harmony ./bin/cake test"},homepage:"http://coffeescript.org",bugs:"https://github.com/jashkenas/coffeescript/issues",repository:{type:"git",url:"git://github.com/jashkenas/coffeescript.git"},devDependencies:{"babel-core":"~6.26.0","babel-preset-babili":"~0.1.4","babel-preset-env":"~1.6.0",babili:"^0.1.4",docco:"~0.7.0","highlight.js":"~9.12.0",jison:">=0.4.17","markdown-it":"~8.4.0",underscore:"~1.8.3",webpack:"~3.5.5"},dependencies:{}}}(),e["./helpers"]=function(){var e={};return function(){var a,t,o,n,r,i,s,l;e.starts=function(e,a,t){return a===e.substr(t,a.length)},e.ends=function(e,a,t){var o;return o=a.length,a===e.substr(e.length-o-(t||0),o)},e.repeat=s=function(e,a){var t;for(t="";0>>=1,e+=e;return t},e.compact=function(e){var a,t,o,n;for(n=[],a=0,o=e.length;ar)return n.returnOnNegativeLevel?void 0:o.call(this,l,e);e+=1}return e-1}},{key:"removeLeadingNewlines",value:function(){var e,a,t,o,n,r,i,s,l;for(i=this.tokens,e=a=0,n=i.length;ar;o=0<=r?++n:--n)if(null!=l[o]&&("string"==typeof l[o]&&(l[o]=[l[o]]),i=this.tag(e+o+a),0>t.call(l[o],i)))return-1;return e+o+a-1}},{key:"looksObjectish",value:function(e){var a,o;return-1!==this.indexOfTag(e,"@",null,":")||-1!==this.indexOfTag(e,null,":")||(o=this.indexOfTag(e,p),-1!==o&&(a=null,this.detectEnd(o+1,function(e){var a;return a=e[0],0<=t.call(c,a)},function(e,t){return a=t}),":"===this.tag(a+1)))}},{key:"findTagsBackwards",value:function(e,a){var o,n,r,i,s,l,d;for(o=[];0<=e&&(o.length||(i=this.tag(e),0>t.call(a,i))&&((s=this.tag(e),0>t.call(p,s))||this.tokens[e].generated)&&(l=this.tag(e),0>t.call(f,l)));)(n=this.tag(e),0<=t.call(c,n))&&o.push(this.tag(e)),(r=this.tag(e),0<=t.call(p,r))&&o.length&&o.pop(),e-=1;return d=this.tag(e),0<=t.call(a,d)}},{key:"addImplicitBracesAndParens",value:function(){var e,a;return e=[],a=null,this.scanTokens(function(o,d,n){var i=this,y=_slicedToArray(o,1),T,v,b,_,$,C,D,E,x,I,S,A,k,R,O,L,w,F,P,j,M,s,U,V,B,G,X,W,H,Y,q;q=y[0];var z=F=0"!==w&&"->"!==w&&"["!==w&&"("!==w&&","!==w&&"{"!==w&&"ELSE"!==w&&"="!==w)for(;C()||E()&&":"!==w;)C()?T():v();return D()&&e.pop(),e.push([q,d]),b(1)}if(0<=t.call(p,q))return e.push([q,d]),b(1);if(0<=t.call(c,q)){for(;$();)C()?T():E()?v():e.pop();a=e.pop()}if((0<=t.call(h,q)&&o.spaced||"?"===q&&0t.call(c,e)):return a[1];case"@"!==this.tag(d-2):return d-2;default:return d-1;}}.call(this),Y=0>=M||(j=this.tag(M-1),0<=t.call(f,j))||n[M-1].newLine,G()){var Q=G(),ee=_slicedToArray(Q,2);if(B=ee[0],U=ee[1],("{"===B||"INDENT"===B&&"{"===this.tag(U-1))&&(Y||","===this.tag(M-1)||"{"===this.tag(M-1)))return b(1)}return H(M,!!Y),b(2)}if(0<=t.call(f,q))for(A=e.length-1;0<=A&&(V=e[A],!!x(V));A+=-1)S(V)&&(V[2].sameLine=!1);if(k="OUTDENT"===w||F.newLine,0<=t.call(m,q)||0<=t.call(r,q)&&k)for(;$();){var ae=G(),te=_slicedToArray(ae,3);B=te[0],U=te[1];var oe=te[2];if(s=oe.sameLine,Y=oe.startsLine,C()&&","!==w)T();else if(E()&&s&&"TERMINATOR"!==q&&":"!==w&&!(("POST_IF"===q||"FOR"===q||"WHILE"===q||"UNTIL"===q)&&Y&&_(d+1)))v();else if(E()&&"TERMINATOR"===q&&","!==w&&!(Y&&this.looksObjectish(d+1)))v();else break}if(","===q&&!this.looksObjectish(d+1)&&E()&&("TERMINATOR"!==R||!this.looksObjectish(d+2)))for(L="OUTDENT"===R?1:0;E();)v(d+L);return b(1)})}},{key:"enforceValidCSXAttributes",value:function(){return this.scanTokens(function(e,a,t){var o,n;return e.csxColon&&(o=t[a+1],"STRING_START"!==(n=o[0])&&"STRING"!==n&&"("!==n&&D("expected wrapped or quoted JSX attribute",o[2])),1})}},{key:"rescueStowawayComments",value:function(){var e,a,o;return e=function(e,a,t,o){return"TERMINATOR"!==t[a][0]&&t[o](N("TERMINATOR","\n",t[a])),t[o](N("JS","",t[a],e))},o=function(a,o,n){var r,i,l,d,c,p,u;for(i=o;i!==n.length&&(c=n[i][0],0<=t.call(s,c));)i++;if(!(i===n.length||(p=n[i][0],0<=t.call(s,p)))){for(u=a.comments,l=0,d=u.length;lt.call(r,n)))return this.tokens.splice(o,0,N("(","(",this.tokens[o])),this.tokens.splice(a+1,0,N(")",")",this.tokens[a]))},o=null,this.scanTokens(function(t,n){var r,i;return"do"===t[1]?(o=n,r=n+1,"PARAM_START"===this.tag(n+1)&&(r=null,this.detectEnd(n+1,function(e,a){return"PARAM_END"===this.tag(a-1)},function(e,a){return r=a})),null==r||"->"!==(i=this.tag(r))&&"=>"!==i||"INDENT"!==this.tag(r+1))?1:(this.detectEnd(r+1,a,e),2):1})}},{key:"normalizeLines",value:function(){var e,a,o,n,s;return s=o=n=null,a=function(e,a){var o,n,i,l;return";"!==e[1]&&(o=e[0],0<=t.call(T,o))&&!("TERMINATOR"===e[0]&&(n=this.tag(a+1),0<=t.call(d,n)))&&("ELSE"!==e[0]||"THEN"===s)&&("CATCH"!==(i=e[0])&&"FINALLY"!==i||"->"!==s&&"=>"!==s)||(l=e[0],0<=t.call(r,l))&&(this.tokens[a-1].newLine||"OUTDENT"===this.tokens[a-1][0])},e=function(e,a){return this.tokens.splice(","===this.tag(a-1)?a-1:a,0,n)},this.scanTokens(function(r,l,i){var c=_slicedToArray(r,1),p,u,m,h,g;if(g=c[0],"TERMINATOR"===g){if("ELSE"===this.tag(l+1)&&"OUTDENT"!==this.tag(l-1))return i.splice.apply(i,[l,1].concat(_toConsumableArray(this.indentation()))),1;if(m=this.tag(l+1),0<=t.call(d,m))return i.splice(l,1),0}if("CATCH"===g)for(p=u=1;2>=u;p=++u)if("OUTDENT"===(h=this.tag(l+p))||"TERMINATOR"===h||"FINALLY"===h)return i.splice.apply(i,[l+p,0].concat(_toConsumableArray(this.indentation()))),2+p;if(("->"===g||"=>"===g)&&(","===this.tag(l+1)||"."===this.tag(l+1)&&r.newLine)){var f=this.indentation(i[l]),y=_slicedToArray(f,2);return o=y[0],n=y[1],i.splice(l+1,0,o,n),1}if(0<=t.call(v,g)&&"INDENT"!==this.tag(l+1)&&("ELSE"!==g||"IF"!==this.tag(l+1))){s=g;var k=this.indentation(i[l]),T=_slicedToArray(k,2);return o=T[0],n=T[1],"THEN"===s&&(o.fromThen=!0),i.splice(l+1,0,o),this.detectEnd(l+2,a,e),"THEN"===g&&i.splice(l,1),1}return 1})}},{key:"tagPostfixConditionals",value:function(){var e,a,o;return o=null,a=function(e,a){var o=_slicedToArray(e,1),n,r;r=o[0];var i=_slicedToArray(this.tokens[a-1],1);return n=i[0],"TERMINATOR"===r||"INDENT"===r&&0>t.call(v,n)},e=function(e){if("INDENT"!==e[0]||e.generated&&!e.fromThen)return o[0]="POST_"+o[0]},this.scanTokens(function(t,n){return"IF"===t[0]?(o=t,this.detectEnd(n+1,a,e),1):1})}},{key:"indentation",value:function(e){var a,t;return a=["INDENT",2],t=["OUTDENT",2],e?(a.generated=t.generated=!0,a.origin=t.origin=e):a.explicit=t.explicit=!0,[a,t]}},{key:"tag",value:function(e){var a;return null==(a=this.tokens[e])?void 0:a[0]}}]),e}();return e.prototype.generate=N,e}(),n=[["(",")"],["[","]"],["{","}"],["INDENT","OUTDENT"],["CALL_START","CALL_END"],["PARAM_START","PARAM_END"],["INDEX_START","INDEX_END"],["STRING_START","STRING_END"],["REGEX_START","REGEX_END"]],a.INVERSES=i={},p=[],c=[],(b=0,_=n.length);b<_;b++){var E=_slicedToArray(n[b],2);k=E[0],C=E[1],p.push(i[C]=k),c.push(i[k]=C)}d=["CATCH","THEN","ELSE","FINALLY"].concat(c),h=["IDENTIFIER","PROPERTY","SUPER",")","CALL_END","]","INDEX_END","@","THIS"],u=["IDENTIFIER","CSX_TAG","PROPERTY","NUMBER","INFINITY","NAN","STRING","STRING_START","REGEX","REGEX_START","JS","NEW","PARAM_START","CLASS","IF","TRY","SWITCH","THIS","UNDEFINED","NULL","BOOL","UNARY","YIELD","AWAIT","UNARY_MATH","SUPER","THROW","@","->","=>","[","(","{","--","++"],g=["+","-"],m=["POST_IF","FOR","WHILE","UNTIL","WHEN","BY","LOOP","TERMINATOR"],v=["ELSE","->","=>","TRY","FINALLY","THEN"],T=["TERMINATOR","CATCH","FINALLY","ELSE","OUTDENT","LEADING_WHEN"],f=["TERMINATOR","INDENT","OUTDENT"],r=[".","?.","::","?::"],l=["IF","TRY","FINALLY","CATCH","CLASS","SWITCH"],s=["(",")","[","]","{","}",".","..","...",",","=","++","--","?","AS","AWAIT","CALL_START","CALL_END","DEFAULT","ELSE","EXTENDS","EXPORT","FORIN","FOROF","FORFROM","IMPORT","INDENT","INDEX_SOAK","LEADING_WHEN","OUTDENT","PARAM_START","PARAM_END","REGEX_START","REGEX_END","RETURN","STRING_END","THROW","UNARY","YIELD"].concat(g.concat(m.concat(r.concat(l))))}.call(this),{exports:a}.exports}(),e["./lexer"]=function(){var a={};return function(){var t=[].indexOf,n=e("./rewriter"),r,i,s,l,d,c,p,u,m,h,g,f,y,k,T,v,N,b,_,$,C,D,E,x,I,S,A,R,O,L,w,F,P,j,M,U,V,B,G,X,W,H,Y,q,z,J,K,Z,Q,ee,ae,te,oe,ne,re,ie,se,le,de,ce,pe,ue,me,he,ge,fe,ye,ke,Te,ve,Ne,be,_e;z=n.Rewriter,S=n.INVERSES;var $e=e("./helpers");he=$e.count,be=$e.starts,me=$e.compact,Ne=$e.repeat,ge=$e.invertLiterate,ve=$e.merge,ue=$e.attachCommentsToNode,Te=$e.locationDataToString,_e=$e.throwSyntaxError,a.Lexer=F=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"tokenize",value:function(e){var a=1this.indent){if(i)return this.indebt=s-this.indent,this.suppressNewlines(),t.length;if(!this.tokens.length)return this.baseIndent=this.indent=s,this.indentLiteral=r,t.length;a=s-this.indent+this.outdebt,this.token("INDENT",a,t.length-s,s),this.indents.push(a),this.ends.push({tag:"OUTDENT"}),this.outdebt=this.indebt=0,this.indent=s,this.indentLiteral=r}else st.call(m,h)))))return 0;var T=d,v=_slicedToArray(T,3);return l=v[0],s=v[1],o=v[2],c=this.token("CSX_TAG",s,1,s.length),this.token("CALL_START","("),this.token("[","["),this.ends.push({tag:"/>",origin:c,name:s}),this.csxDepth++,s.length+1}if(n=this.atCSXTag()){if("/>"===this.chunk.slice(0,2))return this.pair("/>"),this.token("]","]",0,2),this.token("CALL_END",")",0,2),this.csxDepth--,2;if("{"===i)return":"===u?(g=this.token("(","("),this.csxObjAttribute[this.csxDepth]=!1):(g=this.token("{","{"),this.csxObjAttribute[this.csxDepth]=!0),this.ends.push({tag:"}",origin:g}),1;if(">"===i){this.pair("/>"),c=this.token("]","]"),this.token(",",",");var N=this.matchWithInterpolations(I,">",""})}),d=y.exec(this.chunk.slice(r)),d&&d[0]===n.name||this.error("expected corresponding CSX closing tag for "+n.name,n.origin[2]),a=r+n.name.length,">"!==this.chunk[a]&&this.error("missing closing > after tag name",{offset:a,length:1}),this.token("CALL_END",")",r,n.name.length+1),this.csxDepth--,a+1}return 0}return this.atCSXTag(1)?"}"===i?(this.pair(i),this.csxObjAttribute[this.csxDepth]?(this.token("}","}"),this.csxObjAttribute[this.csxDepth]=!1):this.token(")",")"),this.token(",",","),1):0:0}},{key:"atCSXTag",value:function(){var e=0"===(null==t?void 0:t.tag)&&t}},{key:"literalToken",value:function(){var e,a,o,n,r,i,d,c,p,u,m,f,y;if(e=V.exec(this.chunk)){var k=e,T=_slicedToArray(k,1);y=T[0],l.test(y)&&this.tagParameters()}else y=this.chunk.charAt(0);if(m=y,n=this.prev(),n&&0<=t.call(["="].concat(_toConsumableArray(g)),y)&&(u=!1,"="!==y||"||"!==(r=n[1])&&"&&"!==r||n.spaced||(n[0]="COMPOUND_ASSIGN",n[1]+="=",n=this.tokens[this.tokens.length-2],u=!0),n&&"PROPERTY"!==n[0]&&(o=null==(i=n.origin)?n:i,a=ye(n[1],o[1]),a&&this.error(a,o[2])),u))return y.length;if("{"===y&&this.seenImport?this.importSpecifierList=!0:this.importSpecifierList&&"}"===y?this.importSpecifierList=!1:"{"===y&&"EXPORT"===(null==n?void 0:n[0])?this.exportSpecifierList=!0:this.exportSpecifierList&&"}"===y&&(this.exportSpecifierList=!1),";"===y)(d=null==n?void 0:n[0],0<=t.call(["="].concat(_toConsumableArray(le)),d))&&this.error("unexpected ;"),this.seenFor=this.seenImport=this.seenExport=!1,m="TERMINATOR";else if("*"===y&&"EXPORT"===(null==n?void 0:n[0]))m="EXPORT_ALL";else if(0<=t.call(P,y))m="MATH";else if(0<=t.call(h,y))m="COMPARE";else if(0<=t.call(g,y))m="COMPOUND_ASSIGN";else if(0<=t.call(ie,y))m="UNARY";else if(0<=t.call(se,y))m="UNARY_MATH";else if(0<=t.call(J,y))m="SHIFT";else if("?"===y&&(null==n?void 0:n.spaced))m="BIN?";else if(n)if("("===y&&!n.spaced&&(c=n[0],0<=t.call(s,c)))"?"===n[0]&&(n[0]="FUNC_EXIST"),m="CALL_START";else if("["===y&&((p=n[0],0<=t.call(x,p))&&!n.spaced||"::"===n[0]))switch(m="INDEX_START",n[0]){case"?":n[0]="INDEX_SOAK";}return f=this.makeToken(m,y),"("===y||"{"===y||"["===y?this.ends.push({tag:S[y],origin:f}):")"===y||"}"===y||"]"===y?this.pair(y):void 0,(this.tokens.push(this.makeToken(m,y)),y.length)}},{key:"tagParameters",value:function(){var e,a,t,o,n;if(")"!==this.tag())return this;for(t=[],n=this.tokens,e=n.length,a=n[--e],a[0]="PARAM_END";o=n[--e];)switch(o[0]){case")":t.push(o);break;case"(":case"CALL_START":if(t.length)t.pop();else return"("===o[0]?(o[0]="PARAM_START",this):(a[0]="CALL_END",this);}return this}},{key:"closeIndentation",value:function(){return this.outdentToken(this.indent)}},{key:"matchWithInterpolations",value:function(a,t,o,n){var r,i,s,l,d,c,p,u,m,h,g,f,y,k,T,v,N,b;if(null==o&&(o=t),null==n&&(n=/^#\{/),b=[],f=t.length,this.chunk.slice(0,f)!==t)return null;for(v=this.chunk.slice(f);;){var _=a.exec(v),$=_slicedToArray(_,1);if(N=$[0],this.validateEscapes(N,{isRegex:"/"===t.charAt(0),offsetInChunk:f}),b.push(this.makeToken("NEOSTRING",N,f)),v=v.slice(N.length),f+=N.length,!(h=n.exec(v)))break;var C=h,D=_slicedToArray(C,1);p=D[0],c=p.length-1;var E=this.getLineAndColumnFromChunk(f+c),x=_slicedToArray(E,2);m=x[0],s=x[1],T=v.slice(c);var I=new e().tokenize(T,{line:m,column:s,untilBalanced:!0});g=I.tokens,d=I.index,d+=c,r="}"===v[d-1],r&&(y=g[0],i=g[g.length-1],y[0]=y[1]="(",i[0]=i[1]=")",i.origin=["","end of interpolation",i[2]]),"TERMINATOR"===(null==(k=g[1])?void 0:k[0])&&g.splice(1,1),r||(y=this.makeToken("(","(",f,0),i=this.makeToken(")",")",f+d,0),g=[y].concat(_toConsumableArray(g),[i])),b.push(["TOKENS",g]),v=v.slice(d),f+=d}return v.slice(0,o.length)!==o&&this.error("missing "+o,{length:t.length}),l=b[0],u=b[b.length-1],l[2].first_column-=t.length,"\n"===u[1].substr(-1)?(u[2].last_line+=1,u[2].last_column=o.length-1):u[2].last_column+=o.length,0===u[1].length&&(u[2].last_column-=1),{tokens:b,index:f+o.length}}},{key:"mergeInterpolationTokens",value:function(e,a,t){var o,n,r,s,i,l,d,c,p,u,m,h,g,f,y,k,T,v,N;for(1r&&(g=this.token("+","+"),g[2]={first_line:u[2].first_line,first_column:u[2].first_column,last_line:u[2].first_line,last_column:u[2].first_column}),(b=this.tokens).push.apply(b,_toConsumableArray(T))}if(m)return d=e[e.length-1],m.origin=["STRING",null,{first_line:m[2].first_line,first_column:m[2].first_column,last_line:d[2].last_line,last_column:d[2].last_column}],m[2]=m.origin[2],f=this.token("STRING_END",")"),f[2]={first_line:d[2].last_line,first_column:d[2].last_column,last_line:d[2].last_line,last_column:d[2].last_column}}},{key:"pair",value:function(e){var a,t,o,n,r;return o=this.ends,t=o[o.length-1],e===(r=null==t?void 0:t.tag)?this.ends.pop():("OUTDENT"!==r&&this.error("unmatched "+e),n=this.indents,a=n[n.length-1],this.outdentToken(a,!0),this.pair(e))}},{key:"getLineAndColumnFromChunk",value:function(e){var a,t,o,n,r;return 0===e?[this.chunkLine,this.chunkColumn]:(r=e>=this.chunk.length?this.chunk:this.chunk.slice(0,+(e-1)+1||9e9),o=he(r,"\n"),a=this.chunkColumn,0e)?n(e):(a=o((e-65536)/1024)+55296,t=(e-65536)%1024+56320,""+n(a)+n(t))}},{key:"replaceUnicodeCodePointEscapes",value:function(e,a){var o=this,n;return n=null!=a.flags&&0>t.call(a.flags,"u"),e.replace(de,function(e,t,r,i){var s;return t?t:(s=parseInt(r,16),1114111t.call([].concat(_toConsumableArray(R),_toConsumableArray(p)),e):return"keyword '"+a+"' can't be assigned";case 0>t.call(Z,e):return"'"+a+"' can't be assigned";case 0>t.call(q,e):return"reserved word '"+a+"' can't be assigned";default:return!1;}},a.isUnassignable=ye,fe=function(e){var a;return"IDENTIFIER"===e[0]?("from"===e[1]&&(e[1][0]="IDENTIFIER",!0),!0):"FOR"!==e[0]&&("{"===(a=e[1])||"["===a||","===a||":"===a?!1:!0)},R=["true","false","null","this","new","delete","typeof","in","instanceof","return","throw","break","continue","debugger","yield","await","if","else","switch","for","while","do","try","catch","finally","class","extends","super","import","export","default"],p=["undefined","Infinity","NaN","then","unless","until","loop","of","by","when"],c={and:"&&",or:"||",is:"==",isnt:"!=",not:"!",yes:"true",no:"false",on:"true",off:"false"},d=function(){var e;for(ke in e=[],c)e.push(ke);return e}(),p=p.concat(d),q=["case","function","var","void","with","const","let","enum","native","implements","interface","package","private","protected","public","static"],Z=["arguments","eval"],a.JS_FORBIDDEN=R.concat(q).concat(Z),r=65279,D=/^(?!\d)((?:(?!\s)[$\w\x7f-\uffff])+)([^\n\S]*:(?!:))?/,y=/^(?![\d<])((?:(?!\s)[\.\-$\w\x7f-\uffff])+)/,f=/^(?!\d)((?:(?!\s)[\-$\w\x7f-\uffff])+)([^\S]*=(?!=))?/,U=/^0b[01]+|^0o[0-7]+|^0x[\da-f]+|^\d*\.?\d+(?:e[+-]?\d+)?/i,V=/^(?:[-=]>|[-+*\/%<>&|^!?=]=|>>>=?|([-+:])\1|([&|<>*\/%])\2=?|\?(\.|::)|\.{2,3})/,pe=/^[^\n\S]+/,u=/^\s*###([^#][\s\S]*?)(?:###[^\n\S]*|###$)|^(?:\s*#(?!##[^#]).*)+/,l=/^[-=]>/,j=/^(?:\n[^\n\S]*)+/,A=/^`(?!``)((?:[^`\\]|\\[\s\S])*)`/,C=/^```((?:[^`\\]|\\[\s\S]|`(?!``))*)```/,oe=/^(?:'''|"""|'|")/,te=/^(?:[^\\']|\\[\s\S])*/,Q=/^(?:[^\\"#]|\\[\s\S]|\#(?!\{))*/,b=/^(?:[^\\']|\\[\s\S]|'(?!''))*/,v=/^(?:[^\\"#]|\\[\s\S]|"(?!"")|\#(?!\{))*/,I=/^(?:[^\{<])*/,k=/^(?:\{|<(?!\/))/,ae=/((?:\\\\)+)|\\[^\S\n]*\n\s*/g,K=/\s*\n\s*/g,N=/\n+([^\n\S]*)(?=\S)/g,G=/^\/(?!\/)((?:[^[\/\n\\]|\\[^\n]|\[(?:\\[^\n]|[^\]\n\\])*\])*)(\/)?/,X=/^\w*/,ce=/^(?!.*(.).*\1)[imguy]*$/,_=/^(?:[^\\\/#]|\\[\s\S]|\/(?!\/\/)|\#(?!\{))*/,$=/((?:\\\\)+)|\\(\s)|\s+(?:#.*)?/g,W=/^(\/|\/{3}\s*)(\*)/,B=/^\/=?\s/,T=/\*\//,w=/^\s*(?:,|\??\.(?![.\d])|::)/,ee=/((?:^|[^\\])(?:\\\\)*)\\(?:(0[0-7]|[1-7])|(x(?![\da-fA-F]{2}).{0,2})|(u\{(?![\da-fA-F]{1,}\})[^}]*\}?)|(u(?!\{|[\da-fA-F]{4}).{0,4}))/,H=/((?:^|[^\\])(?:\\\\)*)\\(?:(0[0-7])|(x(?![\da-fA-F]{2}).{0,2})|(u\{(?![\da-fA-F]{1,}\})[^}]*\}?)|(u(?!\{|[\da-fA-F]{4}).{0,4}))/,de=/(\\\\)|\\u\{([\da-fA-F]+)\}/g,O=/^[^\n\S]*\n/,ne=/\n[^\n\S]*$/,re=/\s+$/,g=["-=","+=","/=","*=","%=","||=","&&=","?=","<<=",">>=",">>>=","&=","^=","|=","**=","//=","%%="],ie=["NEW","TYPEOF","DELETE","DO"],se=["!","~"],J=["<<",">>",">>>"],h=["==","!=","<",">","<=",">="],P=["*","/","%","//","%%"],Y=["IN","OF","INSTANCEOF"],i=["TRUE","FALSE"],s=["IDENTIFIER","PROPERTY",")","]","?","@","THIS","SUPER"],x=s.concat(["NUMBER","INFINITY","NAN","STRING","STRING_END","REGEX","REGEX_END","BOOL","NULL","UNDEFINED","}","::"]),m=["IDENTIFIER",")","]","NUMBER"],M=x.concat(["++","--"]),L=["INDENT","OUTDENT","TERMINATOR"],E=[")","}","]"],le=["\\",".","?.","?::","UNARY","MATH","UNARY_MATH","+","-","**","SHIFT","RELATION","COMPARE","&","^","|","&&","||","BIN?","EXTENDS","DEFAULT"]}.call(this),{exports:a}.exports}(),e["./parser"]=function(){var a={},t={exports:a},o=function(){function e(){this.yy={}}var a=function(e,a,t,o){for(t=t||{},o=e.length;o--;t[e[o]]=a);return t},t=[1,20],o=[1,50],n=[1,84],r=[1,85],i=[1,80],s=[1,86],l=[1,87],d=[1,82],c=[1,83],p=[1,57],u=[1,59],m=[1,60],h=[1,61],g=[1,62],f=[1,63],y=[1,66],k=[1,51],T=[1,38],v=[1,32],N=[1,69],b=[1,70],_=[1,79],$=[1,48],C=[1,52],D=[1,53],E=[1,67],x=[1,68],I=[1,65],S=[1,43],A=[1,49],R=[1,64],O=[1,74],L=[1,75],w=[1,76],F=[1,77],P=[1,47],j=[1,73],M=[1,34],U=[1,35],V=[1,36],B=[1,37],G=[1,39],X=[1,40],W=[1,88],H=[1,6,32,43,137],Y=[1,103],q=[1,91],z=[1,90],J=[1,89],K=[1,92],Z=[1,93],Q=[1,94],ee=[1,95],ae=[1,96],te=[1,97],oe=[1,98],ne=[1,99],re=[1,100],ie=[1,101],se=[1,102],le=[1,106],de=[1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],ce=[2,188],pe=[1,112],ue=[1,117],me=[1,113],he=[1,114],ge=[1,115],fe=[1,118],ye=[1,111],ke=[1,6,32,43,137,139,141,145,162],Te=[1,6,31,32,41,42,43,64,74,75,77,82,87,95,96,97,99,103,119,120,121,126,128,137,139,140,141,145,146,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],ve=[2,115],Ne=[2,119],be=[2,92],_e=[1,124],$e=[1,129],Ce=[1,130],De=[1,132],Ee=[1,136],xe=[1,134],Ie=[1,6,31,32,41,42,43,57,64,74,75,77,82,87,95,96,97,99,103,119,120,121,126,128,137,139,140,141,145,146,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],Se=[2,112],Ae=[1,6,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],Re=[2,27],Oe=[1,162],Le=[2,81],we=[1,165],Fe=[1,171],Pe=[1,183],je=[1,185],Me=[1,180],Ue=[1,187],Ve=[1,188],Be=[1,190],Ge=[1,6,31,32,41,42,43,57,64,74,75,77,82,87,95,96,97,99,103,105,119,120,121,126,128,137,139,140,141,145,146,162,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181],Xe=[2,135],We=[1,214],He=[1,224],Ye=[1,6,31,32,41,42,43,61,64,74,75,77,82,87,95,96,97,99,103,119,120,121,126,128,137,139,140,141,145,146,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],qe=[1,6,29,31,32,41,42,43,57,61,64,74,75,77,82,87,95,96,97,99,103,105,111,119,120,121,126,128,137,139,140,141,145,146,152,153,154,162,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181],ze=[1,6,31,32,41,42,43,48,61,64,74,75,77,82,87,95,96,97,99,103,119,120,121,126,128,137,139,140,141,145,146,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],Je=[1,246],Ke=[41,42,120],Ze=[1,256],Qe=[1,255],ea=[2,90],aa=[1,262],ta=[6,31,32,82,87],oa=[6,31,32,57,64,82,87],na=[1,6,31,32,43,64,74,75,77,82,87,95,96,97,99,103,121,126,128,137,139,140,141,145,146,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],ra=[1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,165,166,170,171,172,173,174,175,176,177,178,179,180],ia=[1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,165,166,170,172,173,174,175,176,177,178,179,180],sa=[41,42,74,75,95,96,97,99,119,120],la=[1,282],da=[1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162],ca=[2,79],pa=[1,296],ua=[1,298],ma=[1,303],ha=[1,305],ga=[2,209],fa=[1,6,31,32,41,42,43,57,64,74,75,77,82,87,95,96,97,99,103,119,120,121,126,128,137,139,140,141,145,146,152,153,154,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],ya=[1,314],ka=[6,31,32,87,121,126],Ta=[1,6,31,32,41,42,43,57,61,64,74,75,77,82,87,95,96,97,99,103,105,119,120,121,126,128,137,139,140,141,145,146,152,153,154,162,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181],va=[1,6,31,32,43,64,77,82,87,103,121,126,128,137,146,162],Na=[1,6,31,32,43,64,77,82,87,103,121,126,128,137,140,146,162],ba=[152,153,154],_a=[87,152,153,154],$a=[6,31,103],Ca=[1,330],Da=[6,31,32,87,103],Ea=[6,31,32,61,87,103],xa=[1,336],Ia=[1,337],Sa=[6,31,32,57,61,64,74,75,87,103,120],Aa=[6,31,32,64,74,75,87,103,120],Ra=[1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,165,166,172,173,174,175,176,177,178,179,180],Oa=[1,6,31,32,41,42,43,48,64,74,75,77,82,87,95,96,97,99,103,119,120,121,126,128,137,139,140,141,145,146,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],La=[13,28,34,35,39,41,42,45,46,50,51,52,53,54,55,71,77,78,79,80,84,85,101,104,106,114,123,124,125,131,135,136,139,141,143,145,155,161,163,164,165,166,167,168],wa=[2,198],Fa=[6,31,32],Pa=[2,91],ja=[1,355],Ma=[1,356],Ua=[1,6,31,32,43,64,74,75,77,82,87,95,96,97,99,103,121,126,128,133,134,137,139,140,141,145,146,157,159,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],Va=[32,157,159],Ba=[1,6,32,43,64,77,82,87,103,121,126,128,137,140,146,162],Ga=[1,384],Xa=[1,390],Wa=[1,6,32,43,137,162],Ha=[2,106],Ya=[1,401],qa=[1,402],za=[1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,157,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],Ja=[1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,141,145,146,162],Ka=[1,415],Za=[1,416],Qa=[6,31,32,103],et=[6,31,32,87],at=[1,6,31,32,43,64,77,82,87,103,121,126,128,133,137,139,140,141,145,146,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],tt=[31,87],ot=[1,445],nt=[1,446],rt=[1,452],it=[1,453],st={trace:function(){},yy:{},symbols_:{error:2,Root:3,Body:4,Line:5,TERMINATOR:6,Expression:7,Statement:8,FuncDirective:9,YieldReturn:10,AwaitReturn:11,Return:12,STATEMENT:13,Import:14,Export:15,Value:16,Code:17,Operation:18,Assign:19,If:20,Try:21,While:22,For:23,Switch:24,Class:25,Throw:26,Yield:27,YIELD:28,FROM:29,Block:30,INDENT:31,OUTDENT:32,Identifier:33,IDENTIFIER:34,CSX_TAG:35,Property:36,PROPERTY:37,AlphaNumeric:38,NUMBER:39,String:40,STRING:41,STRING_START:42,STRING_END:43,Regex:44,REGEX:45,REGEX_START:46,Invocation:47,REGEX_END:48,Literal:49,JS:50,UNDEFINED:51,NULL:52,BOOL:53,INFINITY:54,NAN:55,Assignable:56,"=":57,AssignObj:58,ObjAssignable:59,ObjRestValue:60,":":61,SimpleObjAssignable:62,ThisProperty:63,"...":64,ObjSpreadExpr:65,ObjSpreadIdentifier:66,Object:67,Parenthetical:68,Super:69,This:70,SUPER:71,Arguments:72,ObjSpreadAccessor:73,".":74,INDEX_START:75,IndexValue:76,INDEX_END:77,RETURN:78,AWAIT:79,PARAM_START:80,ParamList:81,PARAM_END:82,FuncGlyph:83,"->":84,"=>":85,OptComma:86,",":87,Param:88,ParamVar:89,Array:90,Splat:91,SimpleAssignable:92,Accessor:93,Range:94,"?.":95,"::":96,"?::":97,Index:98,INDEX_SOAK:99,Slice:100,"{":101,AssignList:102,"}":103,CLASS:104,EXTENDS:105,IMPORT:106,ImportDefaultSpecifier:107,ImportNamespaceSpecifier:108,ImportSpecifierList:109,ImportSpecifier:110,AS:111,DEFAULT:112,IMPORT_ALL:113,EXPORT:114,ExportSpecifierList:115,EXPORT_ALL:116,ExportSpecifier:117,OptFuncExist:118,FUNC_EXIST:119,CALL_START:120,CALL_END:121,ArgList:122,THIS:123,"@":124,"[":125,"]":126,RangeDots:127,"..":128,Arg:129,SimpleArgs:130,TRY:131,Catch:132,FINALLY:133,CATCH:134,THROW:135,"(":136,")":137,WhileSource:138,WHILE:139,WHEN:140,UNTIL:141,Loop:142,LOOP:143,ForBody:144,FOR:145,BY:146,ForStart:147,ForSource:148,ForVariables:149,OWN:150,ForValue:151,FORIN:152,FOROF:153,FORFROM:154,SWITCH:155,Whens:156,ELSE:157,When:158,LEADING_WHEN:159,IfBlock:160,IF:161,POST_IF:162,UNARY:163,UNARY_MATH:164,"-":165,"+":166,"--":167,"++":168,"?":169,MATH:170,"**":171,SHIFT:172,COMPARE:173,"&":174,"^":175,"|":176,"&&":177,"||":178,"BIN?":179,RELATION:180,COMPOUND_ASSIGN:181,$accept:0,$end:1},terminals_:{2:"error",6:"TERMINATOR",13:"STATEMENT",28:"YIELD",29:"FROM",31:"INDENT",32:"OUTDENT",34:"IDENTIFIER",35:"CSX_TAG",37:"PROPERTY",39:"NUMBER",41:"STRING",42:"STRING_START",43:"STRING_END",45:"REGEX",46:"REGEX_START",48:"REGEX_END",50:"JS",51:"UNDEFINED",52:"NULL",53:"BOOL",54:"INFINITY",55:"NAN",57:"=",61:":",64:"...",71:"SUPER",74:".",75:"INDEX_START",77:"INDEX_END",78:"RETURN",79:"AWAIT",80:"PARAM_START",82:"PARAM_END",84:"->",85:"=>",87:",",95:"?.",96:"::",97:"?::",99:"INDEX_SOAK",101:"{",103:"}",104:"CLASS",105:"EXTENDS",106:"IMPORT",111:"AS",112:"DEFAULT",113:"IMPORT_ALL",114:"EXPORT",116:"EXPORT_ALL",119:"FUNC_EXIST",120:"CALL_START",121:"CALL_END",123:"THIS",124:"@",125:"[",126:"]",128:"..",131:"TRY",133:"FINALLY",134:"CATCH",135:"THROW",136:"(",137:")",139:"WHILE",140:"WHEN",141:"UNTIL",143:"LOOP",145:"FOR",146:"BY",150:"OWN",152:"FORIN",153:"FOROF",154:"FORFROM",155:"SWITCH",157:"ELSE",159:"LEADING_WHEN",161:"IF",162:"POST_IF",163:"UNARY",164:"UNARY_MATH",165:"-",166:"+",167:"--",168:"++",169:"?",170:"MATH",171:"**",172:"SHIFT",173:"COMPARE",174:"&",175:"^",176:"|",177:"&&",178:"||",179:"BIN?",180:"RELATION",181:"COMPOUND_ASSIGN"},productions_:[0,[3,0],[3,1],[4,1],[4,3],[4,2],[5,1],[5,1],[5,1],[9,1],[9,1],[8,1],[8,1],[8,1],[8,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[27,1],[27,2],[27,3],[30,2],[30,3],[33,1],[33,1],[36,1],[38,1],[38,1],[40,1],[40,3],[44,1],[44,3],[49,1],[49,1],[49,1],[49,1],[49,1],[49,1],[49,1],[49,1],[19,3],[19,4],[19,5],[58,1],[58,1],[58,3],[58,5],[58,3],[58,5],[62,1],[62,1],[62,1],[59,1],[59,1],[60,2],[60,2],[60,2],[60,2],[65,1],[65,1],[65,1],[65,1],[65,1],[65,2],[65,2],[65,2],[66,2],[66,2],[73,2],[73,3],[12,2],[12,4],[12,1],[10,3],[10,2],[11,3],[11,2],[17,5],[17,2],[83,1],[83,1],[86,0],[86,1],[81,0],[81,1],[81,3],[81,4],[81,6],[88,1],[88,2],[88,2],[88,3],[88,1],[89,1],[89,1],[89,1],[89,1],[91,2],[91,2],[92,1],[92,2],[92,2],[92,1],[56,1],[56,1],[56,1],[16,1],[16,1],[16,1],[16,1],[16,1],[16,1],[16,1],[69,3],[69,4],[93,2],[93,2],[93,2],[93,2],[93,1],[93,1],[98,3],[98,2],[76,1],[76,1],[67,4],[102,0],[102,1],[102,3],[102,4],[102,6],[25,1],[25,2],[25,3],[25,4],[25,2],[25,3],[25,4],[25,5],[14,2],[14,4],[14,4],[14,5],[14,7],[14,6],[14,9],[109,1],[109,3],[109,4],[109,4],[109,6],[110,1],[110,3],[110,1],[110,3],[107,1],[108,3],[15,3],[15,5],[15,2],[15,4],[15,5],[15,6],[15,3],[15,4],[15,7],[115,1],[115,3],[115,4],[115,4],[115,6],[117,1],[117,3],[117,3],[117,1],[117,3],[47,3],[47,3],[47,3],[118,0],[118,1],[72,2],[72,4],[70,1],[70,1],[63,2],[90,2],[90,4],[127,1],[127,1],[94,5],[100,3],[100,2],[100,2],[100,1],[122,1],[122,3],[122,4],[122,4],[122,6],[129,1],[129,1],[129,1],[130,1],[130,3],[21,2],[21,3],[21,4],[21,5],[132,3],[132,3],[132,2],[26,2],[26,4],[68,3],[68,5],[138,2],[138,4],[138,2],[138,4],[22,2],[22,2],[22,2],[22,1],[142,2],[142,2],[23,2],[23,2],[23,2],[144,2],[144,4],[144,2],[147,2],[147,3],[151,1],[151,1],[151,1],[151,1],[149,1],[149,3],[148,2],[148,2],[148,4],[148,4],[148,4],[148,6],[148,6],[148,2],[148,4],[24,5],[24,7],[24,4],[24,6],[156,1],[156,2],[158,3],[158,4],[160,3],[160,5],[20,1],[20,3],[20,3],[20,3],[18,2],[18,2],[18,2],[18,2],[18,2],[18,2],[18,2],[18,2],[18,2],[18,2],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,5],[18,4]],performAction:function(e,a,t,o,n,r,i){var s=r.length-1;switch(n){case 1:return this.$=o.addDataToNode(o,i[s],i[s])(new o.Block);break;case 2:return this.$=r[s];break;case 3:this.$=o.addDataToNode(o,i[s],i[s])(o.Block.wrap([r[s]]));break;case 4:this.$=o.addDataToNode(o,i[s-2],i[s])(r[s-2].push(r[s]));break;case 5:this.$=r[s-1];break;case 6:case 7:case 8:case 9:case 10:case 11:case 13:case 14:case 15:case 16:case 17:case 18:case 19:case 20:case 21:case 22:case 23:case 24:case 25:case 26:case 36:case 41:case 43:case 53:case 58:case 59:case 60:case 61:case 62:case 67:case 68:case 69:case 70:case 71:case 90:case 91:case 102:case 103:case 104:case 105:case 111:case 112:case 115:case 120:case 129:case 209:case 210:case 212:case 243:case 244:case 262:case 268:this.$=r[s];break;case 12:this.$=o.addDataToNode(o,i[s],i[s])(new o.StatementLiteral(r[s]));break;case 27:this.$=o.addDataToNode(o,i[s],i[s])(new o.Op(r[s],new o.Value(new o.Literal(""))));break;case 28:case 272:case 273:case 276:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Op(r[s-1],r[s]));break;case 29:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Op(r[s-2].concat(r[s-1]),r[s]));break;case 30:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Block);break;case 31:case 78:case 130:this.$=o.addDataToNode(o,i[s-2],i[s])(r[s-1]);break;case 32:this.$=o.addDataToNode(o,i[s],i[s])(new o.IdentifierLiteral(r[s]));break;case 33:this.$=o.addDataToNode(o,i[s],i[s])(new o.CSXTag(r[s]));break;case 34:this.$=o.addDataToNode(o,i[s],i[s])(new o.PropertyName(r[s]));break;case 35:this.$=o.addDataToNode(o,i[s],i[s])(new o.NumberLiteral(r[s]));break;case 37:this.$=o.addDataToNode(o,i[s],i[s])(new o.StringLiteral(r[s]));break;case 38:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.StringWithInterpolations(r[s-1]));break;case 39:this.$=o.addDataToNode(o,i[s],i[s])(new o.RegexLiteral(r[s]));break;case 40:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.RegexWithInterpolations(r[s-1].args));break;case 42:this.$=o.addDataToNode(o,i[s],i[s])(new o.PassthroughLiteral(r[s]));break;case 44:this.$=o.addDataToNode(o,i[s],i[s])(new o.UndefinedLiteral(r[s]));break;case 45:this.$=o.addDataToNode(o,i[s],i[s])(new o.NullLiteral(r[s]));break;case 46:this.$=o.addDataToNode(o,i[s],i[s])(new o.BooleanLiteral(r[s]));break;case 47:this.$=o.addDataToNode(o,i[s],i[s])(new o.InfinityLiteral(r[s]));break;case 48:this.$=o.addDataToNode(o,i[s],i[s])(new o.NaNLiteral(r[s]));break;case 49:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Assign(r[s-2],r[s]));break;case 50:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Assign(r[s-3],r[s]));break;case 51:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Assign(r[s-4],r[s-1]));break;case 52:case 108:case 113:case 114:case 116:case 117:case 118:case 119:case 121:case 245:case 246:this.$=o.addDataToNode(o,i[s],i[s])(new o.Value(r[s]));break;case 54:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Assign(o.addDataToNode(o,i[s-2])(new o.Value(r[s-2])),r[s],"object",{operatorToken:o.addDataToNode(o,i[s-1])(new o.Literal(r[s-1]))}));break;case 55:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Assign(o.addDataToNode(o,i[s-4])(new o.Value(r[s-4])),r[s-1],"object",{operatorToken:o.addDataToNode(o,i[s-3])(new o.Literal(r[s-3]))}));break;case 56:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Assign(o.addDataToNode(o,i[s-2])(new o.Value(r[s-2])),r[s],null,{operatorToken:o.addDataToNode(o,i[s-1])(new o.Literal(r[s-1]))}));break;case 57:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Assign(o.addDataToNode(o,i[s-4])(new o.Value(r[s-4])),r[s-1],null,{operatorToken:o.addDataToNode(o,i[s-3])(new o.Literal(r[s-3]))}));break;case 63:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Splat(new o.Value(r[s-1])));break;case 64:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Splat(new o.Value(r[s])));break;case 65:case 106:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Splat(r[s-1]));break;case 66:case 107:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Splat(r[s]));break;case 72:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.SuperCall(o.addDataToNode(o,i[s-1])(new o.Super),r[s],!1,r[s-1]));break;case 73:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Call(new o.Value(r[s-1]),r[s]));break;case 74:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Call(r[s-1],r[s]));break;case 75:case 76:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Value(r[s-1]).add(r[s]));break;case 77:case 124:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Access(r[s]));break;case 79:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Return(r[s]));break;case 80:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Return(new o.Value(r[s-1])));break;case 81:this.$=o.addDataToNode(o,i[s],i[s])(new o.Return);break;case 82:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.YieldReturn(r[s]));break;case 83:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.YieldReturn);break;case 84:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.AwaitReturn(r[s]));break;case 85:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.AwaitReturn);break;case 86:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Code(r[s-3],r[s],r[s-1]));break;case 87:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Code([],r[s],r[s-1]));break;case 88:case 89:this.$=o.addDataToNode(o,i[s],i[s])(new o.FuncGlyph(r[s]));break;case 92:case 135:this.$=o.addDataToNode(o,i[s],i[s])([]);break;case 93:case 136:case 155:case 175:case 204:case 247:this.$=o.addDataToNode(o,i[s],i[s])([r[s]]);break;case 94:case 137:case 156:case 176:case 205:this.$=o.addDataToNode(o,i[s-2],i[s])(r[s-2].concat(r[s]));break;case 95:case 138:case 157:case 177:case 206:this.$=o.addDataToNode(o,i[s-3],i[s])(r[s-3].concat(r[s]));break;case 96:case 139:case 159:case 179:case 208:this.$=o.addDataToNode(o,i[s-5],i[s])(r[s-5].concat(r[s-2]));break;case 97:this.$=o.addDataToNode(o,i[s],i[s])(new o.Param(r[s]));break;case 98:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Param(r[s-1],null,!0));break;case 99:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Param(r[s],null,!0));break;case 100:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Param(r[s-2],r[s]));break;case 101:case 211:this.$=o.addDataToNode(o,i[s],i[s])(new o.Expansion);break;case 109:this.$=o.addDataToNode(o,i[s-1],i[s])(r[s-1].add(r[s]));break;case 110:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Value(r[s-1]).add(r[s]));break;case 122:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Super(o.addDataToNode(o,i[s])(new o.Access(r[s])),[],!1,r[s-2]));break;case 123:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Super(o.addDataToNode(o,i[s-1])(new o.Index(r[s-1])),[],!1,r[s-3]));break;case 125:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Access(r[s],"soak"));break;case 126:this.$=o.addDataToNode(o,i[s-1],i[s])([o.addDataToNode(o,i[s-1])(new o.Access(new o.PropertyName("prototype"))),o.addDataToNode(o,i[s])(new o.Access(r[s]))]);break;case 127:this.$=o.addDataToNode(o,i[s-1],i[s])([o.addDataToNode(o,i[s-1])(new o.Access(new o.PropertyName("prototype"),"soak")),o.addDataToNode(o,i[s])(new o.Access(r[s]))]);break;case 128:this.$=o.addDataToNode(o,i[s],i[s])(new o.Access(new o.PropertyName("prototype")));break;case 131:this.$=o.addDataToNode(o,i[s-1],i[s])(o.extend(r[s],{soak:!0}));break;case 132:this.$=o.addDataToNode(o,i[s],i[s])(new o.Index(r[s]));break;case 133:this.$=o.addDataToNode(o,i[s],i[s])(new o.Slice(r[s]));break;case 134:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Obj(r[s-2],r[s-3].generated));break;case 140:this.$=o.addDataToNode(o,i[s],i[s])(new o.Class);break;case 141:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Class(null,null,r[s]));break;case 142:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Class(null,r[s]));break;case 143:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Class(null,r[s-1],r[s]));break;case 144:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Class(r[s]));break;case 145:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Class(r[s-1],null,r[s]));break;case 146:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Class(r[s-2],r[s]));break;case 147:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Class(r[s-3],r[s-1],r[s]));break;case 148:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.ImportDeclaration(null,r[s]));break;case 149:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.ImportDeclaration(new o.ImportClause(r[s-2],null),r[s]));break;case 150:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.ImportDeclaration(new o.ImportClause(null,r[s-2]),r[s]));break;case 151:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.ImportDeclaration(new o.ImportClause(null,new o.ImportSpecifierList([])),r[s]));break;case 152:this.$=o.addDataToNode(o,i[s-6],i[s])(new o.ImportDeclaration(new o.ImportClause(null,new o.ImportSpecifierList(r[s-4])),r[s]));break;case 153:this.$=o.addDataToNode(o,i[s-5],i[s])(new o.ImportDeclaration(new o.ImportClause(r[s-4],r[s-2]),r[s]));break;case 154:this.$=o.addDataToNode(o,i[s-8],i[s])(new o.ImportDeclaration(new o.ImportClause(r[s-7],new o.ImportSpecifierList(r[s-4])),r[s]));break;case 158:case 178:case 191:case 207:this.$=o.addDataToNode(o,i[s-3],i[s])(r[s-2]);break;case 160:this.$=o.addDataToNode(o,i[s],i[s])(new o.ImportSpecifier(r[s]));break;case 161:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.ImportSpecifier(r[s-2],r[s]));break;case 162:this.$=o.addDataToNode(o,i[s],i[s])(new o.ImportSpecifier(new o.Literal(r[s])));break;case 163:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.ImportSpecifier(new o.Literal(r[s-2]),r[s]));break;case 164:this.$=o.addDataToNode(o,i[s],i[s])(new o.ImportDefaultSpecifier(r[s]));break;case 165:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.ImportNamespaceSpecifier(new o.Literal(r[s-2]),r[s]));break;case 166:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.ExportNamedDeclaration(new o.ExportSpecifierList([])));break;case 167:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.ExportNamedDeclaration(new o.ExportSpecifierList(r[s-2])));break;case 168:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.ExportNamedDeclaration(r[s]));break;case 169:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.ExportNamedDeclaration(new o.Assign(r[s-2],r[s],null,{moduleDeclaration:"export"})));break;case 170:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.ExportNamedDeclaration(new o.Assign(r[s-3],r[s],null,{moduleDeclaration:"export"})));break;case 171:this.$=o.addDataToNode(o,i[s-5],i[s])(new o.ExportNamedDeclaration(new o.Assign(r[s-4],r[s-1],null,{moduleDeclaration:"export"})));break;case 172:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.ExportDefaultDeclaration(r[s]));break;case 173:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.ExportAllDeclaration(new o.Literal(r[s-2]),r[s]));break;case 174:this.$=o.addDataToNode(o,i[s-6],i[s])(new o.ExportNamedDeclaration(new o.ExportSpecifierList(r[s-4]),r[s]));break;case 180:this.$=o.addDataToNode(o,i[s],i[s])(new o.ExportSpecifier(r[s]));break;case 181:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.ExportSpecifier(r[s-2],r[s]));break;case 182:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.ExportSpecifier(r[s-2],new o.Literal(r[s])));break;case 183:this.$=o.addDataToNode(o,i[s],i[s])(new o.ExportSpecifier(new o.Literal(r[s])));break;case 184:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.ExportSpecifier(new o.Literal(r[s-2]),r[s]));break;case 185:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.TaggedTemplateCall(r[s-2],r[s],r[s-1]));break;case 186:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Call(r[s-2],r[s],r[s-1]));break;case 187:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.SuperCall(o.addDataToNode(o,i[s-2])(new o.Super),r[s],r[s-1],r[s-2]));break;case 188:this.$=o.addDataToNode(o,i[s],i[s])(!1);break;case 189:this.$=o.addDataToNode(o,i[s],i[s])(!0);break;case 190:this.$=o.addDataToNode(o,i[s-1],i[s])([]);break;case 192:case 193:this.$=o.addDataToNode(o,i[s],i[s])(new o.Value(new o.ThisLiteral(r[s])));break;case 194:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Value(o.addDataToNode(o,i[s-1])(new o.ThisLiteral(r[s-1])),[o.addDataToNode(o,i[s])(new o.Access(r[s]))],"this"));break;case 195:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Arr([]));break;case 196:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Arr(r[s-2]));break;case 197:this.$=o.addDataToNode(o,i[s],i[s])("inclusive");break;case 198:this.$=o.addDataToNode(o,i[s],i[s])("exclusive");break;case 199:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Range(r[s-3],r[s-1],r[s-2]));break;case 200:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Range(r[s-2],r[s],r[s-1]));break;case 201:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Range(r[s-1],null,r[s]));break;case 202:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Range(null,r[s],r[s-1]));break;case 203:this.$=o.addDataToNode(o,i[s],i[s])(new o.Range(null,null,r[s]));break;case 213:this.$=o.addDataToNode(o,i[s-2],i[s])([].concat(r[s-2],r[s]));break;case 214:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Try(r[s]));break;case 215:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Try(r[s-1],r[s][0],r[s][1]));break;case 216:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Try(r[s-2],null,null,r[s]));break;case 217:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Try(r[s-3],r[s-2][0],r[s-2][1],r[s]));break;case 218:this.$=o.addDataToNode(o,i[s-2],i[s])([r[s-1],r[s]]);break;case 219:this.$=o.addDataToNode(o,i[s-2],i[s])([o.addDataToNode(o,i[s-1])(new o.Value(r[s-1])),r[s]]);break;case 220:this.$=o.addDataToNode(o,i[s-1],i[s])([null,r[s]]);break;case 221:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Throw(r[s]));break;case 222:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Throw(new o.Value(r[s-1])));break;case 223:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Parens(r[s-1]));break;case 224:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Parens(r[s-2]));break;case 225:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.While(r[s]));break;case 226:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.While(r[s-2],{guard:r[s]}));break;case 227:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.While(r[s],{invert:!0}));break;case 228:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.While(r[s-2],{invert:!0,guard:r[s]}));break;case 229:this.$=o.addDataToNode(o,i[s-1],i[s])(r[s-1].addBody(r[s]));break;case 230:case 231:this.$=o.addDataToNode(o,i[s-1],i[s])(r[s].addBody(o.addDataToNode(o,i[s-1])(o.Block.wrap([r[s-1]]))));break;case 232:this.$=o.addDataToNode(o,i[s],i[s])(r[s]);break;case 233:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.While(o.addDataToNode(o,i[s-1])(new o.BooleanLiteral("true"))).addBody(r[s]));break;case 234:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.While(o.addDataToNode(o,i[s-1])(new o.BooleanLiteral("true"))).addBody(o.addDataToNode(o,i[s])(o.Block.wrap([r[s]]))));break;case 235:case 236:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.For(r[s-1],r[s]));break;case 237:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.For(r[s],r[s-1]));break;case 238:this.$=o.addDataToNode(o,i[s-1],i[s])({source:o.addDataToNode(o,i[s])(new o.Value(r[s]))});break;case 239:this.$=o.addDataToNode(o,i[s-3],i[s])({source:o.addDataToNode(o,i[s-2])(new o.Value(r[s-2])),step:r[s]});break;case 240:this.$=o.addDataToNode(o,i[s-1],i[s])(function(){return r[s].own=r[s-1].own,r[s].ownTag=r[s-1].ownTag,r[s].name=r[s-1][0],r[s].index=r[s-1][1],r[s]}());break;case 241:this.$=o.addDataToNode(o,i[s-1],i[s])(r[s]);break;case 242:this.$=o.addDataToNode(o,i[s-2],i[s])(function(){return r[s].own=!0,r[s].ownTag=o.addDataToNode(o,i[s-1])(new o.Literal(r[s-1])),r[s]}());break;case 248:this.$=o.addDataToNode(o,i[s-2],i[s])([r[s-2],r[s]]);break;case 249:this.$=o.addDataToNode(o,i[s-1],i[s])({source:r[s]});break;case 250:this.$=o.addDataToNode(o,i[s-1],i[s])({source:r[s],object:!0});break;case 251:this.$=o.addDataToNode(o,i[s-3],i[s])({source:r[s-2],guard:r[s]});break;case 252:this.$=o.addDataToNode(o,i[s-3],i[s])({source:r[s-2],guard:r[s],object:!0});break;case 253:this.$=o.addDataToNode(o,i[s-3],i[s])({source:r[s-2],step:r[s]});break;case 254:this.$=o.addDataToNode(o,i[s-5],i[s])({source:r[s-4],guard:r[s-2],step:r[s]});break;case 255:this.$=o.addDataToNode(o,i[s-5],i[s])({source:r[s-4],step:r[s-2],guard:r[s]});break;case 256:this.$=o.addDataToNode(o,i[s-1],i[s])({source:r[s],from:!0});break;case 257:this.$=o.addDataToNode(o,i[s-3],i[s])({source:r[s-2],guard:r[s],from:!0});break;case 258:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Switch(r[s-3],r[s-1]));break;case 259:this.$=o.addDataToNode(o,i[s-6],i[s])(new o.Switch(r[s-5],r[s-3],r[s-1]));break;case 260:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Switch(null,r[s-1]));break;case 261:this.$=o.addDataToNode(o,i[s-5],i[s])(new o.Switch(null,r[s-3],r[s-1]));break;case 263:this.$=o.addDataToNode(o,i[s-1],i[s])(r[s-1].concat(r[s]));break;case 264:this.$=o.addDataToNode(o,i[s-2],i[s])([[r[s-1],r[s]]]);break;case 265:this.$=o.addDataToNode(o,i[s-3],i[s])([[r[s-2],r[s-1]]]);break;case 266:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.If(r[s-1],r[s],{type:r[s-2]}));break;case 267:this.$=o.addDataToNode(o,i[s-4],i[s])(r[s-4].addElse(o.addDataToNode(o,i[s-2],i[s])(new o.If(r[s-1],r[s],{type:r[s-2]}))));break;case 269:this.$=o.addDataToNode(o,i[s-2],i[s])(r[s-2].addElse(r[s]));break;case 270:case 271:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.If(r[s],o.addDataToNode(o,i[s-2])(o.Block.wrap([r[s-2]])),{type:r[s-1],statement:!0}));break;case 274:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Op("-",r[s]));break;case 275:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Op("+",r[s]));break;case 277:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Op("--",r[s]));break;case 278:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Op("++",r[s]));break;case 279:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Op("--",r[s-1],null,!0));break;case 280:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Op("++",r[s-1],null,!0));break;case 281:this.$=o.addDataToNode(o,i[s-1],i[s])(new o.Existence(r[s-1]));break;case 282:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Op("+",r[s-2],r[s]));break;case 283:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Op("-",r[s-2],r[s]));break;case 284:case 285:case 286:case 287:case 288:case 289:case 290:case 291:case 292:case 293:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Op(r[s-1],r[s-2],r[s]));break;case 294:this.$=o.addDataToNode(o,i[s-2],i[s])(function(){return"!"===r[s-1].charAt(0)?new o.Op(r[s-1].slice(1),r[s-2],r[s]).invert():new o.Op(r[s-1],r[s-2],r[s])}());break;case 295:this.$=o.addDataToNode(o,i[s-2],i[s])(new o.Assign(r[s-2],r[s],r[s-1]));break;case 296:this.$=o.addDataToNode(o,i[s-4],i[s])(new o.Assign(r[s-4],r[s-1],r[s-3]));break;case 297:this.$=o.addDataToNode(o,i[s-3],i[s])(new o.Assign(r[s-3],r[s],r[s-2]));}},table:[{1:[2,1],3:1,4:2,5:3,7:4,8:5,9:6,10:23,11:24,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:o,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:T,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{1:[3]},{1:[2,2],6:W},a(H,[2,3]),a(H,[2,6],{147:78,138:104,144:105,139:O,141:L,145:F,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(H,[2,7],{147:78,138:107,144:108,139:O,141:L,145:F,162:le}),a(H,[2,8]),a(de,[2,15],{118:109,93:110,98:116,41:ce,42:ce,120:ce,74:pe,75:ue,95:me,96:he,97:ge,99:fe,119:ye}),a(de,[2,16],{98:116,93:119,74:pe,75:ue,95:me,96:he,97:ge,99:fe}),a(de,[2,17]),a(de,[2,18]),a(de,[2,19]),a(de,[2,20]),a(de,[2,21]),a(de,[2,22]),a(de,[2,23]),a(de,[2,24]),a(de,[2,25]),a(de,[2,26]),a(ke,[2,11]),a(ke,[2,12]),a(ke,[2,13]),a(ke,[2,14]),a(H,[2,9]),a(H,[2,10]),a(Te,ve,{57:[1,120]}),a(Te,[2,116]),a(Te,[2,117]),a(Te,[2,118]),a(Te,Ne),a(Te,[2,120]),a(Te,[2,121]),a([6,31,82,87],be,{81:121,88:122,89:123,33:125,63:126,90:127,67:128,34:n,35:r,64:_e,101:_,124:$e,125:Ce}),{30:131,31:De},{7:133,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:137,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:138,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:139,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:140,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:[1,141],79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{16:143,17:144,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:145,63:72,67:55,68:27,69:31,70:30,71:y,80:v,83:33,84:N,85:b,90:54,92:142,94:28,101:_,123:E,124:x,125:I,136:R},{16:143,17:144,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:145,63:72,67:55,68:27,69:31,70:30,71:y,80:v,83:33,84:N,85:b,90:54,92:146,94:28,101:_,123:E,124:x,125:I,136:R},a(Ie,Se,{167:[1,147],168:[1,148],181:[1,149]}),a(de,[2,268],{157:[1,150]}),{30:151,31:De},{30:152,31:De},a(de,[2,232]),{30:153,31:De},{7:154,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:[1,155],33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Ae,[2,140],{49:26,68:27,94:28,47:29,70:30,69:31,83:33,90:54,67:55,38:56,44:58,33:71,63:72,40:81,16:143,17:144,56:145,30:156,92:158,31:De,34:n,35:r,39:i,41:s,42:l,45:d,46:c,50:p,51:u,52:m,53:h,54:g,55:f,71:y,80:v,84:N,85:b,101:_,105:[1,157],123:E,124:x,125:I,136:R}),{7:159,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:[1,160],33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a([1,6,32,43,137,139,141,145,162,169,170,171,172,173,174,175,176,177,178,179,180],Re,{16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,12:19,14:21,15:22,56:25,49:26,68:27,94:28,47:29,70:30,69:31,83:33,92:41,160:42,138:44,142:45,144:46,90:54,67:55,38:56,44:58,33:71,63:72,147:78,40:81,8:135,7:161,13:t,28:Ee,29:Oe,34:n,35:r,39:i,41:s,42:l,45:d,46:c,50:p,51:u,52:m,53:h,54:g,55:f,71:y,78:[1,163],79:xe,80:v,84:N,85:b,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,143:w,155:P,161:j,163:M,164:U,165:V,166:B,167:G,168:X}),a(ke,Le,{16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,12:19,14:21,15:22,56:25,49:26,68:27,94:28,47:29,70:30,69:31,83:33,92:41,160:42,138:44,142:45,144:46,90:54,67:55,38:56,44:58,33:71,63:72,147:78,40:81,8:135,7:164,13:t,28:Ee,31:we,34:n,35:r,39:i,41:s,42:l,45:d,46:c,50:p,51:u,52:m,53:h,54:g,55:f,71:y,78:k,79:xe,80:v,84:N,85:b,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,143:w,155:P,161:j,163:M,164:U,165:V,166:B,167:G,168:X}),{33:170,34:n,35:r,40:166,41:s,42:l,101:[1,169],107:167,108:168,113:Fe},{25:173,33:174,34:n,35:r,101:[1,172],104:$,112:[1,175],116:[1,176]},a(Ie,[2,113]),a(Ie,[2,114]),a(Te,[2,41]),a(Te,[2,42]),a(Te,[2,43]),a(Te,[2,44]),a(Te,[2,45]),a(Te,[2,46]),a(Te,[2,47]),a(Te,[2,48]),{4:177,5:3,7:4,8:5,9:6,10:23,11:24,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:o,31:[1,178],33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:T,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:179,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:Pe,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,64:je,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,91:184,92:41,94:28,101:_,104:$,106:C,114:D,122:181,123:E,124:x,125:I,126:Me,129:182,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{74:Ue,75:Ve,118:186,119:ye,120:ce},a(Te,[2,192]),a(Te,[2,193],{36:189,37:Be}),{31:[2,88]},{31:[2,89]},a(Ge,[2,108]),a(Ge,[2,111]),{7:191,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:192,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:193,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:195,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,30:194,31:De,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{33:200,34:n,35:r,63:201,67:203,90:202,94:196,101:_,124:$e,125:I,149:197,150:[1,198],151:199},{148:204,152:[1,205],153:[1,206],154:[1,207]},a([6,31,87,103],Xe,{40:81,102:208,58:209,59:210,60:211,62:212,38:213,65:215,33:216,36:217,63:218,66:219,67:220,68:221,69:222,70:223,34:n,35:r,37:Be,39:i,41:s,42:l,64:We,71:He,101:_,123:E,124:x,136:R}),a(Ye,[2,35]),a(Ye,[2,36]),a(Te,[2,39]),{16:143,17:144,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:225,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:145,63:72,67:55,68:27,69:31,70:30,71:y,80:v,83:33,84:N,85:b,90:54,92:226,94:28,101:_,123:E,124:x,125:I,136:R},a(qe,[2,32]),a(qe,[2,33]),a(ze,[2,37]),{4:227,5:3,7:4,8:5,9:6,10:23,11:24,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:o,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:T,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(H,[2,5],{7:4,8:5,9:6,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,12:19,14:21,15:22,10:23,11:24,56:25,49:26,68:27,94:28,47:29,70:30,69:31,83:33,92:41,160:42,138:44,142:45,144:46,90:54,67:55,38:56,44:58,33:71,63:72,147:78,40:81,5:228,13:t,28:o,34:n,35:r,39:i,41:s,42:l,45:d,46:c,50:p,51:u,52:m,53:h,54:g,55:f,71:y,78:k,79:T,80:v,84:N,85:b,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,139:O,141:L,143:w,145:F,155:P,161:j,163:M,164:U,165:V,166:B,167:G,168:X}),a(de,[2,281]),{7:229,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:230,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:231,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:232,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:233,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:234,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:235,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:236,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:237,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:238,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:239,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:240,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:241,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:242,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(de,[2,231]),a(de,[2,236]),{7:243,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(de,[2,230]),a(de,[2,235]),{40:244,41:s,42:l,72:245,120:Je},a(Ge,[2,109]),a(Ke,[2,189]),{36:247,37:Be},{36:248,37:Be},a(Ge,[2,128],{36:249,37:Be}),{36:250,37:Be},a(Ge,[2,129]),{7:252,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,64:Ze,67:55,68:27,69:31,70:30,71:y,76:251,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,100:253,101:_,104:$,106:C,114:D,123:E,124:x,125:I,127:254,128:Qe,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{75:ue,98:257,99:fe},a(Ge,[2,110]),{6:[1,259],7:258,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:[1,260],33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a([6,31],ea,{86:263,82:[1,261],87:aa}),a(ta,[2,93]),a(ta,[2,97],{57:[1,265],64:[1,264]}),a(ta,[2,101],{33:125,63:126,90:127,67:128,89:266,34:n,35:r,101:_,124:$e,125:Ce}),a(oa,[2,102]),a(oa,[2,103]),a(oa,[2,104]),a(oa,[2,105]),{36:189,37:Be},{7:267,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:Pe,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,64:je,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,91:184,92:41,94:28,101:_,104:$,106:C,114:D,122:181,123:E,124:x,125:I,126:Me,129:182,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(na,[2,87]),{4:269,5:3,7:4,8:5,9:6,10:23,11:24,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:o,32:[1,268],33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:T,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(ra,[2,272],{147:78,138:104,144:105,169:J}),{7:140,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{138:107,139:O,141:L,144:108,145:F,147:78,162:le},a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,169,170,171,172,173,174,175,176,177,178,179,180],Re,{16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,12:19,14:21,15:22,56:25,49:26,68:27,94:28,47:29,70:30,69:31,83:33,92:41,160:42,138:44,142:45,144:46,90:54,67:55,38:56,44:58,33:71,63:72,147:78,40:81,8:135,7:161,13:t,28:Ee,29:Oe,34:n,35:r,39:i,41:s,42:l,45:d,46:c,50:p,51:u,52:m,53:h,54:g,55:f,71:y,78:k,79:xe,80:v,84:N,85:b,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,143:w,155:P,161:j,163:M,164:U,165:V,166:B,167:G,168:X}),a(ia,[2,273],{147:78,138:104,144:105,169:J,171:Z}),a(ia,[2,274],{147:78,138:104,144:105,169:J,171:Z}),a(ia,[2,275],{147:78,138:104,144:105,169:J,171:Z}),a(ra,[2,276],{147:78,138:104,144:105,169:J}),a(H,[2,85],{16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,12:19,14:21,15:22,56:25,49:26,68:27,94:28,47:29,70:30,69:31,83:33,92:41,160:42,138:44,142:45,144:46,90:54,67:55,38:56,44:58,33:71,63:72,147:78,40:81,8:135,7:270,13:t,28:Ee,31:we,34:n,35:r,39:i,41:s,42:l,45:d,46:c,50:p,51:u,52:m,53:h,54:g,55:f,71:y,78:k,79:xe,80:v,84:N,85:b,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,139:Le,141:Le,145:Le,162:Le,143:w,155:P,161:j,163:M,164:U,165:V,166:B,167:G,168:X}),a(de,[2,277],{41:Se,42:Se,74:Se,75:Se,95:Se,96:Se,97:Se,99:Se,119:Se,120:Se}),a(Ke,ce,{118:109,93:110,98:116,74:pe,75:ue,95:me,96:he,97:ge,99:fe,119:ye}),{74:pe,75:ue,93:119,95:me,96:he,97:ge,98:116,99:fe},a(sa,ve),a(de,[2,278],{41:Se,42:Se,74:Se,75:Se,95:Se,96:Se,97:Se,99:Se,119:Se,120:Se}),a(de,[2,279]),a(de,[2,280]),{6:[1,273],7:271,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:[1,272],33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{30:274,31:De,161:[1,275]},a(de,[2,214],{132:276,133:[1,277],134:[1,278]}),a(de,[2,229]),a(de,[2,237]),{31:[1,279],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},{156:280,158:281,159:la},a(de,[2,141]),{7:283,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Ae,[2,144],{30:284,31:De,41:Se,42:Se,74:Se,75:Se,95:Se,96:Se,97:Se,99:Se,119:Se,120:Se,105:[1,285]}),a(da,[2,221],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{67:286,101:_},a(da,[2,28],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{7:287,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(H,[2,83],{16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,12:19,14:21,15:22,56:25,49:26,68:27,94:28,47:29,70:30,69:31,83:33,92:41,160:42,138:44,142:45,144:46,90:54,67:55,38:56,44:58,33:71,63:72,147:78,40:81,8:135,7:288,13:t,28:Ee,31:we,34:n,35:r,39:i,41:s,42:l,45:d,46:c,50:p,51:u,52:m,53:h,54:g,55:f,71:y,78:k,79:xe,80:v,84:N,85:b,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,139:Le,141:Le,145:Le,162:Le,143:w,155:P,161:j,163:M,164:U,165:V,166:B,167:G,168:X}),a(ke,ca,{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{67:289,101:_},a(ke,[2,148]),{29:[1,290],87:[1,291]},{29:[1,292]},{31:pa,33:297,34:n,35:r,103:[1,293],109:294,110:295,112:ua},a([29,87],[2,164]),{111:[1,299]},{31:ma,33:304,34:n,35:r,103:[1,300],112:ha,115:301,117:302},a(ke,[2,168]),{57:[1,306]},{7:307,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{29:[1,308]},{6:W,137:[1,309]},{4:310,5:3,7:4,8:5,9:6,10:23,11:24,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:o,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:T,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a([6,31,87,126],ga,{147:78,138:104,144:105,127:311,64:[1,312],128:Qe,139:O,141:L,145:F,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(fa,[2,195]),a([6,31,126],ea,{86:313,87:ya}),a(ka,[2,204]),{7:267,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:Pe,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,64:je,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,91:184,92:41,94:28,101:_,104:$,106:C,114:D,122:315,123:E,124:x,125:I,129:182,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(ka,[2,210]),a(ka,[2,211],{16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,12:19,14:21,15:22,56:25,49:26,68:27,94:28,47:29,70:30,69:31,83:33,92:41,160:42,138:44,142:45,144:46,90:54,67:55,38:56,44:58,33:71,63:72,147:78,40:81,8:135,7:316,13:t,28:Ee,34:n,35:r,39:i,41:s,42:l,45:d,46:c,50:p,51:u,52:m,53:h,54:g,55:f,71:y,78:k,79:xe,80:v,84:N,85:b,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,139:O,141:L,143:w,145:F,155:P,161:j,163:M,164:U,165:V,166:B,167:G,168:X}),{72:317,120:Je},{36:318,37:Be},{7:319,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Ta,[2,194]),a(Ta,[2,34]),{30:320,31:De,138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},a(va,[2,225],{147:78,138:104,144:105,139:O,140:[1,321],141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(va,[2,227],{147:78,138:104,144:105,139:O,140:[1,322],141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(de,[2,233]),a(Na,[2,234],{147:78,138:104,144:105,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,162,165,166,169,170,171,172,173,174,175,176,177,178,179,180],[2,238],{146:[1,323]}),a(ba,[2,241]),{33:200,34:n,35:r,63:201,67:203,90:202,101:_,124:$e,125:Ce,149:324,151:199},a(ba,[2,247],{87:[1,325]}),a(_a,[2,243]),a(_a,[2,244]),a(_a,[2,245]),a(_a,[2,246]),a(de,[2,240]),{7:326,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:327,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:328,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a($a,ea,{86:329,87:Ca}),a(Da,[2,136]),a(Da,[2,52],{61:[1,331]}),a(Da,[2,53]),a(Ea,[2,61],{72:334,73:335,57:[1,332],64:[1,333],74:xa,75:Ia,120:Je}),a(Ea,[2,62]),{33:216,34:n,35:r,36:217,37:Be,62:338,63:218,65:339,66:219,67:220,68:221,69:222,70:223,71:He,101:_,123:E,124:x,136:R},{64:[1,340],72:341,73:342,74:xa,75:Ia,120:Je},a(Sa,[2,58]),a(Sa,[2,59]),a(Sa,[2,60]),a(Aa,[2,67]),a(Aa,[2,68]),a(Aa,[2,69]),a(Aa,[2,70]),a(Aa,[2,71]),{72:343,74:Ue,75:Ve,120:Je},a(sa,Ne,{48:[1,344]}),a(sa,Se),{6:W,43:[1,345]},a(H,[2,4]),a(Ra,[2,282],{147:78,138:104,144:105,169:J,170:K,171:Z}),a(Ra,[2,283],{147:78,138:104,144:105,169:J,170:K,171:Z}),a(ia,[2,284],{147:78,138:104,144:105,169:J,171:Z}),a(ia,[2,285],{147:78,138:104,144:105,169:J,171:Z}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,172,173,174,175,176,177,178,179,180],[2,286],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,173,174,175,176,177,178,179],[2,287],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,180:se}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,174,175,176,177,178,179],[2,288],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,180:se}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,175,176,177,178,179],[2,289],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,180:se}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,176,177,178,179],[2,290],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,180:se}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,177,178,179],[2,291],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,180:se}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,178,179],[2,292],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,180:se}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,179],[2,293],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,180:se}),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,146,162,173,174,175,176,177,178,179,180],[2,294],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q}),a(Na,[2,271],{147:78,138:104,144:105,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Na,[2,270],{147:78,138:104,144:105,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Oa,[2,185]),a(Oa,[2,186]),{7:267,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:Pe,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,64:je,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,91:184,92:41,94:28,101:_,104:$,106:C,114:D,121:[1,346],122:347,123:E,124:x,125:I,129:182,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Ge,[2,124]),a(Ge,[2,125]),a(Ge,[2,126]),a(Ge,[2,127]),{77:[1,348]},{64:Ze,77:[2,132],127:349,128:Qe,138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},{77:[2,133]},{7:350,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,77:[2,203],78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(La,[2,197]),a(La,wa),a(Ge,[2,131]),a(da,[2,49],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{7:351,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:352,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{83:353,84:N,85:b},a(Fa,Pa,{89:123,33:125,63:126,90:127,67:128,88:354,34:n,35:r,64:_e,101:_,124:$e,125:Ce}),{6:ja,31:Ma},a(ta,[2,98]),{7:357,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(ta,[2,99]),a(ka,ga,{147:78,138:104,144:105,64:[1,358],139:O,141:L,145:F,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Ua,[2,30]),{6:W,32:[1,359]},a(H,[2,84],{147:78,138:104,144:105,139:ca,141:ca,145:ca,162:ca,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(da,[2,295],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{7:360,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:361,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(de,[2,269]),{7:362,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(de,[2,215],{133:[1,363]}),{30:364,31:De},{30:367,31:De,33:365,34:n,35:r,67:366,101:_},{156:368,158:281,159:la},{32:[1,369],157:[1,370],158:371,159:la},a(Va,[2,262]),{7:373,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,130:372,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Ba,[2,142],{147:78,138:104,144:105,30:374,31:De,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(de,[2,145]),{7:375,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{32:[1,376]},a(da,[2,29],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(H,[2,82],{147:78,138:104,144:105,139:ca,141:ca,145:ca,162:ca,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{32:[1,377]},{40:378,41:s,42:l},{101:[1,380],108:379,113:Fe},{40:381,41:s,42:l},{29:[1,382]},a($a,ea,{86:383,87:Ga}),a(Da,[2,155]),{31:pa,33:297,34:n,35:r,109:385,110:295,112:ua},a(Da,[2,160],{111:[1,386]}),a(Da,[2,162],{111:[1,387]}),{33:388,34:n,35:r},a(ke,[2,166]),a($a,ea,{86:389,87:Xa}),a(Da,[2,175]),{31:ma,33:304,34:n,35:r,112:ha,115:391,117:302},a(Da,[2,180],{111:[1,392]}),a(Da,[2,183],{111:[1,393]}),{6:[1,395],7:394,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:[1,396],33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Wa,[2,172],{147:78,138:104,144:105,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{40:397,41:s,42:l},a(Te,[2,223]),{6:W,32:[1,398]},{7:399,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a([13,28,34,35,39,41,42,45,46,50,51,52,53,54,55,71,78,79,80,84,85,101,104,106,114,123,124,125,131,135,136,139,141,143,145,155,161,163,164,165,166,167,168],wa,{6:Ha,31:Ha,87:Ha,126:Ha}),{6:Ya,31:qa,126:[1,400]},a([6,31,32,121,126],Pa,{16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,12:19,14:21,15:22,56:25,49:26,68:27,94:28,47:29,70:30,69:31,83:33,92:41,160:42,138:44,142:45,144:46,90:54,67:55,38:56,44:58,33:71,63:72,147:78,40:81,8:135,91:184,7:267,129:403,13:t,28:Ee,34:n,35:r,39:i,41:s,42:l,45:d,46:c,50:p,51:u,52:m,53:h,54:g,55:f,64:je,71:y,78:k,79:xe,80:v,84:N,85:b,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,139:O,141:L,143:w,145:F,155:P,161:j,163:M,164:U,165:V,166:B,167:G,168:X}),a(Fa,ea,{86:404,87:ya}),a(ka,[2,107],{147:78,138:104,144:105,139:O,141:L,145:F,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Oa,[2,187]),a(Te,[2,122]),{77:[1,405],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},a(za,[2,266]),{7:406,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:407,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:408,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(ba,[2,242]),{33:200,34:n,35:r,63:201,67:203,90:202,101:_,124:$e,125:Ce,151:409},a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,141,145,162],[2,249],{147:78,138:104,144:105,140:[1,410],146:[1,411],165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Ja,[2,250],{147:78,138:104,144:105,140:[1,412],165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Ja,[2,256],{147:78,138:104,144:105,140:[1,413],165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{6:Ka,31:Za,103:[1,414]},a(Qa,Pa,{40:81,59:210,60:211,62:212,38:213,65:215,33:216,36:217,63:218,66:219,67:220,68:221,69:222,70:223,58:417,34:n,35:r,37:Be,39:i,41:s,42:l,64:We,71:He,101:_,123:E,124:x,136:R}),{7:418,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:[1,419],33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:420,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:[1,421],33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Da,[2,63]),a(Aa,[2,73]),a(Aa,[2,75]),{36:422,37:Be},{7:252,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,64:Ze,67:55,68:27,69:31,70:30,71:y,76:423,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,100:253,101:_,104:$,106:C,114:D,123:E,124:x,125:I,127:254,128:Qe,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Da,[2,64],{72:334,73:335,74:xa,75:Ia,120:Je}),a(Da,[2,66],{72:341,73:342,74:xa,75:Ia,120:Je}),a(Da,[2,65]),a(Aa,[2,74]),a(Aa,[2,76]),a(Aa,[2,72]),a(Te,[2,40]),a(ze,[2,38]),a(Oa,[2,190]),a([6,31,121],ea,{86:424,87:ya}),a(Ge,[2,130]),{7:425,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,77:[2,201],78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{77:[2,202],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},a(da,[2,50],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{32:[1,426],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},{30:427,31:De},a(ta,[2,94]),{33:125,34:n,35:r,63:126,64:_e,67:128,88:428,89:123,90:127,101:_,124:$e,125:Ce},a(et,be,{88:122,89:123,33:125,63:126,90:127,67:128,81:429,34:n,35:r,64:_e,101:_,124:$e,125:Ce}),a(ta,[2,100],{147:78,138:104,144:105,139:O,141:L,145:F,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(ka,Ha),a(Ua,[2,31]),{32:[1,430],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},a(da,[2,297],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{30:431,31:De,138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},{30:432,31:De},a(de,[2,216]),{30:433,31:De},{30:434,31:De},a(at,[2,220]),{32:[1,435],157:[1,436],158:371,159:la},a(de,[2,260]),{30:437,31:De},a(Va,[2,263]),{30:438,31:De,87:[1,439]},a(tt,[2,212],{147:78,138:104,144:105,139:O,141:L,145:F,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(de,[2,143]),a(Ba,[2,146],{147:78,138:104,144:105,30:440,31:De,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(de,[2,222]),a(ke,[2,80]),a(ke,[2,149]),{29:[1,441]},{31:pa,33:297,34:n,35:r,109:442,110:295,112:ua},a(ke,[2,150]),{40:443,41:s,42:l},{6:ot,31:nt,103:[1,444]},a(Qa,Pa,{33:297,110:447,34:n,35:r,112:ua}),a(Fa,ea,{86:448,87:Ga}),{33:449,34:n,35:r},{33:450,34:n,35:r},{29:[2,165]},{6:rt,31:it,103:[1,451]},a(Qa,Pa,{33:304,117:454,34:n,35:r,112:ha}),a(Fa,ea,{86:455,87:Xa}),{33:456,34:n,35:r,112:[1,457]},{33:458,34:n,35:r},a(Wa,[2,169],{147:78,138:104,144:105,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{7:459,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:460,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(ke,[2,173]),{137:[1,461]},{126:[1,462],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},a(fa,[2,196]),{7:267,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,64:je,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,91:184,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,129:463,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:267,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,31:Pe,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,64:je,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,91:184,92:41,94:28,101:_,104:$,106:C,114:D,122:464,123:E,124:x,125:I,129:182,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(ka,[2,205]),{6:Ya,31:qa,32:[1,465]},a(Te,[2,123]),a(Na,[2,226],{147:78,138:104,144:105,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Na,[2,228],{147:78,138:104,144:105,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Na,[2,239],{147:78,138:104,144:105,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(ba,[2,248]),{7:466,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:467,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:468,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:469,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(fa,[2,134]),{33:216,34:n,35:r,36:217,37:Be,38:213,39:i,40:81,41:s,42:l,58:470,59:210,60:211,62:212,63:218,64:We,65:215,66:219,67:220,68:221,69:222,70:223,71:He,101:_,123:E,124:x,136:R},a(et,Xe,{40:81,58:209,59:210,60:211,62:212,38:213,65:215,33:216,36:217,63:218,66:219,67:220,68:221,69:222,70:223,102:471,34:n,35:r,37:Be,39:i,41:s,42:l,64:We,71:He,101:_,123:E,124:x,136:R}),a(Da,[2,137]),a(Da,[2,54],{147:78,138:104,144:105,139:O,141:L,145:F,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{7:472,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Da,[2,56],{147:78,138:104,144:105,139:O,141:L,145:F,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{7:473,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(Aa,[2,77]),{77:[1,474]},{6:Ya,31:qa,121:[1,475]},{77:[2,200],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},a(de,[2,51]),a(na,[2,86]),a(ta,[2,95]),a(Fa,ea,{86:476,87:aa}),a(de,[2,296]),a(za,[2,267]),a(de,[2,217]),a(at,[2,218]),a(at,[2,219]),a(de,[2,258]),{30:477,31:De},{32:[1,478]},a(Va,[2,264],{6:[1,479]}),{7:480,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},a(de,[2,147]),{40:481,41:s,42:l},a($a,ea,{86:482,87:Ga}),a(ke,[2,151]),{29:[1,483]},{33:297,34:n,35:r,110:484,112:ua},{31:pa,33:297,34:n,35:r,109:485,110:295,112:ua},a(Da,[2,156]),{6:ot,31:nt,32:[1,486]},a(Da,[2,161]),a(Da,[2,163]),a(ke,[2,167],{29:[1,487]}),{33:304,34:n,35:r,112:ha,117:488},{31:ma,33:304,34:n,35:r,112:ha,115:489,117:302},a(Da,[2,176]),{6:rt,31:it,32:[1,490]},a(Da,[2,181]),a(Da,[2,182]),a(Da,[2,184]),a(Wa,[2,170],{147:78,138:104,144:105,139:O,141:L,145:F,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),{32:[1,491],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},a(Te,[2,224]),a(Te,[2,199]),a(ka,[2,206]),a(Fa,ea,{86:492,87:ya}),a(ka,[2,207]),a([1,6,31,32,43,64,77,82,87,103,121,126,128,137,139,140,141,145,162],[2,251],{147:78,138:104,144:105,146:[1,493],165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Ja,[2,253],{147:78,138:104,144:105,140:[1,494],165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(da,[2,252],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(da,[2,257],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Da,[2,138]),a(Fa,ea,{86:495,87:Ca}),{32:[1,496],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},{32:[1,497],138:104,139:O,141:L,144:105,145:F,147:78,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se},a(Aa,[2,78]),a(Oa,[2,191]),{6:ja,31:Ma,32:[1,498]},{32:[1,499]},a(de,[2,261]),a(Va,[2,265]),a(tt,[2,213],{147:78,138:104,144:105,139:O,141:L,145:F,162:Y,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(ke,[2,153]),{6:ot,31:nt,103:[1,500]},{40:501,41:s,42:l},a(Da,[2,157]),a(Fa,ea,{86:502,87:Ga}),a(Da,[2,158]),{40:503,41:s,42:l},a(Da,[2,177]),a(Fa,ea,{86:504,87:Xa}),a(Da,[2,178]),a(ke,[2,171]),{6:Ya,31:qa,32:[1,505]},{7:506,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{7:507,8:135,12:19,13:t,14:21,15:22,16:7,17:8,18:9,19:10,20:11,21:12,22:13,23:14,24:15,25:16,26:17,27:18,28:Ee,33:71,34:n,35:r,38:56,39:i,40:81,41:s,42:l,44:58,45:d,46:c,47:29,49:26,50:p,51:u,52:m,53:h,54:g,55:f,56:25,63:72,67:55,68:27,69:31,70:30,71:y,78:k,79:xe,80:v,83:33,84:N,85:b,90:54,92:41,94:28,101:_,104:$,106:C,114:D,123:E,124:x,125:I,131:S,135:A,136:R,138:44,139:O,141:L,142:45,143:w,144:46,145:F,147:78,155:P,160:42,161:j,163:M,164:U,165:V,166:B,167:G,168:X},{6:Ka,31:Za,32:[1,508]},a(Da,[2,55]),a(Da,[2,57]),a(ta,[2,96]),a(de,[2,259]),{29:[1,509]},a(ke,[2,152]),{6:ot,31:nt,32:[1,510]},a(ke,[2,174]),{6:rt,31:it,32:[1,511]},a(ka,[2,208]),a(da,[2,254],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(da,[2,255],{147:78,138:104,144:105,165:q,166:z,169:J,170:K,171:Z,172:Q,173:ee,174:ae,175:te,176:oe,177:ne,178:re,179:ie,180:se}),a(Da,[2,139]),{40:512,41:s,42:l},a(Da,[2,159]),a(Da,[2,179]),a(ke,[2,154])],defaultActions:{69:[2,88],70:[2,89],253:[2,133],388:[2,165]},parseError:function(e,a){if(a.recoverable)this.trace(e);else{var t=function(e,a){this.message=e,this.hash=a};throw t.prototype=Error,new t(e,a)}},parse:function(e){var a=this,t=[0],o=[null],n=[],i=this.table,s="",l=0,d=0,c=0,u=1,m=n.slice.call(arguments,1),h=Object.create(this.lexer),g={yy:{}};for(var f in this.yy)Object.prototype.hasOwnProperty.call(this.yy,f)&&(g.yy[f]=this.yy[f]);h.setInput(e,g.yy),g.yy.lexer=h,g.yy.parser=this,"undefined"==typeof h.yylloc&&(h.yylloc={});var y=h.yylloc;n.push(y);var k=h.options&&h.options.ranges;this.parseError="function"==typeof g.yy.parseError?g.yy.parseError:Object.getPrototypeOf(this).parseError;_token_stack:var T=function(){var e;return e=h.lex()||u,"number"!=typeof e&&(e=a.symbols_[e]||e),e};for(var v={},N,b,_,$,C,D,p,E,x;;){if(_=t[t.length-1],this.defaultActions[_]?$=this.defaultActions[_]:((null===N||"undefined"==typeof N)&&(N=T()),$=i[_]&&i[_][N]),"undefined"==typeof $||!$.length||!$[0]){var I="";for(D in x=[],i[_])this.terminals_[D]&&D>2&&x.push("'"+this.terminals_[D]+"'");I=h.showPosition?"Parse error on line "+(l+1)+":\n"+h.showPosition()+"\nExpecting "+x.join(", ")+", got '"+(this.terminals_[N]||N)+"'":"Parse error on line "+(l+1)+": Unexpected "+(N==u?"end of input":"'"+(this.terminals_[N]||N)+"'"),this.parseError(I,{text:h.match,token:this.terminals_[N]||N,line:h.yylineno,loc:y,expected:x})}if($[0]instanceof Array&&1<$.length)throw new Error("Parse Error: multiple actions possible at state: "+_+", token: "+N);switch($[0]){case 1:t.push(N),o.push(h.yytext),n.push(h.yylloc),t.push($[1]),N=null,b?(N=b,b=null):(d=h.yyleng,s=h.yytext,l=h.yylineno,y=h.yylloc,0n.call(this.compiledComments,i)))&&(this.compiledComments.push(i),s=i.here?new S(i).compileNode(e):new J(i).compileNode(e),s.isHereComment&&!s.newLine||a.includeCommentFragments()?p(s):s.unshift?(null==(o=t[0]).precedingComments&&(o.precedingComments=[]),t[0].precedingComments.push(s)):(null==(r=t[t.length-1]).followingComments&&(r.followingComments=[]),t[t.length-1].followingComments.push(s)));return t}},{key:"cache",value:function(e,a,t){var o,n,r;return o=null==t?this.shouldCache():t(this),o?(n=new R(e.scope.freeVariable("ref")),r=new d(n,this),a?[r.compileToFragments(e,a),[this.makeCode(n.value)]]:[r,n]):(n=a?this.compileToFragments(e,a):this,[n,n])}},{key:"hoist",value:function(){var e,a,t;return this.hoisted=!0,t=new A(this),e=this.compileNode,a=this.compileToFragments,this.compileNode=function(a){return t.update(e,a)},this.compileToFragments=function(e){return t.update(a,e)},t}},{key:"cacheToCodeFragments",value:function(e){return[We(e[0]),We(e[1])]}},{key:"makeReturn",value:function(e){var a;return a=this.unwrapAll(),e?new h(new K(e+".push"),[a]):new ge(a)}},{key:"contains",value:function(e){var a;return a=void 0,this.traverseChildren(!1,function(t){if(e(t))return a=t,!1}),a}},{key:"lastNode",value:function(e){return 0===e.length?null:e[e.length-1]}},{key:"toString",value:function(){var e=0=H?this.wrapInParentheses(t):t)}},{key:"compileRoot",value:function(e){var a,t,o,n,r,i;for(e.indent=e.bare?"":De,e.level=z,this.spaced=!0,e.scope=new ye(null,this,null,null==(r=e.referencedVars)?[]:r),i=e.locals||[],(t=0,o=i.length);t=Y?this.wrapInParentheses(a):a}}]),a}(re),t.StringLiteral=Ne=function(e){function a(){return _classCallCheck(this,a),_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return _inherits(a,e),_createClass(a,[{key:"compileNode",value:function(){var e;return e=this.csx?[this.makeCode(this.unquote(!0,!0))]:_get(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"compileNode",this).call(this)}},{key:"unquote",value:function(){var e=0=X?"(void 0)":"void 0")]}}]),a}(K),t.NullLiteral=ne=function(e){function a(){return _classCallCheck(this,a),_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this,"null"))}return _inherits(a,e),a}(K),t.BooleanLiteral=u=function(e){function a(){return _classCallCheck(this,a),_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return _inherits(a,e),a}(K),t.Return=ge=function(){var e=function(e){function a(e){_classCallCheck(this,a);var t=_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this));return t.expression=e,t}return _inherits(a,e),_createClass(a,[{key:"compileToFragments",value:function(e,t){var o,n;return o=null==(n=this.expression)?void 0:n.makeReturn(),o&&!(o instanceof a)?o.compileToFragments(e,t):_get(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"compileToFragments",this).call(this,e,t)}},{key:"compileNode",value:function(e){var a,t,o,r;if(a=[],this.expression){for(a=this.expression.compileToFragments(e,q),ia(a,this.makeCode(this.tab+"return ")),(o=0,r=a.length);othis.properties.length&&!this.base.shouldCache()&&(null==n||!n.shouldCache()))?[this,this]:(t=new a(this.base,this.properties.slice(0,-1)),t.shouldCache()&&(o=new R(e.scope.freeVariable("base")),t=new a(new de(new d(o,t)))),!n)?[t,o]:(n.shouldCache()&&(r=new R(e.scope.freeVariable("name")),n=new V(new d(r,n.index)),r=new V(r)),[t.add(n),new a(o||t.base,[r||n])])}},{key:"compileNode",value:function(e){var a,t,o,n,r;for(this.base.front=this.front,r=this.properties,a=this.base.compileToFragments(e,r.length?X:null),r.length&&fe.test(We(a))&&a.push(this.makeCode(".")),(t=0,o=r.length);to.length&&(o=r);this.content=this.content.replace(RegExp("^("+r+")","gm"),"")}return this.content="/*"+this.content+(a?" ":"")+"*/",e=this.makeCode(this.content),e.newLine=this.newLine,e.unshift=this.unshift,e.multiline=l,e.isComment=e.isHereComment=!0,e}}]),a}(c),t.LineComment=J=function(e){function a(e){var t=e.content,o=e.newLine,n=e.unshift;_classCallCheck(this,a);var r=_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this));return r.content=t,r.newLine=o,r.unshift=n,r}return _inherits(a,e),_createClass(a,[{key:"compileNode",value:function(){var e;return e=this.makeCode(/^\s*$/.test(this.content)?"":"//"+this.content),e.newLine=this.newLine,e.unshift=this.unshift,e.trail=!this.newLine&&!this.unshift,e.isComment=e.isLineComment=!0,e}}]),a}(c),t.Call=h=function(){var e=function(e){function a(e){var t=1")),(g=l).push.apply(g,_toConsumableArray(i.compileNode(e,H))),(f=l).push.apply(f,[this.makeCode("")]))}else l.push(this.makeCode(" />"));return l}}]),a}(c);return e.prototype.children=["variable","args"],e}(),t.SuperCall=$e=function(){var e=function(e){function a(){return _classCallCheck(this,a),_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return _inherits(a,e),_createClass(a,[{key:"isStatement",value:function(e){var a;return(null==(a=this.expressions)?void 0:a.length)&&e.level===z}},{key:"compileNode",value:function(e){var t,o,n,r;if(null==(o=this.expressions)||!o.length)return _get(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"compileNode",this).call(this,e);if(r=new K(We(_get(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"compileNode",this).call(this,e))),n=new p(this.expressions.slice()),e.level>z){var i=r.cache(e,null,Fe),s=_slicedToArray(i,2);r=s[0],t=s[1],n.push(t)}return n.unshift(r),n.compileToFragments(e,e.level===z?e.level:H)}}]),a}(h);return e.prototype.children=h.prototype.children.concat(["expressions"]),e}(),t.Super=_e=function(){var e=function(e){function a(e){_classCallCheck(this,a);var t=_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this));return t.accessor=e,t}return _inherits(a,e),_createClass(a,[{key:"compileNode",value:function(e){var a,t,o,n,r,i,s,l;if(t=e.scope.namedMethod(),(null==t?void 0:t.isMethod)||this.error("cannot use super outside of an instance method"),null==t.ctor&&null==this.accessor){var c=t;o=c.name,l=c.variable,(o.shouldCache()||o instanceof V&&o.index.isAssignable())&&(n=new R(e.scope.parent.freeVariable("name")),o.index=new d(n,o.index)),this.accessor=null==n?o:new V(n)}return(null==(r=this.accessor)||null==(i=r.name)?void 0:i.comments)&&(s=this.accessor.name.comments,delete this.accessor.name.comments),a=new Le(new K("super"),this.accessor?[this.accessor]:[]).compileToFragments(e),s&&Me(s,this.accessor.name),a}}]),a}(c);return e.prototype.children=["accessor"],e}(),t.RegexWithInterpolations=he=function(e){function a(){var e=0"+this.equals,o=null==this.stepNum?l?(a=[this.fromNum,this.toNum],n=a[0],u=a[1],a,n<=u?d+" "+u:r+" "+u):(t=this.stepVar?this.stepVar+" > 0":this.fromVar+" <= "+this.toVar,t+" ? "+d+" "+this.toVar+" : "+r+" "+this.toVar):0=a(this.fromNum-this.toNum))?(p=function(){h=[];for(var e=u=this.fromNum,a=this.toNum;u<=a?e<=a:e>=a;u<=a?e++:e--)h.push(e);return h}.apply(this),this.exclusive&&p.pop(),[this.makeCode("["+p.join(", ")+"]")]):(i=this.tab+De,s=e.scope.freeVariable("i",{single:!0}),m=e.scope.freeVariable("results"),c="\n"+i+m+" = [];",l?(e.index=s,o=We(this.compileNode(e))):(g=s+" = "+this.fromC+(this.toC===this.toVar?"":", "+this.toC),n=this.fromVar+" <= "+this.toVar,o="var "+g+"; "+n+" ? "+s+" <"+this.equals+" "+this.toVar+" : "+s+" >"+this.equals+" "+this.toVar+"; "+n+" ? "+s+"++ : "+s+"--"),d="{ "+m+".push("+s+"); }\n"+i+"return "+m+";\n"+e.indent,r=function(e){return null==e?void 0:e.contains(qe)},(r(this.from)||r(this.to))&&(t=", arguments"),[this.makeCode("(function() {"+c+"\n"+i+"for ("+o+")"+d+"}).apply(this"+(null==t?"":t)+")")])}}]),t}(c);return e.prototype.children=["from","to"],e}(),t.Slice=ke=function(){var e=function(e){function a(e){_classCallCheck(this,a);var t=_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this));return t.range=e,t}return _inherits(a,e),_createClass(a,[{key:"compileNode",value:function(e){var a=this.range,t,o,n,r,i,s;return i=a.to,n=a.from,r=n&&n.compileToFragments(e,q)||[this.makeCode("0")],i&&(t=i.compileToFragments(e,q),o=We(t),(this.range.exclusive||-1!=+o)&&(s=", "+(this.range.exclusive?o:i.isNumber()?""+(+o+1):(t=i.compileToFragments(e,X),"+"+We(t)+" + 1 || 9e9")))),[this.makeCode(".slice("+We(r)+(s||"")+")")]}}]),a}(c);return e.prototype.children=["range"],e}(),t.Obj=ie=function(){var e=function(e){function a(e){var t=1v)return s.push(new Le(new ie(y.slice(v,a),!0)))};e=y[a];)(d=this.addInitializerExpression(e))&&(k(),s.push(d),i.push(d),v=a+1),a++;k(),o.apply(r,[l,l-l+1].concat(s)),s,l+=s.length}else(d=this.addInitializerExpression(n))&&(i.push(d),r[l]=d),l+=1;for(u=0,h=i.length;uH||e.level===z&&n&&this.variable.base instanceof ie&&!this.nestedLhs&&!this.param?this.wrapInParentheses(t):t)}},{key:"compileObjectDestruct",value:function(e){var t,o,n,r,l,d,c,u,m,g,f,y,k;if(m=function(t){var o;if((o=!1,!(t instanceof a&&t.value.base instanceof ie))&&(o=t instanceof a?t.value.base instanceof R?t.value.base.compileWithoutComments(e):t.variable.base.compileWithoutComments(e):t.compileWithoutComments(e),o))return e.scope.add(o,"var",!0)},o=function(t){var o;if(t instanceof a){var n=t.variable.cache(e),r=_slicedToArray(n,2);return t.variable=r[0],o=r[1],o}return t},n=function(t){var n,r;return r=o(t),n=t instanceof a&&t.variable!==r,n||!r.isAssignable()?r:new K("'"+r.compileWithoutComments(e)+"'")},g=function(t,r){var l,d,c,u,h,f,y,T,p,k,v;for(k=[],v=void 0,null==r.properties&&(r=new Le(r)),(d=c=0,u=t.length);c=Y?this.wrapInParentheses(n):n;var x=k,I=_slicedToArray(x,1);if(y=I[0],1===T&&y instanceof v&&y.error("Destructuring assignment has no target"),p=this.variable.isObject(),_&&1===T&&!(y instanceof Te)){if(r=void 0,y instanceof a&&"object"===y.context){var S=y;c=S.variable.base,y=S.value,y instanceof a&&(r=y.value,y=y.variable)}else y instanceof a&&(r=y.value,y=y.variable),c=p?y.this?y.properties[0].name:new pe(y.unwrap().value):new re(0);return t=c.unwrap()instanceof pe,C=new Le(C),C.properties.push(new(t?i:V)(c)),g=Je(y.unwrap().value),g&&y.error(g),r&&(r.isDefaultValue=!0,C=new se("?",C,r)),new a(y,C,null,{param:this.param}).compileToFragments(e,z)}for(D=C.compileToFragments(e,H),E=We(D),o=[],s=!1,(!(C.unwrap()instanceof R)||this.variable.assigns(E))&&(N=e.scope.freeVariable("ref"),o.push([this.makeCode(N+" = ")].concat(_toConsumableArray(D))),D=[this.makeCode(N)],E=N),(d=m=0,h=k.length);mz?this.wrapInParentheses(o):o}},{key:"eachName",value:function(e){return this.variable.unwrapAll().eachName(e)}}]),a}(c);return e.prototype.children=["variable","value"],e.prototype.isAssignable=Fe,e}(),t.FuncGlyph=I=function(e){function a(e){_classCallCheck(this,a);var t=_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this));return t.glyph=e,t}return _inherits(a,e),a}(c),t.Code=f=function(){var e=function(e){function a(e,t,o){_classCallCheck(this,a);var n=_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this)),r;return n.funcGlyph=o,n.params=e||[],n.body=t||new p,n.bound="=>"===(null==(r=n.funcGlyph)?void 0:r.glyph),n.isGenerator=!1,n.isAsync=!1,n.isMethod=!1,n.body.traverseChildren(!1,function(e){if((e instanceof se&&e.isYield()||e instanceof Pe)&&(n.isGenerator=!0),(e instanceof se&&e.isAwait()||e instanceof l)&&(n.isAsync=!0),n.isGenerator&&n.isAsync)return e.error("function can't contain both yield and await")}),n}return _inherits(a,e),_createClass(a,[{key:"isStatement",value:function(){return this.isMethod}},{key:"makeScope",value:function(e){return new ye(e,this.body,this)}},{key:"compileNode",value:function(e){var a,t,o,r,c,p,u,g,f,y,T,N,i,b,_,k,l,$,C,D,m,E,x,I,S,A,L,w,F,P,j,M,U,V,B,W,H,Y,q,z,J;for(this.ctor&&(this.isAsync&&this.name.error("Class constructor may not be async"),this.isGenerator&&this.name.error("Class constructor may not be a generator")),this.bound&&((null==(P=e.scope.method)?void 0:P.bound)&&(this.context=e.scope.method.context),!this.context&&(this.context="this")),e.scope=Ve(e,"classScope")||this.makeScope(e.scope),e.scope.shared=Ve(e,"sharedScope"),e.indent+=De,delete e.bare,delete e.isExistentialEquals,L=[],g=[],z=null==(j=null==(M=this.thisAssignments)?void 0:M.slice())?[]:j,w=[],T=!1,y=!1,S=[],this.eachParamName(function(a,t,o){var r;if(0<=n.call(S,a)&&t.error("multiple parameters named '"+a+"'"),S.push(a),t.this)return a=t.properties[0].name.value,0<=n.call(G,a)&&(a="_"+a),r=new R(e.scope.freeVariable(a)),o.renameParam(t,r),z.push(new d(t,r))}),U=this.params,(N=b=0,l=U.length);b")),o.push(this.makeCode(" {")),null==r?void 0:r.length){var oe;(oe=o).push.apply(oe,[this.makeCode("\n")].concat(_toConsumableArray(r),[this.makeCode("\n"+this.tab)]))}return o.push(this.makeCode("}")),this.isMethod?Ye(o,this):this.front||e.level>=X?this.wrapInParentheses(o):o}},{key:"eachParamName",value:function(e){var a,t,o,n,r;for(n=this.params,r=[],(a=0,t=n.length);a"===e||">="===e||"<="===e||"==="===e||"!=="===e}},{key:"invert",value:function(){var e,a,o,n,i;if(this.isChainable()&&this.first.isChainable()){for(e=!0,a=this;a&&a.operator;)e&&(e=a.operator in t),a=a.first;if(!e)return new de(this).invert();for(a=this;a&&a.operator;)a.invert=!a.invert,a.operator=t[a.operator],a=a.first;return this}return(n=t[this.operator])?(this.operator=n,this.first.unwrap()instanceof r&&this.first.invert(),this):this.second?new de(this).invert():"!"===this.operator&&(o=this.first.unwrap())instanceof r&&("!"===(i=o.operator)||"in"===i||"instanceof"===i)?o:new r("!",this)}},{key:"unfoldSoak",value:function(e){var a;return("++"===(a=this.operator)||"--"===a||"delete"===a)&&ra(e,this,"first")}},{key:"generateDo",value:function(e){var a,t,o,n,r,i,s,l;for(i=[],t=e instanceof d&&(s=e.value.unwrap())instanceof f?s:e,l=t.params||[],(o=0,n=l.length);o=X?new de(this).compileToFragments(e):(o="+"===a||"-"===a,("new"===a||"typeof"===a||"delete"===a||o&&this.first instanceof r&&this.first.operator===a)&&t.push([this.makeCode(" ")]),(o&&this.first instanceof r||"new"===a&&this.first.isStatement(e))&&(this.first=new de(this.first)),t.push(this.first.compileToFragments(e,Y)),this.flip&&t.reverse(),this.joinFragmentArrays(t,""))}},{key:"compileContinuation",value:function(e){var a,t,o,r;return t=[],a=this.operator,null==e.scope.parent&&this.error(this.operator+" can only occur inside functions"),(null==(o=e.scope.method)?void 0:o.bound)&&e.scope.method.isGenerator&&this.error("yield cannot occur inside bound (fat arrow) functions"),0<=n.call(Object.keys(this.first),"expression")&&!(this.first instanceof Se)?null!=this.first.expression&&t.push(this.first.expression.compileToFragments(e,Y)):(e.level>=q&&t.push([this.makeCode("(")]),t.push([this.makeCode(a)]),""!==(null==(r=this.first.base)?void 0:r.value)&&t.push([this.makeCode(" ")]),t.push(this.first.compileToFragments(e,Y)),e.level>=q&&t.push([this.makeCode(")")])),this.joinFragmentArrays(t,"")}},{key:"compilePower",value:function(e){var a;return a=new Le(new R("Math"),[new i(new pe("pow"))]),new h(a,[this.first,this.second]).compileToFragments(e)}},{key:"compileFloorDivision",value:function(e){var a,t,o;return t=new Le(new R("Math"),[new i(new pe("floor"))]),o=this.second.shouldCache()?new de(this.second):this.second,a=new r("/",this.first,o),new h(t,[a]).compileToFragments(e)}},{key:"compileModulo",value:function(e){var a;return a=new Le(new K(sa("modulo",e))),new h(a,[this.first,this.second]).compileToFragments(e)}},{key:"toString",value:function(e){return _get(r.prototype.__proto__||Object.getPrototypeOf(r.prototype),"toString",this).call(this,e,this.constructor.name+" "+this.operator)}}]),r}(c),a,t;return a={"==":"===","!=":"!==",of:"in",yieldfrom:"yield*"},t={"!==":"===","===":"!=="},e.prototype.children=["first","second"],e}(),t.In=U=function(){var e=function(e){function a(e,t){_classCallCheck(this,a);var o=_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this));return o.object=e,o.array=t,o}return _inherits(a,e),_createClass(a,[{key:"compileNode",value:function(e){var a,t,o,n,r;if(this.array instanceof Le&&this.array.isArray()&&this.array.base.objects.length){for(r=this.array.base.objects,t=0,o=r.length;t= 0"))),We(r)===We(n))?o:(o=r.concat(this.makeCode(", "),o),e.leveln.call(r,a)&&r.push(a);delete e.comments}if(null==(d=e.name)?void 0:d.comments){for(c=e.name.comments,o=0,s=c.length;on.call(r,a)&&r.push(a);return delete e.name.comments}}),Me(r,o),Qe(o.expression,o),o}return _inherits(a,e),_createClass(a,[{key:"compileNode",value:function(e){var a,t,o;if(this.expression.front=this.front,o=this.expression.compile(e,Y),this.expression.unwrap()instanceof R&&!e.scope.check(o)){var n=this.negated?["===","||"]:["!==","&&"],r=_slicedToArray(n,2);a=r[0],t=r[1],o="typeof "+o+" "+a+" \"undefined\""+("undefined"===this.comparisonTarget?"":" "+t+" "+o+" "+a+" "+this.comparisonTarget)}else a="null"===this.comparisonTarget?this.negated?"==":"!=":this.negated?"===":"!==",o=o+" "+a+" "+this.comparisonTarget;return[this.makeCode(e.level<=W?o:"("+o+")")]}}]),a}(c);return e.prototype.children=["expression"],e.prototype.invert=ae,e}(),t.Parens=de=function(){var e=function(e){function a(e){_classCallCheck(this,a);var t=_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this));return t.body=e,t}return _inherits(a,e),_createClass(a,[{key:"unwrap",value:function(){return this.body}},{key:"shouldCache",value:function(){return this.body.shouldCache()}},{key:"compileNode",value:function(e){var a,t,o;return(t=this.body.unwrap(),t instanceof Le&&t.isAtomic()&&!this.csxAttribute)?(t.front=this.front,t.compileToFragments(e)):(o=t.compileToFragments(e,q),a=e.level=o.length),this.csxAttribute?this.wrapInBraces(o):a?o:this.wrapInParentheses(o))}}]),a}(c);return e.prototype.children=["body"],e}(),t.StringWithInterpolations=be=function(){var e=function(e){function a(e){_classCallCheck(this,a);var t=_possibleConstructorReturn(this,(a.__proto__||Object.getPrototypeOf(a)).call(this));return t.body=e,t}return _inherits(a,e),_createClass(a,[{key:"unwrap",value:function(){return this}},{key:"shouldCache",value:function(){return this.body.shouldCache()}},{key:"compileNode",value:function(e){var t,o,n,r,i,s,l,d,c;if(this.csxAttribute)return c=new de(new a(this.body)),c.csxAttribute=!0,c.compileNode(e);for(r=this.body.unwrap(),n=[],d=[],r.traverseChildren(!1,function(e){var a,t,o,r,i,s;if(e instanceof Ne){if(e.comments){var l;(l=d).push.apply(l,_toConsumableArray(e.comments)),delete e.comments}return n.push(e),!0}if(e instanceof de){if(0!==d.length){for(t=0,r=d.length;tw,!(this.step&&null!=w&&c)&&(b=S.freeVariable("len")),r=""+v+k+" = 0, "+b+" = "+P+".length",i=""+v+k+" = "+P+".length - 1",o=k+" < "+b,n=k+" >= 0",this.step?(null==w?(o=F+" > 0 ? "+o+" : "+n,r="("+F+" > 0 ? ("+r+") : "+i+")"):c&&(o=n,r=i),f=k+" += "+F):f=""+(T===k?k+"++":"++"+k),u=[this.makeCode(r+"; "+o+"; "+v+f)])),this.returns&&(E=""+this.tab+I+" = [];\n",x="\n"+this.tab+"return "+I+";",a.makeReturn(I)),this.guard&&(1=W?this.wrapInParentheses(n):n}},{key:"unfoldSoak",value:function(){return this.soak&&this}}]),a}(c);return e.prototype.children=["condition","body","elseBody"],e}(),Re={modulo:function(){return"function(a, b) { return (+a % (b = +b) + b) % b; }"},objectWithoutKeys:function(){return"function(o, ks) { var res = {}; for (var k in o) ([].indexOf.call(ks, k) < 0 && {}.hasOwnProperty.call(o, k)) && (res[k] = o[k]); return res; }"},boundMethodCheck:function(){return"function(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new Error('Bound instance method accessed before binding'); } }"},_extends:function(){return"Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }"},hasProp:function(){return"{}.hasOwnProperty"},indexOf:function(){return"[].indexOf"},slice:function(){return"[].slice"},splice:function(){return"[].splice"}},z=1,q=2,H=3,W=4,Y=5,X=6,De=" ",fe=/^[+-]?\d+$/,sa=function(e,a){var t,o;return o=a.scope.root,e in o.utilities?o.utilities[e]:(t=o.freeVariable(e),o.assign(t,Re[e](a)),o.utilities[e]=t)},ea=function(e,a){var t=2=e);)e--;return a&&[a.sourceLine,a.sourceColumn]}}]),e}(),o=function(){var e=function(){function e(){_classCallCheck(this,e),this.lines=[]}return _createClass(e,[{key:"add",value:function(e,a){var o=2=t);)t--;return n&&n.sourceLocation(o)}},{key:"generate",value:function(){var e=0"],y={version:3,file:e.generatedFile||"",sourceRoot:e.sourceRoot||"",sources:f,names:[],mappings:t},e.inlineMap&&(y.sourcesContent=[a]),y}},{key:"encodeVlq",value:function(e){var t,o,s,l;for(t="",s=0>e?1:0,l=(a(e)<<1)+s;l||!t;)o=l&i,l>>=r,l&&(o|=n),t+=this.encodeBase64(o);return t}},{key:"encodeBase64",value:function(e){return o[e]||function(){throw new Error("Cannot Base64 encode value: "+e)}()}}]),e}(),o,n,r,i;return r=5,n=1<",d(p,e),null==k[p]&&(k[p]=[]),k[p].push(e),T&&(C=new s),O=h.tokenize(e,a),a.referencedVars=function(){var e,a,t;for(t=[],e=0,a=O.length;e"),d=e.getLineNumber(),o=e.getColumnNumber(),p=a(r,d,o),n=p?r+":"+p[0]+":"+p[1]:r+":"+d+":"+o),i=e.getFunctionName(),s=e.isConstructor(),l=!(e.isToplevel()||s),l?(c=e.getMethodName(),m=e.getTypeName(),i?(u=t="",m&&i.indexOf(m)&&(u=m+"."),c&&i.indexOf("."+c)!==i.length-c.length-1&&(t=" [as "+c+"]"),""+u+i+t+" ("+n+")"):m+"."+(c||"")+" ("+n+")"):s?"new "+(i||"")+" ("+n+")":i?i+" ("+n+")":n},u=function(e,a,t){var n,s,i,l,d,p;if(!(""===e||(l=e.slice(e.lastIndexOf(".")),0<=o.call(r,l))))return null;if(""!==e&&null!=y[e])return y[e][y[e].length-1];if(null!=y[""])for(d=y[""],s=d.length-1;0<=s;s+=-1)if(i=d[s],p=i.sourceLocation([a-1,t-1]),null!=(null==p?void 0:p[0])&&null!=p[1])return i;return null==k[e]?null:(n=c(k[e][k[e].length-1],{filename:e,sourceMap:!0,literate:m.isLiterate(e)}),n.sourceMap)},Error.prepareStackTrace=function(e,t){var o,n,r;return r=function(e,a,t){var o,n;return n=u(e,a,t),null!=n&&(o=n.sourceLocation([a-1,t-1])),null==o?null:[o[0]+1,o[1]+1]},n=function(){var e,n,i;for(i=[],e=0,n=t.length;e - - - -CoffeeScript - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- -
-

CoffeeScript is a little language that compiles into JavaScript. Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.

-

The golden rule of CoffeeScript is: “It’s just JavaScript.” The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly from CoffeeScript (and vice-versa). The compiled output is readable, pretty-printed, and tends to run as fast or faster than the equivalent handwritten JavaScript.

-

Latest Version: 2.0.0-beta5

-
npm install -g coffeescript@next
-
-
-

Overview

-

CoffeeScript on the topleft, compiled JavaScript output on the bottomright. The CoffeeScript is editable!

- - -
-
-

CoffeeScript 2

-

What’s New In CoffeeScript 2?

-

The biggest change in CoffeeScript 2 is that now the CoffeeScript compiler produces modern, ES2015+ JavaScript. A CoffeeScript => becomes an ES =>, a CoffeeScript class becomes an ES class and so on. With the exception of modules (import and export statements) and JSX, all the ES2015+ features that CoffeeScript supports can run natively in Node 7.6+, meaning that Node can run CoffeeScript’s output without any further processing required. You can run the tests in your browser to see if your browser can do the same; Chrome has supported all features since version 55.

-

Support for ES2015+ syntax is important to ensure compatibility with frameworks that assume ES2015. Now that CoffeeScript compiles classes to the ES class keyword, it’s possible to extend an ES class; that wasn’t possible in CoffeeScript 1. Parity in how language features work is also important on its own; CoffeeScript “is just JavaScript,” and so things like function parameter default values should behave the same in CoffeeScript as in JavaScript.

-

Many ES2015+ features have been backported to CoffeeScript 1.11 and 1.12, including modules, for…of, and tagged template literals. Major new features unique to CoffeeScript 2 are support for ES2017’s async functions and for JSX. More details are in the changelog.

-

There are very few breaking changes from CoffeeScript 1.x to 2; we hope the upgrade process is smooth for most projects.

-

Why CoffeeScript When There’s ES2015?

-

CoffeeScript introduced many new features to the JavaScript world, such as => and destructuring and classes. We are happy that ECMA has seen their utility and adopted them into ECMAScript.

-

CoffeeScript’s intent, however, was never to be a superset of JavaScript. One of the guiding principles of CoffeeScript has been simplicity: not just removing JavaScript’s “bad parts,” but providing an elegant, concise syntax that eschews unnecessary punctuation whenever possible, to make code easier to read and reason about. This benefit of CoffeeScript remains, even in an ES2015 world.

- -
-
-

Installation

-

The command-line version of coffee is available as a Node.js utility. The core compiler however, does not depend on Node, and can be run in any JavaScript environment, or in the browser (see Try CoffeeScript).

-

To install, first make sure you have a working copy of the latest stable version of Node.js. You can then install CoffeeScript globally with npm:

-
npm install --global coffeescript@next
-
-

This will make the coffee and cake commands available globally.

-

When you need CoffeeScript as a dependency of a project, within that project’s folder you can install it locally:

-
npm install --save coffeescript@next
-
-

The coffee and cake commands will first look in the current folder to see if CoffeeScript is installed locally, and use that version if so. This allows different versions of CoffeeScript to be installed globally and locally.

- -
-
-

Usage

- -
-

Command Line

-

Once installed, you should have access to the coffee command, which can execute scripts, compile .coffee files into .js, and provide an interactive REPL. The coffee command takes the following options:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OptionDescription
-c, --compileCompile a .coffee script into a .js JavaScript file of the same name.
-m, --mapGenerate source maps alongside the compiled JavaScript files. Adds sourceMappingURL directives to the JavaScript as well.
-M, --inline-mapJust like --map, but include the source map directly in the compiled JavaScript files, rather than in a separate file.
-i, --interactiveLaunch an interactive CoffeeScript session to try short snippets. Identical to calling coffee with no arguments.
-o, --output [DIR]Write out all compiled JavaScript files into the specified directory. Use in conjunction with --compile or --watch.
-w, --watchWatch files for changes, rerunning the specified command when any file is updated.
-p, --printInstead of writing out the JavaScript as a file, print it directly to stdout.
-s, --stdioPipe in CoffeeScript to STDIN and get back JavaScript over STDOUT. Good for use with processes written in other languages. An example:
cat src/cake.coffee | coffee -sc
-l, --literateParses the code as Literate CoffeeScript. You only need to specify this when passing in code directly over stdio, or using some sort of extension-less file name.
-e, --evalCompile and print a little snippet of CoffeeScript directly from the command line. For example:
coffee -e "console.log num for num in [10..1]"
-r, --require [MODULE]require() the given module before starting the REPL or evaluating the code given with the --eval flag.
-b, --bareCompile the JavaScript without the top-level function safety wrapper.
-t, --tokensInstead of parsing the CoffeeScript, just lex it, and print out the token stream. Used for debugging the compiler.
-n, --nodesInstead of compiling the CoffeeScript, just lex and parse it, and print out the parse tree. Used for debugging the compiler.
--nodejsThe node executable has some useful options you can set, such as --debug, --debug-brk, --max-stack-size, and --expose-gc. Use this flag to forward options directly to Node.js. To pass multiple flags, use --nodejs multiple times.
--no-headerSuppress the “Generated by CoffeeScript” header.
-

Examples:

-
    -
  • Compile a directory tree of .coffee files in src into a parallel tree of .js files in lib:
    -coffee --compile --output lib/ src/
  • -
  • Watch a file for changes, and recompile it every time the file is saved:
    -coffee --watch --compile experimental.coffee
  • -
  • Concatenate a list of files into a single script:
    -coffee --join project.js --compile src/*.coffee
  • -
  • Print out the compiled JS from a one-liner:
    -coffee -bpe "alert i for i in [0..10]"
  • -
  • All together now, watch and recompile an entire project as you work on it:
    -coffee -o lib/ -cw src/
  • -
  • Start the CoffeeScript REPL (Ctrl-D to exit, Ctrl-Vfor multi-line):
    -coffee
  • -
- -
-
-

ES2015+ Output

-

CoffeeScript 2 outputs the latest ES2015+ syntax. If you’re looking for a single tool that takes CoffeeScript input and generates JavaScript output that runs in any JavaScript runtime, assuming you opt out of certain newer features, stick to CoffeeScript 1.x. CoffeeScript 2 breaks compatibility with certain CoffeeScript 1.x features in order to conform with the ES2015+ specifications, and generate more idiomatic output (a CoffeeScript => becomes an ES =>; a CoffeeScript class becomes an ES class; and so on).

-

Since the CoffeeScript 2 compiler outputs ES2015+ syntax, it is your responsibility to either ensure that your target JavaScript runtime(s) support all these features, or that you pass the output through another transpiler like Babel, Rollup or Traceur Compiler. In general, CoffeeScript 2’s output is supported as is by Node.js 7.6+, except for modules and JSX which require transpilation.

-

There are many great task runners for setting up JavaScript build chains, such as Gulp, Webpack, Grunt and Broccoli. If you’re looking for a very minimal solution to get started, you can use babel-preset-env and the command line:

-
npm install --global coffeescript@next
-npm install --save-dev coffeescript@next babel-cli babel-preset-env
-coffee --print *.coffee | babel --presets env > app.js
-
-

Note that babel-preset-env doesn’t automatically supply polyfills for your code. CoffeeScript itself will output Array.indexOf if you use the in operator, or destructuring or spread/rest syntax; and Function.bind if you use a bound (=>) method in a class. Both are supported in Internet Explorer 9+ and all more recent browsers, but you will need to supply polyfills if you need to support Internet Explorer 8 or below and are using features that would cause these methods to be output, or in your own code are using similarly modern methods. One option is babel-polyfill, though there are many other strategies.

- -
-
-

Node.js

-

If you’d like to use Node.js’ CommonJS to require CoffeeScript files, e.g. require './app.coffee', you must first “register” CoffeeScript as an extension:

-
require 'coffeescript/register'
-
-App = require './app' # The .coffee extension is optional
-
-

If you want to use the compiler’s API, for example to make an app that compiles strings of CoffeeScript on the fly, you can require the full module:

-
CoffeeScript = require 'coffeescript'
-
-eval CoffeeScript.compile 'console.log "Mmmmm, I could really go for some #{Math.pi}"'
-
-

The compile method has the signature compile(code, options) where code is a string of CoffeeScript code, and the optional options is an object with some or all of the following properties:

-
    -
  • options.sourceMap, boolean: if true, a source map will be generated; and instead of returning a string, compile will return an object of the form {js, v3SourceMap, sourceMap}.
  • -
  • options.inlineMap, boolean: if true, output the source map as a base64-encoded string in a comment at the bottom.
  • -
  • options.filename, string: the filename to use for the source map. It can include a path (relative or absolute).
  • -
  • options.bare, boolean: if true, output without the top-level function safety wrapper.
  • -
  • options.header, boolean: if true, output the Generated by CoffeeScript header.
  • -
- -
-
-
-

Language Reference

-

This reference is structured so that it can be read from top to bottom, if you like. Later sections use ideas and syntax previously introduced. Familiarity with JavaScript is assumed. In all of the following examples, the source CoffeeScript is provided on the left, and the direct compilation into JavaScript is on the right.

-

Many of the examples can be run (where it makes sense) by pressing the button on the right. The CoffeeScript on the left is editable, and the JavaScript will update as you edit.

-

First, the basics: CoffeeScript uses significant whitespace to delimit blocks of code. You don’t need to use semicolons ; to terminate expressions, ending the line will do just as well (although semicolons can still be used to fit multiple expressions onto a single line). Instead of using curly braces { } to surround blocks of code in functions, if-statements, switch, and try/catch, use indentation.

-

You don’t need to use parentheses to invoke a function if you’re passing arguments. The implicit call wraps forward to the end of the line or block expression.
-console.log sys.inspect objectconsole.log(sys.inspect(object));

- -
-

Functions

-

Functions are defined by an optional list of parameters in parentheses, an arrow, and the function body. The empty function looks like this: ->

- -

Functions may also have default values for arguments, which will be used if the incoming argument is missing (undefined).

- - -
-
-

Strings

-

Like JavaScript and many other languages, CoffeeScript supports strings as delimited by the " or ' characters. CoffeeScript also supports string interpolation within "-quoted strings, using #{ … }. Single-quoted strings are literal. You may even use interpolation in object keys.

- -

Multiline strings are allowed in CoffeeScript. Lines are joined by a single space unless they end with a backslash. Indentation is ignored.

- -

Block strings, delimited by """ or ''', can be used to hold formatted or indentation-sensitive text (or, if you just don’t feel like escaping quotes and apostrophes). The indentation level that begins the block is maintained throughout, so you can keep it all aligned with the body of your code.

- -

Double-quoted block strings, like other double-quoted strings, allow interpolation.

- -
-
-

Objects and Arrays

-

The CoffeeScript literals for objects and arrays look very similar to their JavaScript cousins. When each property is listed on its own line, the commas are optional. Objects may be created using indentation instead of explicit braces, similar to YAML.

- -

In JavaScript, you can’t use reserved words, like class, as properties of an object, without quoting them as strings. CoffeeScript notices reserved words used as keys in objects and quotes them for you, so you don’t have to worry about it (say, when using jQuery).

- -

CoffeeScript has a shortcut for creating objects when you want the key to be set with a variable of the same name.

- - -
-
-

Comments

-

In CoffeeScript, comments are denoted by the # character to the end of a line, or from ### to the next appearance of ###. Comments are ignored by the compiler, though the compiler makes its best effort at reinserting your comments into the output JavaScript after compilation.

- -

Inline ### comments make type annotations possible.

- -
-
-

Lexical Scoping and Variable Safety

-

The CoffeeScript compiler takes care to make sure that all of your variables are properly declared within lexical scope — you never need to write var yourself.

- -

Notice how all of the variable declarations have been pushed up to the top of the closest scope, the first time they appear. outer is not redeclared within the inner function, because it’s already in scope; inner within the function, on the other hand, should not be able to change the value of the external variable of the same name, and therefore has a declaration of its own.

-

Because you don’t have direct access to the var keyword, it’s impossible to shadow an outer variable on purpose, you may only refer to it. So be careful that you’re not reusing the name of an external variable accidentally, if you’re writing a deeply nested function.

-

Although suppressed within this documentation for clarity, all CoffeeScript output (except in files with import or export statements) is wrapped in an anonymous function: (function(){ … })();. This safety wrapper, combined with the automatic generation of the var keyword, make it exceedingly difficult to pollute the global namespace by accident. (The safety wrapper can be disabled with the bare option, and is unnecessary and automatically disabled when using modules.)

-

If you’d like to create top-level variables for other scripts to use, attach them as properties on window; attach them as properties on the exports object in CommonJS; or use an export statement. If you’re targeting both CommonJS and the browser, the existential operator (covered below), gives you a reliable way to figure out where to add them: exports ? this.

-

Since CoffeeScript takes care of all variable declaration, it is not possible to declare variables with ES2015’s let or const. This is intentional; we feel that the simplicity gained by not having to think about variable declaration outweighs the benefit of having three separate ways to declare variables.

- -
-
-

If, Else, Unless, and Conditional Assignment

-

if/else statements can be written without the use of parentheses and curly brackets. As with functions and other block expressions, multi-line conditionals are delimited by indentation. There’s also a handy postfix form, with the if or unless at the end.

-

CoffeeScript can compile if statements into JavaScript expressions, using the ternary operator when possible, and closure wrapping otherwise. There is no explicit ternary statement in CoffeeScript — you simply use a regular if statement on a single line.

- - -
-
-

Splats, or Rest Parameters/Spread Syntax

-

The JavaScript arguments object is a useful way to work with functions that accept variable numbers of arguments. CoffeeScript provides splats ..., both for function definition as well as invocation, making variable numbers of arguments a little bit more palatable. ES2015 adopted this feature as their rest parameters.

- -
-

Splats also let us elide array elements…

- -
-

…and object properties.

- -

In ECMAScript this is called spread syntax, and has been supported for arrays since ES2015 but is coming soon for objects. Until object spread syntax is officially supported, the CoffeeScript compiler outputs the same polyfill as Babel’s rest spread transform; but once it is supported, we will revise the compiler’s output. Note that there are very subtle differences between the polyfill and the current proposal.

- -
-
-

Loops and Comprehensions

-

Most of the loops you’ll write in CoffeeScript will be comprehensions over arrays, objects, and ranges. Comprehensions replace (and compile into) for loops, with optional guard clauses and the value of the current array index. Unlike for loops, array comprehensions are expressions, and can be returned and assigned.

- -

Comprehensions should be able to handle most places where you otherwise would use a loop, each/forEach, map, or select/filter, for example:
-shortNames = (name for name in list when name.length < 5)
-If you know the start and end of your loop, or would like to step through in fixed-size increments, you can use a range to specify the start and end of your comprehension.

- -

Note how because we are assigning the value of the comprehensions to a variable in the example above, CoffeeScript is collecting the result of each iteration into an array. Sometimes functions end with loops that are intended to run only for their side-effects. Be careful that you’re not accidentally returning the results of the comprehension in these cases, by adding a meaningful return value — like true — or null, to the bottom of your function.

-

To step through a range comprehension in fixed-size chunks, use by, for example: -evens = (x for x in [0..10] by 2)

-

If you don’t need the current iteration value you may omit it: -browser.closeCurrentTab() for [0...count]

-

Comprehensions can also be used to iterate over the keys and values in an object. Use of to signal comprehension over the properties of an object instead of the values in an array.

- -

If you would like to iterate over just the keys that are defined on the object itself, by adding a hasOwnProperty check to avoid properties that may be inherited from the prototype, use for own key, value of object.

-

To iterate a generator function, use from. See Generator Functions.

-

The only low-level loop that CoffeeScript provides is the while loop. The main difference from JavaScript is that the while loop can be used as an expression, returning an array containing the result of each iteration through the loop.

- -

For readability, the until keyword is equivalent to while not, and the loop keyword is equivalent to while true.

-

When using a JavaScript loop to generate functions, it’s common to insert a closure wrapper in order to ensure that loop variables are closed over, and all the generated functions don’t just share the final values. CoffeeScript provides the do keyword, which immediately invokes a passed function, forwarding any arguments.

- - -
-
-

Array Slicing and Splicing with Ranges

-

Ranges can also be used to extract slices of arrays. With two dots (3..6), the range is inclusive (3, 4, 5, 6); with three dots (3...6), the range excludes the end (3, 4, 5). Slices indices have useful defaults. An omitted first index defaults to zero and an omitted second index defaults to the size of the array.

- -

The same syntax can be used with assignment to replace a segment of an array with new values, splicing it.

- -

Note that JavaScript strings are immutable, and can’t be spliced.

- -
-
-

Everything is an Expression (at least, as much as possible)

-

You might have noticed how even though we don’t add return statements to CoffeeScript functions, they nonetheless return their final value. The CoffeeScript compiler tries to make sure that all statements in the language can be used as expressions. Watch how the return gets pushed down into each possible branch of execution in the function below.

- -

Even though functions will always return their final value, it’s both possible and encouraged to return early from a function body writing out the explicit return (return value), when you know that you’re done.

-

Because variable declarations occur at the top of scope, assignment can be used within expressions, even for variables that haven’t been seen before:

- -

Things that would otherwise be statements in JavaScript, when used as part of an expression in CoffeeScript, are converted into expressions by wrapping them in a closure. This lets you do useful things, like assign the result of a comprehension to a variable:

- -

As well as silly things, like passing a try/catch statement directly into a function call:

- -

There are a handful of statements in JavaScript that can’t be meaningfully converted into expressions, namely break, continue, and return. If you make use of them within a block of code, CoffeeScript won’t try to perform the conversion.

- -
-
-

Operators and Aliases

-

Because the == operator frequently causes undesirable coercion, is intransitive, and has a different meaning than in other languages, CoffeeScript compiles == into ===, and != into !==. In addition, is compiles into ===, and isnt into !==.

-

You can use not as an alias for !.

-

For logic, and compiles to &&, and or into ||.

-

Instead of a newline or semicolon, then can be used to separate conditions from expressions, in while, if/else, and switch/when statements.

-

As in YAML, on and yes are the same as boolean true, while off and no are boolean false.

-

unless can be used as the inverse of if.

-

As a shortcut for this.property, you can use @property.

-

You can use in to test for array presence, and of to test for JavaScript object-key presence.

-

In a for loop, from compiles to the ES2015 of. (Yes, it’s unfortunate; the CoffeeScript of predates the ES2015 of.)

-

To simplify math expressions, ** can be used for exponentiation and // performs integer division. % works just like in JavaScript, while %% provides “dividend dependent modulo”:

- -

All together now:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CoffeeScriptJavaScript
is===
isnt!==
not!
and&&
or||
true, yes, ontrue
false, no, offfalse
@, thisthis
a in b[].indexOf.call(b, a) >= 0
a of ba in b
for a from bfor (a of b)
a ** bMath.pow(a, b)
a // bMath.floor(a / b)
a %% b(a % b + b) % b
- - -
-
-

The Existential Operator

-

It’s a little difficult to check for the existence of a variable in JavaScript. if (variable) … comes close, but fails for zero, the empty string, and false (to name just the most common cases). CoffeeScript’s existential operator ? returns true unless a variable is null or undefined or undeclared, which makes it analogous to Ruby’s nil?.

-

It can also be used for safer conditional assignment than the JavaScript pattern a = a || value provides, for cases where you may be handling numbers or strings.

- -

Note that if the compiler knows that a is in scope and therefore declared, a? compiles to a != null, not a !== null. The != makes a loose comparison to null, which does double duty also comparing against undefined. The reverse also holds for not a? or unless a?.

- -

If a variable might be undeclared, the compiler does a thorough check. This is what JavaScript coders should be typing when they want to check if a mystery variable exists.

- -

The accessor variant of the existential operator ?. can be used to soak up null references in a chain of properties. Use it instead of the dot accessor . in cases where the base value may be null or undefined. If all of the properties exist then you’ll get the expected result, if the chain is broken, undefined is returned instead of the TypeError that would be raised otherwise.

- -

For completeness:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ExampleDefinition
a?tests that a is in scope and a != null
a ? breturns a if a is in scope and a != null; otherwise, b
a?.b or a?['b']returns a.b if a is in scope and a != null; otherwise, undefined
a?(b, c) or a? b, creturns the result of calling a (with arguments b and c) if a is in scope and callable; otherwise, undefined
a ?= bassigns the value of b to a if a is not in scope or if a == null; produces the new value of a
- -
-
-

Chaining Function Calls

-

Leading . closes all open calls, allowing for simpler chaining syntax.

- - -
-
-

Destructuring Assignment

-

Just like JavaScript (since ES2015), CoffeeScript has destructuring assignment syntax. When you assign an array or object literal to a value, CoffeeScript breaks up and matches both sides against each other, assigning the values on the right to the variables on the left. In the simplest case, it can be used for parallel assignment:

- -

But it’s also helpful for dealing with functions that return multiple values.

- -

Destructuring assignment can be used with any depth of array and object nesting, to help pull out deeply nested properties.

- -

Destructuring assignment can even be combined with splats.

- -

Expansion can be used to retrieve elements from the end of an array without having to assign the rest of its values. It works in function parameter lists as well.

- -

Destructuring assignment is also useful when combined with class constructors to assign properties to your instance from an options object passed to the constructor.

- -

The above example also demonstrates that if properties are missing in the destructured object or array, you can, just like in JavaScript, provide defaults. Note though that unlike with the existential operator, the default is only applied with the value is missing or undefinedpassing null will set a value of null, not the default.

- -
-
-

Bound (Fat Arrow) Functions

-

In JavaScript, the this keyword is dynamically scoped to mean the object that the current function is attached to. If you pass a function as a callback or attach it to a different object, the original value of this will be lost. If you’re not familiar with this behavior, this Digital Web article gives a good overview of the quirks.

-

The fat arrow => can be used to both define a function, and to bind it to the current value of this, right on the spot. This is helpful when using callback-based libraries like Prototype or jQuery, for creating iterator functions to pass to each, or event-handler functions to use with on. Functions created with the fat arrow are able to access properties of the this where they’re defined.

- -

If we had used -> in the callback above, @customer would have referred to the undefined “customer” property of the DOM element, and trying to call purchase() on it would have raised an exception.

-

The fat arrow was one of the most popular features of CoffeeScript, and ES2015 adopted it; so CoffeeScript 2 compiles => to ES =>.

- -
-
-

Generator Functions

-

CoffeeScript supports ES2015 generator functions through the yield keyword. There’s no function*(){} nonsense — a generator in CoffeeScript is simply a function that yields.

- -

yield* is called yield from, and yield return may be used if you need to force a generator that doesn’t yield.

-
-

You can iterate over a generator function using for…from.

- - -
-
-

Async Functions

-

ES2017’s async functions are supported through the await keyword. Like with generators, there’s no need for an async keyword; an async function in CoffeeScript is simply a function that awaits.

-

Similar to how yield return forces a generator, await return may be used to force a function to be async.

- - -
-
-

Classes

-

CoffeeScript 1 provided the class and extends keywords as syntactic sugar for working with prototypal functions. With ES2015, JavaScript has adopted those keywords; so CoffeeScript 2 compiles its class and extends keywords to ES2015 classes.

- -

Static methods can be defined using @ before the method name:

- -

Finally, class definitions are blocks of executable code, which make for interesting metaprogramming possibilities. In the context of a class definition, this is the class object itself; therefore, you can assign static properties by using @property: value.

- -
-
-

Prototypal Inheritance

-

In addition to supporting ES2015 classes, CoffeeScript provides a shortcut for working with prototypes. The :: operator gives you quick access to an object’s prototype:

- - -
-
-

Switch/When/Else

-

switch statements in JavaScript are a bit awkward. You need to remember to break at the end of every case statement to avoid accidentally falling through to the default case. CoffeeScript prevents accidental fall-through, and can convert the switch into a returnable, assignable expression. The format is: switch condition, when clauses, else the default case.

-

As in Ruby, switch statements in CoffeeScript can take multiple values for each when clause. If any of the values match, the clause runs.

- -

switch statements can also be used without a control expression, turning them in to a cleaner alternative to if/else chains.

- - -
-
-

Try/Catch/Finally

-

try expressions have the same semantics as try statements in JavaScript, though in CoffeeScript, you may omit both the catch and finally parts. The catch part may also omit the error parameter if it is not needed.

- - -
-
-

Chained Comparisons

-

CoffeeScript borrows chained comparisons from Python — making it easy to test if a value falls within a certain range.

- - -
-
-

Block Regular Expressions

-

Similar to block strings and comments, CoffeeScript supports block regexes — extended regular expressions that ignore internal whitespace and can contain comments and interpolation. Modeled after Perl’s /x modifier, CoffeeScript’s block regexes are delimited by /// and go a long way towards making complex regular expressions readable. To quote from the CoffeeScript source:

- - -
-
-

Tagged Template Literals

-

CoffeeScript supports ES2015 tagged template literals, which enable customized string interpolation. If you immediately prefix a string with a function name (no space between the two), CoffeeScript will output this “function plus string” combination as an ES2015 tagged template literal, which will behave accordingly: the function is called, with the parameters being the input text and expression parts that make up the interpolated string. The function can then assemble these parts into an output string, providing custom string interpolation.

- - -
-
-

Modules

-

ES2015 modules are supported in CoffeeScript, with very similar import and export syntax:

- -
-

Note that the CoffeeScript compiler does not resolve modules; writing an import or export statement in CoffeeScript will produce an import or export statement in the resulting output. It is your responsibility attach another transpiler, such as Traceur Compiler, Babel or Rollup, to convert this ES2015 syntax into code that will work in your target runtimes.

-

Also note that any file with an import or export statement will be output without a top-level function safety wrapper; in other words, importing or exporting modules will automatically trigger bare mode for that file. This is because per the ES2015 spec, import or export statements must occur at the topmost scope.

- -
-
-

Embedded JavaScript

-

Hopefully, you’ll never need to use it, but if you ever need to intersperse snippets of JavaScript within your CoffeeScript, you can use backticks to pass it straight through.

- -

Escape backticks with backslashes: \`​ becomes `​.

-

Escape backslashes before backticks with more backslashes: \\\`​ becomes \`​.

- -

You can also embed blocks of JavaScript using triple backticks. That’s easier than escaping backticks, if you need them inside your JavaScript block.

- - -
-
-

JSX

-

JSX is JavaScript containing interspersed XML elements. While conceived for React, it is not specific to any particular library or framework.

-

CoffeeScript supports interspersed XML elements, without the need for separate plugins or special settings. The XML elements will be compiled as such, outputting JSX that could be parsed like any normal JSX file, for example by Babel with the React JSX transform. CoffeeScript does not output React.createElement calls or any code specific to React or any other framework. It is up to you to attach another step in your build chain to convert this JSX to whatever function calls you wish the XML elements to compile to.

-

Just like in JSX and HTML, denote XML tags using < and >. You can interpolate CoffeeScript code inside a tag using { and }. To avoid compiler errors, when using < and > to mean “less than” or “greater than,” you should wrap the operators in spaces to distinguish them from XML tags. So i < len, not i<len. The compiler tries to be forgiving when it can be sure what you intend, but always putting spaces around the “less than” and “greater than” operators will remove ambiguity.

- -

Older plugins or forks of CoffeeScript supported JSX syntax and referred to it as CSX or CJSX. They also often used a .cjsx file extension, but this is no longer necessary; regular .coffee will do.

- -
-
-
-

Type Annotations

-

Static type checking can be achieved in CoffeeScript by using Flow’s Comment Types syntax:

- -

CoffeeScript does not do any type checking itself; the JavaScript output you see above needs to get passed to Flow for it to validate your code. We expect most people will use a build tool for this, but here’s how to do it the simplest way possible using the CoffeeScript and Flow command-line tools, assuming you’ve already installed Flow and the latest CoffeeScript in your project folder:

-
coffee --bare --no-header --compile app.coffee && npm run flow
-
-

--bare and --no-header are important because Flow requires the first line of the file to be the comment // @flow. If you configure your build chain to compile CoffeeScript and pass the result to Flow in-memory, you can get better performance than this example; and a proper build tool should be able to watch your CoffeeScript files and recompile and type-check them for you on save.

-

If you know of another way to achieve static type checking with CoffeeScript, please create an issue and let us know.

- -
-
-

Literate CoffeeScript

-

Besides being used as an ordinary programming language, CoffeeScript may also be written in “literate” mode. If you name your file with a .litcoffee extension, you can write it as a Markdown document — a document that also happens to be executable CoffeeScript code. The compiler will treat any indented blocks (Markdown’s way of indicating source code) as executable code, and ignore the rest as comments. Code blocks must also be separated from comments by at least one blank line.

-

Just for kicks, a little bit of the compiler is currently implemented in this fashion: See it as a document, raw, and properly highlighted in a text editor.

-

A few caveats:

-
    -
  • Code blocks need to maintain consistent indentation relative to each other. When the compiler parses your Literate CoffeeScript file, it first discards all the non-code block lines and then parses the remainder as a regular CoffeeScript file. Therefore the code blocks need to be written as if the comment lines don’t exist, with consistent indentation (including whether they are indented with tabs or spaces).
  • -
  • Along those lines, code blocks within list items or blockquotes are not treated as executable code. Since list items and blockquotes imply their own indentation, it would be ambiguous how to treat indentation between successive code blocks when some are within these other blocks and some are not.
  • -
  • List items can be at most only one paragraph long. The second paragraph of a list item would be indented after a blank line, and therefore indistinguishable from a code block.
  • -
- -
-
-

Source Maps

-

CoffeeScript includes support for generating source maps, a way to tell your JavaScript engine what part of your CoffeeScript program matches up with the code being evaluated. Browsers that support it can automatically use source maps to show your original source code in the debugger. To generate source maps alongside your JavaScript files, pass the --map or -m flag to the compiler.

-

For a full introduction to source maps, how they work, and how to hook them up in your browser, read the HTML5 Tutorial.

- -
-
-

Cake, and Cakefiles

-

CoffeeScript includes a (very) simple build system similar to Make and Rake. Naturally, it’s called Cake, and is used for the tasks that build and test the CoffeeScript language itself. Tasks are defined in a file named Cakefile, and can be invoked by running cake [task] from within the directory. To print a list of all the tasks and options, just type cake.

-

Task definitions are written in CoffeeScript, so you can put arbitrary code in your Cakefile. Define a task with a name, a long description, and the function to invoke when the task is run. If your task takes a command-line option, you can define the option with short and long flags, and it will be made available in the options object. Here’s a task that uses the Node.js API to rebuild CoffeeScript’s parser:

- -

If you need to invoke one task before another — for example, running build before test, you can use the invoke function: invoke 'build'. Cake tasks are a minimal way to expose your CoffeeScript functions to the command line, so don’t expect any fanciness built-in. If you need dependencies, or async callbacks, it’s best to put them in your code itself — not the cake task.

- -
-
-

"text/coffeescript" Script Tags

-

While it’s not recommended for serious use, CoffeeScripts may be included directly within the browser using <script type="text/coffeescript"> tags. The source includes a compressed and minified version of the compiler (Download current version here, 51k when gzipped) as docs/v2/browser-compiler/coffeescript.js. Include this file on a page with inline CoffeeScript tags, and it will compile and evaluate them in order.

-

In fact, the little bit of glue script that runs Try CoffeeScript, as well as the code examples and other interactive parts of this site, is implemented in just this way. View source and look at the bottom of the page to see the example. Including the script also gives you access to CoffeeScript.compile() so you can pop open your JavaScript console and try compiling some strings.

-

The usual caveats about CoffeeScript apply — your inline scripts will run within a closure wrapper, so if you want to expose global variables or functions, attach them to the window object.

- -
-
-

Resources

-
    -
  • CoffeeScript on GitHub
  • -
  • CoffeeScript Issues
    -Bug reports, feature proposals, and ideas for changes to the language belong here.
  • -
  • CoffeeScript Google Group
    -If you’d like to ask a question, the mailing list is a good place to get help.
  • -
  • The CoffeeScript Wiki
    -If you’ve ever learned a neat CoffeeScript tip or trick, or ran into a gotcha — share it on the wiki. The wiki also serves as a directory of handy text editor extensions, web framework plugins, and general CoffeeScript build tools.
  • -
  • The FAQ
    -Perhaps your CoffeeScript-related question has been asked before. Check the FAQ first.
  • -
  • JS2Coffee
    -Is a very well done reverse JavaScript-to-CoffeeScript compiler. It’s not going to be perfect (infer what your JavaScript classes are, when you need bound functions, and so on…) — but it’s a great starting point for converting simple scripts.
  • -
  • High-Rez Logo
    -The CoffeeScript logo is available in SVG for use in presentations.
  • -
- -
-

Books

-

There are a number of excellent resources to help you get started with CoffeeScript, some of which are freely available online.

- - -
-
-

Screencasts

-
    -
  • A Sip of CoffeeScript is a Code School Course which combines 6 screencasts with in-browser coding to make learning fun. The first level is free to try out.
  • -
  • Meet CoffeeScript is a 75-minute long screencast by PeepCode, now PluralSight. Highly memorable for its animations which demonstrate transforming CoffeeScript into the equivalent JS.
  • -
  • If you’re looking for less of a time commitment, RailsCasts’ CoffeeScript Basics should have you covered, hitting all of the important notes about CoffeeScript in 11 minutes.
  • -
- -
-
-

Examples

-

The best list of open-source CoffeeScript examples can be found on GitHub. But just to throw out a few more:

-
    -
  • GitHub’s Hubot, a friendly IRC robot that can perform any number of useful and useless tasks.
  • -
  • sstephenson’s Pow, a zero-configuration Rack server, with comprehensive annotated source.
  • -
  • technoweenie’s Coffee-Resque, a port of Resque for Node.js.
  • -
  • stephank’s Orona, a remake of the Bolo tank game for modern browsers.
  • -
  • GitHub’s Atom, a hackable text editor built on web technologies.
  • -
  • Basecamp’s Trix, a rich text editor for web apps.
  • -
- -
-
-

Web Chat (IRC)

-

Quick help and advice can often be found in the CoffeeScript IRC room #coffeescript on irc.freenode.net, which you can join via your web browser.

- -
-
-

Annotated Source

-

You can browse the CoffeeScript 2.0.0-beta5 source in readable, annotated form here. You can also jump directly to a particular source file:

- - -
-
-

Contributing

-

Contributions are welcome! Feel free to fork the repo and submit a pull request.

-

Some features of ECMAScript are intentionally unsupported. Please review both the open and closed issues on GitHub to see if the feature you’re looking for has already been discussed. As a general rule, we don’t support ECMAScript syntax for features that aren’t yet finalized (at Stage 4 in the proposal approval process).

-

For more resources on adding to CoffeeScript, please see the Wiki, especially How The Parser Works.

-

There are several things you can do to increase your odds of having your pull request accepted:

-
    -
  • Create tests! Any pull request should probably include basic tests to verify you didn’t break anything, or future changes won’t break your code.
  • -
  • Follow the style of the rest of the CoffeeScript codebase.
  • -
  • Ensure any ECMAScript syntax is mature (at Stage 4), with no further potential changes.
  • -
  • Add only features that have broad utility, rather than a feature aimed at a specific use case or framework.
  • -
-

Of course, it’s entirely possible that you have a great addition, but it doesn’t fit within these constraints. Feel free to roll your own solution; you will have plenty of company.

- -
-
-
-

Unsupported ECMAScript Features

-

There are a few ECMAScript features that CoffeeScript intentionally doesn’t support.

- -
-

let and const: block-scoped and reassignment-protected variables

-

When CoffeeScript was designed, var was intentionally omitted. This was to spare developers the mental housekeeping of needing to worry about variable declaration (var foo) as opposed to variable assignment (foo = 1). The CoffeeScript compiler automatically takes care of declaration for you, by generating var statements at the top of every function scope. This makes it impossible to accidentally declare a global variable.

-

let and const add a useful ability to JavaScript in that you can use them to declare variables within a block scope, for example within an if statement body or a for loop body, whereas var always declares variables in the scope of an entire function. When CoffeeScript 2 was designed, there was much discussion of whether this functionality was useful enough to outweigh the simplicity offered by never needing to consider variable declaration in CoffeeScript. In the end, it was decided that the simplicity was more valued. In CoffeeScript there remains only one type of variable.

-

Keep in mind that const only protects you from reassigning a variable; it doesn’t prevent the variable’s value from changing, the way constants usually do in other languages:

-
const obj = {foo: 'bar'};
-obj.foo = 'baz'; // Allowed!
-obj = {}; // Throws error
-
-
-
-
-

Named functions and function declarations

-

Newcomers to CoffeeScript often wonder how to generate the JavaScript function foo() {}, as opposed to the foo = function() {} that CoffeeScript produces. The first form is a function declaration, and the second is a function expression. As stated above, in CoffeeScript everything is an expression, so naturally we favor the expression form. Supporting only one variant helps avoid confusing bugs that can arise from the subtle differences between the two forms.

-

Technically, foo = function() {} is creating an anonymous function that gets assigned to a variable named foo. Some very early versions of CoffeeScript named this function, e.g. foo = function foo() {}, but this was dropped because of compatibility issues with Internet Explorer. For a while this annoyed people, as these functions would be unnamed in stack traces; but modern JavaScript runtimes infer the names of such anonymous functions from the names of the variables to which they’re assigned. Given that this is the case, it’s simplest to just preserve the current behavior.

- -
-
-

get and set keyword shorthand syntax

-

get and set, as keywords preceding functions or class methods, are intentionally unimplemented in CoffeeScript.

-

This is to avoid grammatical ambiguity, since in CoffeeScript such a construct looks identical to a function call (e.g. get(function foo() {})); and because there is an alternate syntax that is slightly more verbose but just as effective:

- - -
-
-
-

Breaking Changes From CoffeeScript 1.x to 2

-

CoffeeScript 2 aims to output as much idiomatic ES2015+ syntax as possible with as few breaking changes from CoffeeScript 1.x as possible. Some breaking changes, unfortunately, were unavoidable.

- -
-

Bound (fat arrow) functions

-

In CoffeeScript 1.x, => compiled to a regular function but with references to this/@ rewritten to use the outer scope’s this, or with the inner function bound to the outer scope via .bind (hence the name “bound function”). In CoffeeScript 2, => compiles to ES2015’s =>, which behaves slightly differently. The largest difference is that in ES2015, => functions lack an arguments object:

- - -
-
-

Default values for function parameters and destructured elements

-

Per the ES2015 spec regarding function default parameters and destructuring default values, default values are only applied when a value is missing or undefined. In CoffeeScript 1.x, the default value would be applied in those cases but also if the value was null.

- - - -
-
-

Bound generator functions

-

Bound generator functions, a.k.a. generator arrow functions, aren’t allowed in ECMAScript. You can write function* or =>, but not both. Therefore, CoffeeScript code like this:

-
f = => yield this
-# Throws a compiler error
-
-

Needs to be rewritten the old-fashioned way:

- - -
-
-

Classes are compiled to ES2015 classes

-

ES2015 classes and their methods have some restrictions beyond those on regular functions.

-

Class constructors can’t be invoked without new:

-
(class)()
-# Throws a TypeError at runtime
-
-

Derived (extended) class constructors cannot use this before calling super:

-
class B extends A
-  constructor: -> this  # Throws a compiler error
-
-

ES2015 classes don’t allow bound (fat arrow) methods. The CoffeeScript compiler goes through some contortions to preserve support for them, but one thing that can’t be accommodated is calling a bound method before it is bound:

-
class Base
-  constructor: ->
-    @onClick()      # This works
-    clickHandler = @onClick
-    clickHandler()  # This throws a runtime error
-
-class Component extends Base
-  onClick: =>
-    console.log 'Clicked!', @
-
-

Class methods can’t be used with new (uncommon):

-
class Namespace
-  @Klass = ->
-new Namespace.Klass  # Throws a TypeError at runtime
-
-

Due to the hoisting required to compile to ES2015 classes, dynamic keys in class methods can’t use values from the executable class body unless the methods are assigned in prototype style.

-
class A
-  name = 'method'
-  "#{name}": ->   # This method will be named 'undefined'
-  @::[name] = ->  # This will work; assigns to `A.prototype.method`
-
-
-
-
-

super and extends

-

Due to a syntax clash with super with accessors, “bare” super (the keyword super without parentheses) no longer compiles to a super call forwarding all arguments.

-
class B extends A
-  foo: -> super
-  # Throws a compiler error
-
-

Arguments can be forwarded explicitly using splats:

- -

Or if you know that the parent function doesn’t require arguments, just call super():

- -

CoffeeScript 1.x allowed the extends keyword to set up prototypal inheritance between functions, and super could be used manually prototype-assigned functions:

-
A = ->
-B = ->
-B extends A
-B.prototype.foo = -> super arguments...
-# Last two lines each throw compiler errors in CoffeeScript 2
-
-

Due to the switch to ES2015 extends and super, using these keywords for prototypal functions are no longer supported. The above case could be refactored to:

- -

or

- - -
-
-

JSX and the < and > operators

-

With the addition of JSX, the < and > characters serve as both the “less than” and “greater than” operators and as the delimiters for XML tags, like <div>. For best results, in general you should always wrap the operators in spaces to distinguish them from XML tags: i < len, not i<len. The compiler tries to be forgiving when it can be sure what you intend, but always putting spaces around the “less than” and “greater than” operators will remove ambiguity.

- -
-
-

Literate CoffeeScript parsing

-

CoffeeScript 2’s parsing of Literate CoffeeScript has been refactored to now be more careful about not treating indented lists as code blocks; but this means that all code blocks (unless they are to be interpreted as comments) must be separated by at least one blank line from lists.

-

Code blocks should also now maintain a consistent indentation level—so an indentation of one tab (or whatever you consider to be a tab stop, like 2 spaces or 4 spaces) should be treated as your code’s “left margin,” with all code in the file relative to that column.

-

Code blocks that you want to be part of the commentary, and not executed, must have at least one line (ideally the first line of the block) completely unindented.

- -
-
-

Argument parsing and shebang (#!) lines

-

In CoffeeScript 1.x, -- was required after the path and filename of the script to be run, but before any arguments passed to that script. This convention is now deprecated. So instead of:

-
coffee [options] path/to/script.coffee -- [args]
-
-

Now you would just type:

-
coffee [options] path/to/script.coffee [args]
-
-

The deprecated version will still work, but it will print a warning before running the script.

-

On non-Windows platforms, a .coffee file can be made executable by adding a shebang (#!) line at the top of the file and marking the file as executable. For example:

-
#!/usr/bin/env coffee
-
-x = 2 + 2
-console.log x
-
-

If this were saved as executable.coffee, it could be made executable and run:

-
▶ chmod +x ./executable.coffee
-▶ ./executable.coffee
-4
-
-

In CoffeeScript 1.x, this used to fail when trying to pass arguments to the script. Some users on OS X worked around the problem by using #!/usr/bin/env coffee -- as the first line of the file. That didn’t work on Linux, however, which cannot parse shebang lines with more than a single argument. While such scripts will still run on OS X, CoffeeScript will now display a warning before compiling or evaluating files that begin with a too-long shebang line. Now that CoffeeScript 2 supports passing arguments without needing --, we recommend simply changing the shebang lines in such scripts to just #!/usr/bin/env coffee.

- -
-
-
-

Changelog

-
-

- 2.0.0-beta5 - -

    -
  • Node 6 is now supported, and we will try to maintain that as the minimum required version for CoffeeScript 2 via the coffee command or Node API. Older versions of Node, or non-evergreen browsers, can compile via the browser compiler.
  • -
  • The command line --output flag now allows you to specify an output filename, not just an output folder.
  • -
  • The command line --require flag now properly handles filenames or module names that are invalid identifiers (like an NPM module with a hyphen in the name).
  • -
  • Object.assign, output when object destructuring is used, is polyfilled using the same polyfill that Babel outputs. This means that polyfills shouldn’t be required unless support for Internet Explorer 8 or below is desired (or your own code uses a feature that requires a polyfill). See ES2015+ Output.
  • -
  • A string or JSX interpolation that contains only a comment ("a#{### comment ###}b" or <div>{### comment ###}</div>) is now output (`a${/* comment */}b`)
  • -
  • Interpolated strings (ES2015 template literals) that contain quotation marks no longer have the quotation marks escaped: `say "${message}"`
  • -
  • It is now possible to chain after a function literal (for example, to define a function and then call .call on it).
  • -
  • The results of the async tests are included in the output when you run cake test.
  • -
  • Bugfixes for object destructuring; expansions in function parameters; generated reference variables in function parameters; chained functions after do; splats after existential operator soaks in arrays ([a?.b...]); trailing if with splat in arrays or function parameters ([a if b...]); attempting to throw an if, for, switch, while or other invalid construct.
  • -
  • Bugfixes for syntactical edge cases: semicolons after = and other “mid-expression” tokens; spaces after ::; and scripts that begin with : or *.
  • -
  • Bugfixes for source maps generated via the Node API; and stack trace line numbers when compiling CoffeeScript via the Node API from within a .coffee file.
  • -
-
-

- 2.0.0-beta4 - -

    -
  • This release includes all the changes from 1.12.6 to 1.12.7.
  • -
  • Line comments (starting with #) are now output in the generated JavaScript.
  • -
  • Block comments (delimited by ###) are now allowed anywhere, including inline where they previously weren’t possible. This provides support for static type annotations using Flow’s comments-based syntax.
  • -
  • Spread syntax (... for objects) is now supported in JSX tags: <div {props...} />.
  • -
  • Argument parsing for scripts run via coffee is improved. See breaking changes.
  • -
  • CLI: Propagate SIGINT and SIGTERM signals when node is forked.
  • -
  • await in the REPL is now allowed without requiring a wrapper function.
  • -
  • do super is now allowed, and other accesses of super like super.x.y or super['x'].y now work.
  • -
  • Splat/spread syntax triple dots are now allowed on either the left or the right (so props... or ...props are both valid).
  • -
  • Tagged template literals are recognized as callable functions.
  • -
  • Bugfixes for object spread syntax in nested properties.
  • -
  • Bugfixes for destructured function parameter default values.
  • -
-
-

- 1.12.7 - -

    -
  • Fix regressions in 1.12.6 related to chained function calls and indented return and throw arguments.
  • -
  • The REPL no longer warns about assigning to _.
  • -
-
-

- 2.0.0-beta3 - -

    -
  • JSX is now supported.
  • -
  • Object rest/spread properties are now supported.
  • -
  • Bound (fat arrow) methods are once again supported in classes; though an error will be thrown if you attempt to call the method before it is bound. See breaking changes for classes.
  • -
  • The REPL no longer warns about assigning to _.
  • -
  • Bugfixes for destructured nested default values and issues related to chaining or continuing expressions across multiple lines.
  • -
-
-

- 2.0.0-beta2 - -

    -
  • This release includes all the changes from 1.12.5 to 1.12.6.
  • -
  • Bound (fat arrow) methods in classes must be declared in the class constructor, after super() if the class is extending a parent class. See breaking changes for classes.
  • -
  • All unnecessary utility helper functions have been removed, including the polyfills for indexOf and bind.
  • -
  • The extends keyword now only works in the context of classes; it cannot be used to extend a function prototype. See breaking changes for extends.
  • -
  • Literate CoffeeScript is now parsed entirely based on indentation, similar to the 1.x implementation; there is no longer a dependency for parsing Markdown. See breaking changes for Literate CoffeeScript parsing.
  • -
  • JavaScript reserved words used as properties are no longer wrapped in quotes.
  • -
  • require('coffeescript') should now work in non-Node environments such as the builds created by Webpack or Browserify. This provides a more convenient way to include the browser compiler in builds intending to run in a browser environment.
  • -
  • Unreachable break statements are no longer added after switch cases that throw exceptions.
  • -
  • The browser compiler is now compiled using Babili and transpiled down to Babel’s env preset (should be safe for use in all browsers in current use, not just evergreen versions).
  • -
  • Calling functions @get or @set no longer throws an error about required parentheses. (Bare get or set, not attached to an object or @, still intentionally throws a compiler error.)
  • -
  • If $XDG_CACHE_HOME is set, the REPL .coffee_history file is saved there.
  • -
-
-

- 1.12.6 - -

    -
  • The return and export keywords can now accept implicit objects (defined by indentation, without needing braces).
  • -
  • Support Unicode code point escapes (e.g. \u{1F4A9}).
  • -
  • The coffee command now first looks to see if CoffeeScript is installed under node_modules in the current folder, and executes the coffee binary there if so; or otherwise it runs the globally installed one. This allows you to have one version of CoffeeScript installed globally and a different one installed locally for a particular project. (Likewise for the cake command.)
  • -
  • Bugfixes for chained function calls not closing implicit objects or ternaries.
  • -
  • Bugfixes for incorrect code generated by the ? operator within a termary if statement.
  • -
  • Fixed some tests, and failing tests now result in a nonzero exit code.
  • -
-
-

- 2.0.0-beta1 - -

    -
  • Initial beta release of CoffeeScript 2. No further breaking changes are anticipated.
  • -
  • Destructured objects and arrays now output using ES2015+ syntax whenever possible.
  • -
  • Literate CoffeeScript now has much better support for parsing Markdown, thanks to using Markdown-It to detect Markdown sections rather than just looking at indentation.
  • -
  • Calling a function named get or set now requires parentheses, to disambiguate from the get or set keywords (which are disallowed).
  • -
  • The compiler now requires Node 7.6+, the first version of Node to support asynchronous functions without requiring a flag.
  • -
-
-

- 1.12.5 - -

    -
  • Better handling of default, from, as and * within import and export statements. You can now import or export a member named default and the compiler won’t interpret it as the default keyword.
  • -
  • Fixed a bug where invalid octal escape sequences weren’t throwing errors in the compiler.
  • -
-
-

- 2.0.0-alpha1 - -

    -
  • Initial alpha release of CoffeeScript 2. The CoffeeScript compiler now outputs ES2015+ syntax whenever possible. See breaking changes.
  • -
  • Classes are output using ES2015 class and extends keywords.
  • -
  • Added support for async/await.
  • -
  • Bound (arrow) functions now output as => functions.
  • -
  • Function parameters with default values now use ES2015 default values syntax.
  • -
  • Splat function parameters now use ES2015 spread syntax.
  • -
  • Computed properties now use ES2015 syntax.
  • -
  • Interpolated strings (template literals) now use ES2015 backtick syntax.
  • -
  • Improved support for recognizing Markdown in Literate CoffeeScript files.
  • -
  • Mixing tabs and spaces in indentation is now disallowed.
  • -
  • Browser compiler is now minified using the Google Closure Compiler (JavaScript version).
  • -
  • Node 7+ required for CoffeeScript 2.
  • -
-
-

- 1.12.4 - -

    -
  • The cake commands have been updated, with new watch options for most tasks. Clone the CoffeeScript repo and run cake at the root of the repo to see the options.
  • -
  • Fixed a bug where exporting a referenced variable was preventing the variable from being declared.
  • -
  • Fixed a bug where the coffee command wasn’t working for a .litcoffee file.
  • -
  • Bugfixes related to tokens and location data, for better source maps and improved compatibility with downstream tools.
  • -
-
-

- 1.12.3 - -

    -
  • @ values can now be used as indices in for expressions. This loosens the compilation of for expressions to allow the index variable to be an @ value, e.g. do @visit for @node, @index in nodes. Within @visit, the index of the current node (@node) would be available as @index.
  • -
  • CoffeeScript’s patched Error.prepareStackTrace has been restored, with some revisions that should prevent the erroneous exceptions that were making life difficult for some downstream projects. This fixes the incorrect line numbers in stack traces since 1.12.2.
  • -
  • The //= operator’s output now wraps parentheses around the right operand, like the other assignment operators.
  • -
-
-

- 1.12.2 - -

    -
  • The browser compiler can once again be built unminified via MINIFY=false cake build:browser.
  • -
  • The error-prone patched version of Error.prepareStackTrace has been removed.
  • -
  • Command completion in the REPL (pressing tab to get suggestions) has been fixed for Node 6.9.1+.
  • -
  • The browser-based tests now include all the tests as the Node-based version.
  • -
-
-

- 1.12.1 - -

    -
  • You can now import a module member named default, e.g. import { default } from 'lib'. Though like in ES2015, you cannot import an entire module and name it default (so import default from 'lib' is not allowed).
  • -
  • Fix regression where from as a variable name was breaking for loop declarations. For the record, from is not a reserved word in CoffeeScript; you may use it for variable names. from behaves like a keyword within the context of import and export statements, and in the declaration of a for loop; though you should also be able to use variables named from in those contexts, and the compiler should be able to tell the difference.
  • -
-
-

- 1.12.0 - -

    -
  • CoffeeScript now supports ES2015 tagged template literals. Note that using tagged template literals in your code makes you responsible for ensuring that either your runtime supports tagged template literals or that you transpile the output JavaScript further to a version your target runtime(s) support.
  • -
  • CoffeeScript now provides a for…from syntax for outputting ES2015 for…of. (Sorry they couldn’t match, but we came up with for…of first for something else.) This allows iterating over generators or any other iterable object. Note that using for…from in your code makes you responsible for ensuring that either your runtime supports for…of or that you transpile the output JavaScript further to a version your target runtime(s) support.
  • -
  • Triple backticks (```​) allow the creation of embedded JavaScript blocks where escaping single backticks is not required, which should improve interoperability with ES2015 template literals and with Markdown.
  • -
  • Within single-backtick embedded JavaScript, backticks can now be escaped via \`​.
  • -
  • The browser tests now run in the browser again, and are accessible here if you would like to test your browser.
  • -
  • CoffeeScript-only keywords in ES2015 imports and exports are now ignored.
  • -
  • The compiler now throws an error on trying to export an anonymous class.
  • -
  • Bugfixes related to tokens and location data, for better source maps and improved compatibility with downstream tools.
  • -
-
-

- 1.11.1 - -

    -
  • Bugfix for shorthand object syntax after interpolated keys.
  • -
  • Bugfix for indentation-stripping in """ strings.
  • -
  • Bugfix for not being able to use the name “arguments” for a prototype property of class.
  • -
  • Correctly compile large hexadecimal numbers literals to 2e308 (just like all other large number literals do).
  • -
-
-

- 1.11.0 - -

    -
  • -

    CoffeeScript now supports ES2015 import and export syntax.

    -
  • -
  • -

    Added the -M, --inline-map flag to the compiler, allowing you embed the source map directly into the output JavaScript, rather than as a separate file.

    -
  • -
  • -

    A bunch of fixes for yield:

    -
      -
    • -

      yield return can no longer mistakenly be used as an expression.

      -
    • -
    • -

      yield now mirrors return in that it can be used stand-alone as well as with expressions. Where you previously wrote yield undefined, you may now write simply yield. However, this means also inheriting the same syntax limitations that return has, so these examples no longer compile:

      -
      doubles = ->
      -  yield for i in [1..3]
      -    i * 2
      -six = ->
      -  yield
      -    2 * 3
      -
      -
    • -
    • -

      The JavaScript output is a bit nicer, with unnecessary parentheses and spaces, double indentation and double semicolons around yield no longer present.

      -
    • -
    -
  • -
  • -

    &&=, ||=, and= and or= no longer accidentally allow a space before the equals sign.

    -
  • -
  • -

    Improved several error messages.

    -
  • -
  • -

    Just like undefined compiles to void 0, NaN now compiles into 0/0 and Infinity into 2e308.

    -
  • -
  • -

    Bugfix for renamed destructured parameters with defaults. ({a: b = 1}) -> no longer crashes the compiler.

    -
  • -
  • -

    Improved the internal representation of a CoffeeScript program. This is only noticeable to tools that use CoffeeScript.tokens or CoffeeScript.nodes. Such tools need to update to take account for changed or added tokens and nodes.

    -
  • -
  • -

    Several minor bug fixes, including:

    -
      -
    • The caught error in catch blocks is no longer declared unnecessarily, and no longer mistakenly named undefined for catch-less try blocks.
    • -
    • Unassignable parameter destructuring no longer crashes the compiler.
    • -
    • Source maps are now used correctly for errors thrown from .coffee.md files.
    • -
    • coffee -e 'throw null' no longer crashes.
    • -
    • The REPL no longer crashes when using .exit to exit it.
    • -
    • Invalid JavaScript is no longer output when lots of for loops are used in the same scope.
    • -
    • A unicode issue when using stdin with the CLI.
    • -
    -
  • -
-
-

- 1.10.0 - -

    -
  • -

    CoffeeScript now supports ES2015-style destructuring defaults.

    -
  • -
  • -

    (offsetHeight: height) -> no longer compiles. That syntax was accidental and partly broken. Use ({offsetHeight: height}) -> instead. Object destructuring always requires braces.

    -
  • -
  • -

    Several minor bug fixes, including:

    -
      -
    • A bug where the REPL would sometimes report valid code as invalid, based on what you had typed earlier.
    • -
    • A problem with multiple JS contexts in the jest test framework.
    • -
    • An error in io.js where strict mode is set on internal modules.
    • -
    • A variable name clash for the caught error in catch blocks.
    • -
    -
  • -
-
-

- 1.9.3 - -

    -
  • Bugfix for interpolation in the first key of an object literal in an implicit call.
  • -
  • Fixed broken error messages in the REPL, as well as a few minor bugs with the REPL.
  • -
  • Fixed source mappings for tokens at the beginning of lines when compiling with the --bare option. This has the nice side effect of generating smaller source maps.
  • -
  • Slight formatting improvement of compiled block comments.
  • -
  • Better error messages for on, off, yes and no.
  • -
-
-

- 1.9.2 - -

    -
  • Fixed a watch mode error introduced in 1.9.1 when compiling multiple files with the same filename.
  • -
  • Bugfix for yield around expressions containing this.
  • -
  • Added a Ruby-style -r option to the REPL, which allows requiring a module before execution with --eval or --interactive.
  • -
  • In <script type="text/coffeescript"> tags, to avoid possible duplicate browser requests for .coffee files, you can now use the data-src attribute instead of src.
  • -
  • Minor bug fixes for IE8, strict ES5 regular expressions and Browserify.
  • -
-
-

- 1.9.1 - -

    -
  • Interpolation now works in object literal keys (again). You can use this to dynamically name properties.
  • -
  • Internal compiler variable names no longer start with underscores. This makes the generated JavaScript a bit prettier, and also fixes an issue with the completely broken and ungodly way that AngularJS “parses” function arguments.
  • -
  • Fixed a few yield-related edge cases with yield return and yield throw.
  • -
  • Minor bug fixes and various improvements to compiler error messages.
  • -
-
-

- 1.9.0 - -

    -
  • CoffeeScript now supports ES2015 generators. A generator is simply a function that yields.
  • -
  • More robust parsing and improved error messages for strings and regexes — especially with respect to interpolation.
  • -
  • Changed strategy for the generation of internal compiler variable names. Note that this means that @example function parameters are no longer available as naked example variables within the function body.
  • -
  • Fixed REPL compatibility with latest versions of Node and Io.js.
  • -
  • Various minor bug fixes.
  • -
-
-

- 1.8.0 - -

    -
  • The --join option of the CLI is now deprecated.
  • -
  • Source maps now use .js.map as file extension, instead of just .map.
  • -
  • The CLI now exits with the exit code 1 when it fails to write a file to disk.
  • -
  • The compiler no longer crashes on unterminated, single-quoted strings.
  • -
  • Fixed location data for string interpolations, which made source maps out of sync.
  • -
  • The error marker in error messages is now correctly positioned if the code is indented with tabs.
  • -
  • Fixed a slight formatting error in CoffeeScript’s source map-patched stack traces.
  • -
  • The %% operator now coerces its right operand only once.
  • -
  • It is now possible to require CoffeeScript files from Cakefiles without having to register the compiler first.
  • -
  • The CoffeeScript REPL is now exported and can be required using require 'coffeescript/repl'.
  • -
  • Fixes for the REPL in Node 0.11.
  • -
-
-

- 1.7.1 - -

    -
  • Fixed a typo that broke node module lookup when running a script directly with the coffee binary.
  • -
-
-

- 1.7.0 - -

    -
  • When requiring CoffeeScript files in Node you must now explicitly register the compiler. This can be done with require 'coffeescript/register' or CoffeeScript.register(). Also for configuration such as Mocha’s, use coffeescript/register.
  • -
  • Improved error messages, source maps and stack traces. Source maps now use the updated //# syntax.
  • -
  • Leading . now closes all open calls, allowing for simpler chaining syntax.
  • -
  • Added **, // and %% operators and ... expansion in parameter lists and destructuring expressions.
  • -
  • Multiline strings are now joined by a single space and ignore all indentation. A backslash at the end of a line can denote the amount of whitespace between lines, in both strings and heredocs. Backslashes correctly escape whitespace in block regexes.
  • -
  • Closing brackets can now be indented and therefore no longer cause unexpected error.
  • -
  • Several breaking compilation fixes. Non-callable literals (strings, numbers etc.) don’t compile in a call now and multiple postfix conditionals compile properly. Postfix conditionals and loops always bind object literals. Conditional assignment compiles properly in subexpressions. super is disallowed outside of methods and works correctly inside for loops.
  • -
  • Formatting of compiled block comments has been improved.
  • -
  • No more -p folders on Windows.
  • -
  • The options object passed to CoffeeScript is no longer mutated.
  • -
-
-

- 1.6.3 - -

    -
  • The CoffeeScript REPL now remembers your history between sessions. Just like a proper REPL should.
  • -
  • You can now use require in Node to load .coffee.md Literate CoffeeScript files. In the browser, text/literate-coffeescript script tags.
  • -
  • The old coffee --lint command has been removed. It was useful while originally working on the compiler, but has been surpassed by JSHint. You may now use -l to pass literate files in over stdio.
  • -
  • Bugfixes for Windows path separators, catch without naming the error, and executable-class-bodies-with- prototypal-property-attachment.
  • -
-
-

- 1.6.2 - -

    -
  • Source maps have been used to provide automatic line-mapping when running CoffeeScript directly via the coffee command, and for automatic line-mapping when running CoffeeScript directly in the browser. Also, to provide better error messages for semantic errors thrown by the compiler — with colors, even.
  • -
  • Improved support for mixed literate/vanilla-style CoffeeScript projects, and generating source maps for both at the same time.
  • -
  • Fixes for 1.6.x regressions with overriding inherited bound functions, and for Windows file path management.
  • -
  • The coffee command can now correctly fork() both .coffee and .js files. (Requires Node.js 0.9+)
  • -
-
-

- 1.6.1 - -

    -
  • First release of source maps. Pass the --map flag to the compiler, and off you go. Direct all your thanks over to Jason Walton.
  • -
  • Fixed a 1.5.0 regression with multiple implicit calls against an indented implicit object. Combinations of implicit function calls and implicit objects should generally be parsed better now — but it still isn’t good style to nest them too heavily.
  • -
  • .coffee.md is now also supported as a Literate CoffeeScript file extension, for existing tooling. .litcoffee remains the canonical one.
  • -
  • Several minor fixes surrounding member properties, bound methods and super in class declarations.
  • -
-
-

- 1.5.0 - -

    -
  • First release of Literate CoffeeScript.
  • -
  • The CoffeeScript REPL is now based on the Node.js REPL, and should work better and more familiarly.
  • -
  • Returning explicit values from constructors is now forbidden. If you want to return an arbitrary value, use a function, not a constructor.
  • -
  • You can now loop over an array backwards, without having to manually deal with the indexes: for item in list by -1
  • -
  • Source locations are now preserved in the CoffeeScript AST, although source maps are not yet being emitted.
  • -
-
-

- 1.4.0 - -

    -
  • The CoffeeScript compiler now strips Microsoft’s UTF-8 BOM if it exists, allowing you to compile BOM-borked source files.
  • -
  • Fix Node/compiler deprecation warnings by removing registerExtension, and moving from path.exists to fs.exists.
  • -
  • Small tweaks to splat compilation, backticks, slicing, and the error for duplicate keys in object literals.
  • -
-
-

- 1.3.3 - -

    -
  • Due to the new semantics of JavaScript’s strict mode, CoffeeScript no longer guarantees that constructor functions have names in all runtimes. See #2052 for discussion.
  • -
  • Inside of a nested function inside of an instance method, it’s now possible to call super more reliably (walks recursively up).
  • -
  • Named loop variables no longer have different scoping heuristics than other local variables. (Reverts #643)
  • -
  • Fix for splats nested within the LHS of destructuring assignment.
  • -
  • Corrections to our compile time strict mode forbidding of octal literals.
  • -
-
-

- 1.3.1 - -

    -
  • CoffeeScript now enforces all of JavaScript’s Strict Mode early syntax errors at compile time. This includes old-style octal literals, duplicate property names in object literals, duplicate parameters in a function definition, deleting naked variables, setting the value of eval or arguments, and more. See a full discussion at #1547.
  • -
  • The REPL now has a handy new multi-line mode for entering large blocks of code. It’s useful when copy-and-pasting examples into the REPL. Enter multi-line mode with Ctrl-V. You may also now pipe input directly into the REPL.
  • -
  • CoffeeScript now prints a Generated by CoffeeScript VERSION header at the top of each compiled file.
  • -
  • Conditional assignment of previously undefined variables a or= b is now considered a syntax error.
  • -
  • A tweak to the semantics of do, which can now be used to more easily simulate a namespace: do (x = 1, y = 2) -> …
  • -
  • Loop indices are now mutable within a loop iteration, and immutable between them.
  • -
  • Both endpoints of a slice are now allowed to be omitted for consistency, effectively creating a shallow copy of the list.
  • -
  • Additional tweaks and improvements to coffee --watch under Node’s “new” file watching API. Watch will now beep by default if you introduce a syntax error into a watched script. We also now ignore hidden directories by default when watching recursively.
  • -
-
-

- 1.2.0 - -

    -
  • Multiple improvements to coffee --watch and --join. You may now use both together, as well as add and remove files and directories within a --watch’d folder.
  • -
  • The throw statement can now be used as part of an expression.
  • -
  • Block comments at the top of the file will now appear outside of the safety closure wrapper.
  • -
  • Fixed a number of minor 1.1.3 regressions having to do with trailing operators and unfinished lines, and a more major 1.1.3 regression that caused bound functions within bound class functions to have the incorrect this.
  • -
-
-

- 1.1.3 - -

    -
  • Ahh, whitespace. CoffeeScript’s compiled JS now tries to space things out and keep it readable, as you can see in the examples on this page.
  • -
  • You can now call super in class level methods in class bodies, and bound class methods now preserve their correct context.
  • -
  • JavaScript has always supported octal numbers 010 is 8, and hexadecimal numbers 0xf is 15, but CoffeeScript now also supports binary numbers: 0b10 is 2.
  • -
  • The CoffeeScript module has been nested under a subdirectory to make it easier to require individual components separately, without having to use npm. For example, after adding the CoffeeScript folder to your path: require('coffeescript/lexer')
  • -
  • There’s a new “link” feature in Try CoffeeScript on this webpage. Use it to get a shareable permalink for your example script.
  • -
  • The coffee --watch feature now only works on Node.js 0.6.0 and higher, but now also works properly on Windows.
  • -
  • Lots of small bug fixes from @michaelficarra, @geraldalewis, @satyr, and @trevorburnham.
  • -
-
-

- 1.1.2 - -

Fixes for block comment formatting, ?= compilation, implicit calls against control structures, implicit invocation of a try/catch block, variadic arguments leaking from local scope, line numbers in syntax errors following heregexes, property access on parenthesized number literals, bound class methods and super with reserved names, a REPL overhaul, consecutive compiled semicolons, block comments in implicitly called objects, and a Chrome bug.

-
-

- 1.1.1 - -

Bugfix release for classes with external constructor functions, see issue #1182.

-
-

- 1.1.0 - -

When running via the coffee executable, process.argv and friends now report coffee instead of node. Better compatibility with Node.js 0.4.x module lookup changes. The output in the REPL is now colorized, like Node’s is. Giving your concatenated CoffeeScripts a name when using --join is now mandatory. Fix for lexing compound division /= as a regex accidentally. All text/coffeescript tags should now execute in the order they’re included. Fixed an issue with extended subclasses using external constructor functions. Fixed an edge-case infinite loop in addImplicitParentheses. Fixed exponential slowdown with long chains of function calls. Globals no longer leak into the CoffeeScript REPL. Splatted parameters are declared local to the function.

-
-

- 1.0.1 - -

Fixed a lexer bug with Unicode identifiers. Updated REPL for compatibility with Node.js 0.3.7. Fixed requiring relative paths in the REPL. Trailing return and return undefined are now optimized away. Stopped requiring the core Node.js util module for back-compatibility with Node.js 0.2.5. Fixed a case where a conditional return would cause fallthrough in a switch statement. Optimized empty objects in destructuring assignment.

-
-

- 1.0.0 - -

CoffeeScript loops no longer try to preserve block scope when functions are being generated within the loop body. Instead, you can use the do keyword to create a convenient closure wrapper. Added a --nodejs flag for passing through options directly to the node executable. Better behavior around the use of pure statements within expressions. Fixed inclusive slicing through -1, for all browsers, and splicing with arbitrary expressions as endpoints.

-
-

- 0.9.6 - -

The REPL now properly formats stacktraces, and stays alive through asynchronous exceptions. Using --watch now prints timestamps as files are compiled. Fixed some accidentally-leaking variables within plucked closure-loops. Constructors now maintain their declaration location within a class body. Dynamic object keys were removed. Nested classes are now supported. Fixes execution context for naked splatted functions. Bugfix for inversion of chained comparisons. Chained class instantiation now works properly with splats.

-
-

- 0.9.5 - -

0.9.5 should be considered the first release candidate for CoffeeScript 1.0. There have been a large number of internal changes since the previous release, many contributed from satyr’s Coco dialect of CoffeeScript. Heregexes (extended regexes) were added. Functions can now have default arguments. Class bodies are now executable code. Improved syntax errors for invalid CoffeeScript. undefined now works like null, and cannot be assigned a new value. There was a precedence change with respect to single-line comprehensions: result = i for i in list -used to parse as result = (i for i in list) by default … it now parses as -(result = i) for i in list.

-
-

- 0.9.4 - -

CoffeeScript now uses appropriately-named temporary variables, and recycles their references after use. Added require.extensions support for Node.js 0.3. Loading CoffeeScript in the browser now adds just a single CoffeeScript object to global scope. Fixes for implicit object and block comment edge cases.

-
-

- 0.9.3 - -

CoffeeScript switch statements now compile into JS switch statements — they previously compiled into if/else chains for JavaScript 1.3 compatibility. Soaking a function invocation is now supported. Users of the RubyMine editor should now be able to use --watch mode.

-
-

- 0.9.2 - -

Specifying the start and end of a range literal is now optional, eg. array[3..]. You can now say a not instanceof b. Fixed important bugs with nested significant and non-significant indentation (Issue #637). Added a --require flag that allows you to hook into the coffee command. Added a custom jsl.conf file for our preferred JavaScriptLint setup. Sped up Jison grammar compilation time by flattening rules for operations. Block comments can now be used with JavaScript-minifier-friendly syntax. Added JavaScript’s compound assignment bitwise operators. Bugfixes to implicit object literals with leading number and string keys, as the subject of implicit calls, and as part of compound assignment.

-
-

- 0.9.1 - -

Bugfix release for 0.9.1. Greatly improves the handling of mixed implicit objects, implicit function calls, and implicit indentation. String and regex interpolation is now strictly #{ … } (Ruby style). The compiler now takes a --require flag, which specifies scripts to run before compilation.

-
-

- 0.9.0 - -

The CoffeeScript 0.9 series is considered to be a release candidate for 1.0; let’s give her a shakedown cruise. 0.9.0 introduces a massive backwards-incompatible change: Assignment now uses =, and object literals use :, as in JavaScript. This allows us to have implicit object literals, and YAML-style object definitions. Half assignments are removed, in favor of +=, or=, and friends. Interpolation now uses a hash mark # instead of the dollar sign $ — because dollar signs may be part of a valid JS identifier. Downwards range comprehensions are now safe again, and are optimized to straight for loops when created with integer endpoints. A fast, unguarded form of object comprehension was added: for all key, value of object. Mentioning the super keyword with no arguments now forwards all arguments passed to the function, as in Ruby. If you extend class B from parent class A, if A has an extended method defined, it will be called, passing in B — this enables static inheritance, among other things. Cleaner output for functions bound with the fat arrow. @variables can now be used in parameter lists, with the parameter being automatically set as a property on the object — useful in constructors and setter functions. Constructor functions can now take splats.

-
-

- 0.7.2 - -

Quick bugfix (right after 0.7.1) for a problem that prevented coffee command-line options from being parsed in some circumstances.

-
-

- 0.7.1 - -

Block-style comments are now passed through and printed as JavaScript block comments – making them useful for licenses and copyright headers. Better support for running coffee scripts standalone via hashbangs. Improved syntax errors for tokens that are not in the grammar.

-
-

- 0.7.0 - -

Official CoffeeScript variable style is now camelCase, as in JavaScript. Reserved words are now allowed as object keys, and will be quoted for you. Range comprehensions now generate cleaner code, but you have to specify by -1 if you’d like to iterate downward. Reporting of syntax errors is greatly improved from the previous release. Running coffee with no arguments now launches the REPL, with Readline support. The <- bind operator has been removed from CoffeeScript. The loop keyword was added, which is equivalent to a while true loop. Comprehensions that contain closures will now close over their variables, like the semantics of a forEach. You can now use bound function in class definitions (bound to the instance). For consistency, a in b is now an array presence check, and a of b is an object-key check. Comments are no longer passed through to the generated JavaScript.

-
-

- 0.6.2 - -

The coffee command will now preserve directory structure when compiling a directory full of scripts. Fixed two omissions that were preventing the CoffeeScript compiler from running live within Internet Explorer. There’s now a syntax for block comments, similar in spirit to CoffeeScript’s heredocs. ECMA Harmony DRY-style pattern matching is now supported, where the name of the property is the same as the name of the value: {name, length}: func. Pattern matching is now allowed within comprehension variables. unless is now allowed in block form. until loops were added, as the inverse of while loops. switch statements are now allowed without switch object clauses. Compatible with Node.js v0.1.95.

-
-

- 0.6.1 - -

Upgraded CoffeeScript for compatibility with the new Node.js v0.1.90 series.

-
-

- 0.6.0 - -

Trailing commas are now allowed, a-la Python. Static properties may be assigned directly within class definitions, using @property notation.

-
-

- 0.5.6 - -

Interpolation can now be used within regular expressions and heredocs, as well as strings. Added the <- bind operator. Allowing assignment to half-expressions instead of special ||=-style operators. The arguments object is no longer automatically converted into an array. After requiring coffeescript, Node.js can now directly load .coffee files, thanks to registerExtension. Multiple splats can now be used in function calls, arrays, and pattern matching.

-
-

- 0.5.5 - -

String interpolation, contributed by Stan Angeloff. Since --run has been the default since 0.5.3, updating --stdio and --eval to run by default, pass --compile as well if you’d like to print the result.

-
-

- 0.5.4 - -

Bugfix that corrects the Node.js global constants __filename and __dirname. Tweaks for more flexible parsing of nested function literals and improperly-indented comments. Updates for the latest Node.js API.

-
-

- 0.5.3 - -

CoffeeScript now has a syntax for defining classes. Many of the core components (Nodes, Lexer, Rewriter, Scope, Optparse) are using them. Cakefiles can use optparse.coffee to define options for tasks. --run is now the default flag for the coffee command, use --compile to save JavaScripts. Bugfix for an ambiguity between RegExp literals and chained divisions.

-
-

- 0.5.2 - -

Added a compressed version of the compiler for inclusion in web pages as -/v2/browser-compiler/coffeescript.js. It’ll automatically run any script tags with type text/coffeescript for you. Added a --stdio option to the coffee command, for piped-in compiles.

-
-

- 0.5.1 - -

Improvements to null soaking with the existential operator, including soaks on indexed properties. Added conditions to while loops, so you can use them as filters with when, in the same manner as comprehensions.

-
-

- 0.5.0 - -

CoffeeScript 0.5.0 is a major release, While there are no language changes, the Ruby compiler has been removed in favor of a self-hosting compiler written in pure CoffeeScript.

-
-

- 0.3.2 - -

@property is now a shorthand for this.property. -Switched the default JavaScript engine from Narwhal to Node.js. Pass the --narwhal flag if you’d like to continue using it.

-
-

- 0.3.0 - -

CoffeeScript 0.3 includes major syntax changes: -The function symbol was changed to ->, and the bound function symbol is now =>. -Parameter lists in function definitions must now be wrapped in parentheses. -Added property soaking, with the ?. operator. -Made parentheses optional, when invoking functions with arguments. -Removed the obsolete block literal syntax.

-
-

- 0.2.6 - -

Added Python-style chained comparisons, the conditional existence operator ?=, and some examples from Beautiful Code. Bugfixes relating to statement-to-expression conversion, arguments-to-array conversion, and the TextMate syntax highlighter.

-
-

- 0.2.5 - -

The conditions in switch statements can now take multiple values at once — If any of them are true, the case will run. Added the long arrow ==>, which defines and immediately binds a function to this. While loops can now be used as expressions, in the same way that comprehensions can. Splats can be used within pattern matches to soak up the rest of an array.

-
-

- 0.2.4 - -

Added ECMAScript Harmony style destructuring assignment, for dealing with extracting values from nested arrays and objects. Added indentation-sensitive heredocs for nicely formatted strings or chunks of code.

-
-

- 0.2.3 - -

Axed the unsatisfactory ino keyword, replacing it with of for object comprehensions. They now look like: for prop, value of object.

-
-

- 0.2.2 - -

When performing a comprehension over an object, use ino, instead of in, which helps us generate smaller, more efficient code at compile time. -Added :: as a shorthand for saying .prototype. -The “splat” symbol has been changed from a prefix asterisk *, to a postfix ellipsis ... -Added JavaScript’s in operator, empty return statements, and empty while loops. -Constructor functions that start with capital letters now include a safety check to make sure that the new instance of the object is returned. -The extends keyword now functions identically to goog.inherits in Google’s Closure Library.

-
-

- 0.2.1 - -

Arguments objects are now converted into real arrays when referenced.

-
-

- 0.2.0 - -

Major release. Significant whitespace. Better statement-to-expression conversion. Splats. Splice literals. Object comprehensions. Blocks. The existential operator. Many thanks to all the folks who posted issues, with special thanks to Liam O’Connor-Davis for whitespace and expression help.

-
-

- 0.1.6 - -

Bugfix for running coffee --interactive and --run from outside of the CoffeeScript directory. Bugfix for nested function/if-statements.

-
-

- 0.1.5 - -

Array slice literals and array comprehensions can now both take Ruby-style ranges to specify the start and end. JavaScript variable declaration is now pushed up to the top of the scope, making all assignment statements into expressions. You can use \ to escape newlines. The coffeescript command is now called coffee.

-
-

- 0.1.4 - -

The official CoffeeScript extension is now .coffee instead of .cs, which properly belongs to C#. Due to popular demand, you can now also use = to assign. Unlike JavaScript, = can also be used within object literals, interchangeably with :. Made a grammatical fix for chained function calls like func(1)(2)(3)(4). Inheritance and super no longer use __proto__, so they should be IE-compatible now.

-
-

- 0.1.3 - -

The coffee command now includes --interactive, which launches an interactive CoffeeScript session, and --run, which directly compiles and executes a script. Both options depend on a working installation of Narwhal. The aint keyword has been replaced by isnt, which goes together a little smoother with is. Quoted strings are now allowed as identifiers within object literals: eg. {"5+5": 10}. All assignment operators now use a colon: +:, -:, *:, etc.

-
-

- 0.1.2 - -

Fixed a bug with calling super() through more than one level of inheritance, with the re-addition of the extends keyword. Added experimental Narwhal support (as a Tusk package), contributed by Tom Robinson, including bin/cs as a CoffeeScript REPL and interpreter. New --no-wrap option to suppress the safety function wrapper.

-
-

- 0.1.1 - -

Added instanceof and typeof as operators.

-
-

- 0.1.0 - -

Initial CoffeeScript release.

- -
-
-
-
- - - - - - - - - - - - diff --git a/docs/v2/test.html b/docs/v2/test.html deleted file mode 100644 index ce19c8df90..0000000000 --- a/docs/v2/test.html +++ /dev/null @@ -1,16199 +0,0 @@ - - - - - CoffeeScript Test Suite - - - - - - -

CoffeeScript Test Suite

- -

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-